1.

Examine the following DFA: If input is 011100101, which edge is NOT traversed?(a) A B(b) C(c) C D(d) D AThis question was addressed to me in an interview.My enquiry is from The NFA with n-moves to the DFA topic in portion Finite Automata and Regular Expression of Compiler

Answer»

Correct choice is (C) C D

The BEST I can EXPLAIN: The states traversed are ABDBDABDAC, and the only EDGE not traversed C D.



Discussion

No Comment Found

Related InterviewSolutions