

InterviewSolution
Saved Bookmarks
1. |
Which of the following is the corresponding Language to the given DFA?(a) L= {x ϵ {0, 1} * | x ends in 1 and does not contain substring 01}(b) L= {x ϵ {0,1} * |x ends in 1 and does not contain substring 00}(c) L= {x ϵ {0,1} |x ends in 1 and does not contain substring 00}(d) L= {x ϵ {0,1} * |x ends in 1 and does not contain substring 11}I got this question in unit test.I want to ask this question from DFA Processing Strings in chapter Finite Automata of Automata Theory |
Answer» The CORRECT option is (b) L= {X ϵ {0,1} * |x ends in 1 and does not contain substring 00} |
|