0 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 ? $d (D,0)=A$ $d (D,1)=D$ $d (D,0)=C$ $d (D,1)=B$ $d (D,0)=D$ $d (D,1)=B$ $d (D,0)=D$ $d (D,1)=D$ Theory of Computation tbb-toc-2 theory-of-computation finite-automata + – Bikram 667 views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply kamakshi commented Oct 4, 2017 i moved by Shaik Masthan Nov 29, 2019 reply Follow flag the machine is already accepting sub string containing o1o,then all should be correct y only d? 0 0 replyShare A_i_$_h commented Oct 27, 2017 reply Follow flag @kamakshi if u give self loop on D ...u can accept any number of 0's and 1's after that because already substring is obtained but consider other cases for example (D,0) goes to A then its not possible to generate a string which just ends with 0 after the substring 010..it will again have to travel through some values and then reach D 1 1 replyShare kamakshi commented Oct 27, 2017 reply Follow flag Thankyou 0 0 replyShare Please log in or register to add a comment.
0 0 votes Now this is complete DFA then we can say that d(D,0)=D and d(D,1)=D this is the two transition.Then Option D is correct. Hazard answered Apr 23, 2025 Hazard comment Share Follow 0 reply Please log in or register to add a comment.