

InterviewSolution
Saved Bookmarks
1. |
Which of the following will the given DFA won’t accept?(a) ε(b) 11010(c) 10001010(d) String of letter count 11I had been asked this question in an international level competition.Query is from Deterministic Finite Automata-Introduction and Definition topic in chapter Finite Automata of Automata Theory |
Answer» RIGHT option is (a) ε To explain I would SAY: As the initial state is not made an acceptance state, THUS ε will not be accepted by the given DFA. For the automata to ACCEPT ε as an entity, one should make the initial state as ALSO the final state. |
|