retagged by
236 views
0 votes
0 votes

Consider the following incomplete DFA.

What will be the transitions of state D such that automata will accept the set of all binary strings containing $010$ as sub-string ?

  1. $d (D,0)=A$  $d (D,1)=D$
  2. $d (D,0)=C$  $d (D,1)=B$
  3. $d (D,0)=D$  $d (D,1)=B$
  4. $d (D,0)=D$  $d (D,1)=D$
retagged by

Please log in or register to answer this question.

Answer:

Related questions

4 votes
4 votes
0 answers
1
Bikram asked Aug 12, 2017
630 views
The number of possible finite automata with two states $a0$ and $a1$ (where $a0$ is always the initial state over the alphabet $\{p, q\}$) which accepts empty language is...
0 votes
0 votes
1 answer
2
Bikram asked Aug 12, 2017
285 views
What is the regular expression corresponding to the above DFA?$(01 + (00)^*1)^*$$0^*10^*$$(10 + 0(00)^* (1 + 01) )^*$$0(00)^*10^*$