1.

An NFA’s transition function returns ________(a) A Boolean value(b) A state(c) A set of states(d) An edgeI have been asked this question in an interview.Question is from Non-Deterministic Finite Automata in chapter Finite Automata and Regular Expression of Compiler

Answer»

Right CHOICE is (c) A SET of states

To EXPLAIN: A transition function Δ: Q × Σ → P (Q).Where P (Q) denotes the power set of Q.



Discussion

No Comment Found

Related InterviewSolutions