ISRO | ISRO CS 2014 | Question 33
The following Finite Automaton recognizes which of the given languages?
(A) {1, 0}* {01}
(B) {1, 0}* {1}
(C) {1}{1, 0}* {1}
(D) 1*0* {0, 1}
Answer: (A)
Explanation: Given DFA accepts all string that ending with “01”, so the language should be (0+1)*01.
Option (A) is correct,
Quiz of this Question