

InterviewSolution
Saved Bookmarks
1. |
Which of the following allows stacked values to be sub-stacks rather than just finite symbols?(a) Push Down Automaton(b) Turing Machine(c) Nested Stack Automaton(d) None of the mentionedThe question was asked in an interview for internship.My doubt stems from PDA-Acceptance by Final State topic in portion Push Down Automata of Automata Theory |
Answer» The CORRECT choice is (c) Nested Stack Automaton |
|