1.

The instantaneous PDA is has the following elements(a) State(b) Unconsumed input(c) Stack content(d) All of the mentionedI had been asked this question during an interview.My enquiry is from From PDA to Grammars in division Push Down Automata of Automata Theory

Answer»

The correct option is (d) All of the mentioned

The explanation: The instantaneous description of a PDA is represented by 3 tuple:

(q,w,s)

where q is the STATE, w is the unconsumed input and s is the stack content.



Discussion

No Comment Found

Related InterviewSolutions