InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following is FALSE?(a) Every NFA can be converted to DFA(b) Every subset of a recursively enumerable set is recursive(c) All of the mentioned(d) None of the mentionedThis question was addressed to me by my college professor while I was bunking the class.The above asked question is from Minimization of DFA topic in division Finite Automata and Regular Expression of Compiler |
|
Answer» Right option is (b) EVERY SUBSET of a RECURSIVELY enumerable set is recursive |
|