InterviewSolution
Saved Bookmarks
| 1. |
Which behaviour of a NFA can be stimulated by DFA?(a) Always(b) Sometimes(c) Never(d) Depends on NFAThe question was posed to me in final exam.This interesting question is from Transformation from NFA to DFA in division Finite Automata and Regular Expression of Compiler |
|
Answer» CORRECT choice is (a) Always For explanation: It can be DONE through POWER set CONSTRUCTION. |
|