Recent questions tagged finite-automata

0 votes
2 answers
781
Give regular expression for the complement of the language given below .L (r) = {a2nb2m+1: n ≥ 0, m ≥ 0} (or) r =(aa)* (bb)* b
0 votes
1 answer
782
Give a regular expression for LR, where L is the language given below,L = (a + b) b (a + ab)*My answer : ( a + ba )* b ( a + b ).Please verify ...
0 votes
1 answer
783
The DFA for the complement of the language accepted by the above NFA is which is the answer ??? A) or B) ??? I feel B) is not a DFA and so A) is the answer ... please c...
1 votes
2 answers
784
2 votes
3 answers
785
Construct minimal DFA for L = {an: n is either a multiple of three or a multiple of 5 }
0 votes
1 answer
787
Let sigma = {0,1} . Construct a dfa for "All strings containing 00 but not 000".
0 votes
1 answer
789
0 votes
1 answer
790
Find dfa's for the following languages on Σ = {a,b}.L= {w: na(w) mod 3 >nb(w) mod 3}.L= {w :(na(w) – nb(w)) mod 3 0}.
3 votes
2 answers
791
0 votes
1 answer
793
Let sigma = { a,b }. The minimal number of states in a DFA that accepts set of all strings with A) exactly 2 "a's" and more than 2 "b's". B) atleast one "a" and e...
4 votes
3 answers
794
How many 3 state DFA's can be constructed with a designated initial final state that accepts empty language over alphabet {a,b}?
0 votes
1 answer
796
Design a DFA which accepts all strings over { a, b } that doesn't contain string aabb in it.
0 votes
2 answers
798
1 votes
2 answers
799
While constructing state diagram with minimum states, dead state is compulsory for:a) Only DFAb) Only NFAc) Both NFA and DFAd) Neither DFA nor NFA
4 votes
3 answers
800
Draw a 4-state DFA for the language $L \subseteq$ {a,b}* , L = {x : the number of time ab appears in x is even}
0 votes
1 answer
801
build an fa that accepts language of all strings of length 4 or more such that next to last (second last) letter is equal to the second letter of input string
77 votes
12 answers
802
Let $\delta$ denote the transition function and $\widehat{\delta}$ denote the extended transition function of the $\epsilon$-NFA whose transition table is given below:$$\...
2 votes
0 answers
808
1 votes
3 answers
810
The number of different DFA's with two states X and Y,where X is the initial state,over the alphabet $\sum$ = {0,1,2}