1.

What is the transitional function of an NFA?(a) Q X Σ→Q(b) Q X Σ→2Q(c) Q X Σ→2n(d) Q X Σ→QnI got this question during an online exam.This interesting question is from Finite Automata in division Finite Automata and Regular Expression of Compiler

Answer»

The correct option is (b) Q X Σ→2Q

To EXPLAIN: Let Q be a FINITE SET and let be a finite set of symbols. Also let be a function from Q to 2Q. All the elements of Q a state, the transition function, q0 the initial state and A the set of accepting states.

Then a nondeterministic finite automaton is a 5-tuple < Q,, q0,, A >.



Discussion

No Comment Found

Related InterviewSolutions