1.

For every NFA a deterministic finite automaton (DFA) can be found that accepts the same language.(a) True(b) FalseThis question was posed to me in an interview.My doubt is from Non-Deterministic Finite Automata in portion Finite Automata and Regular Expression of Compiler

Answer»

The correct choice is (a) True

To explain I would SAY: Therefore it is possible to convert an existing NFA into a DFA for the PURPOSE of implementing a simpler machine. Which is executed by using the POWERSET construction.



Discussion

No Comment Found

Related InterviewSolutions