Recent questions tagged finite-automata

1 votes
3 answers
811
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}
1 votes
1 answer
815
2 votes
1 answer
817
0 votes
0 answers
818
0 votes
1 answer
820
If n state finite automata accespts infinite language then what is the length of min, and max. cycle?
3 votes
2 answers
822
Number of final states in minimal DFA where $\sum = \{ a,b \}$$L = \{ w| n_a(w)mod\ 3 \geq n_b(w)mod\ 2\}$
0 votes
3 answers
826
5 votes
2 answers
829
$L_1 = \left \{ w \;\; | \;\; d(w) \text{ mod} \; 8 = 0 \right \}$$L_2 = \left \{ w \;\; | \;\; d(w) \text{ mod} \; 4 = 0 \right \}$$d(w) = \text{decimal value of binary ...
4 votes
1 answer
830
$$\begin{align*} \large\color{green}{L_1 = L\left ( a^{*}bb \right ) \cup L\left ( ab^{*}ba \right ) } \\ \end{align*}$$Minimal DFA for $L_1$
0 votes
0 answers
832
Give the regular expression for-( input symbol =a,b)L={w: number of a mod 5>0}
0 votes
2 answers
834
Total number of DFA possible with 2 states q0 → start and non-final, q1 → finalover Ʃ = {a,b} is(a) 16 (b) 32(c) 48 (d) 64
2 votes
0 answers
835
$\sum = \left \{ a,b \right \}$ All strings with exactly two a's and more than one b.I did in the following way :Please verify if further minimization possible.Or any oth...
0 votes
0 answers
836
$\sum$ = $\left \{ a,b \right \}$All strings with at least 1 a and exactly 2 b's.
0 votes
1 answer
840