Recent questions tagged finite-automata

0 votes
1 answer
511
1.How to identify the reachable state in NFA or DFA.
1 votes
2 answers
512
0 votes
1 answer
514
match the following Caption
0 votes
0 answers
515
construct the minimul FA, that accepts all the string of 0's and 1'sA)The second symbol from the right end of the string is 0B)The third symbol from the right end of the ...
0 votes
1 answer
516
Construct the Minimum FA that accepts all the string of 0's and 1's whereA)Every String start and end with Zero.B)Every string Start and end with Same Symbol.
0 votes
2 answers
519
Consider the following NFA.Length of the shortest string which is not accepted by NFA ?
0 votes
1 answer
522
0 votes
0 answers
527
0 votes
1 answer
532
What is the maximum number of productions possible in the regular grammar equivalent to n-state DFA over input alphabet {a,b,c} where qi is always initial state?
0 votes
1 answer
536
1 votes
2 answers
537
The minimum number of state in the DFA for the language $L = \{ w \mid (n_a(w)+2n_b(w))mod \hspace{0.1cm} 3<2 \} $ is
0 votes
2 answers
539
The minimum number of state in the DFA for the language $L = \{ w \mid w \in \{a,b\}^* \text{ w has exactly two a's and at least two b's} \}$ is $9$$10$$16$None
0 votes
0 answers
540
Statement-no. of transition defined states in a DFA =|€|. Where |€|= length of input alphabet. Why?