TOC Flashcards
the length every symbol is
1
no of suffixes and prefixes of a string is
n+1
total no of substring of a string if every symbol is distinct
n(n+1)/2 + 1
E^* means
Set of all strings possible by that alphabet
What is a language ?
subset of E^*
How is phi a language?
generally a language is a subset of E^* and an empty set is a subset of every set hence.
L.phi =?
phi according to definition A.B={wx|w€A,x€B}we cant show any string that belongs to phi hence
what is the transition function?
its a function mapping QxE->Q
the language accepted by dfa is
Regular language
no of states in dfa of modulo counting k is
k
no of states in dfa of divisibility of language by n
(actual division)
<=n
no of states in dfa of the language the kth symbol from the right is
2^k
How does converting final <->non final states make a complement of a dfa?
Complement means collection of the strings that end in non final states to accept them just convert final into non final and vice versa
What does product automata can guarantee?
The mdfa contains <=product of no of states in each dfa
What are distinguishable and non distinguishable states?
&(A,w)<-F <-> &(B,w)<- final and vice versa