InterviewSolution
Saved Bookmarks
| 1. |
What is the idea of automation with a stack as auxiliary storage?(a) Finite automata(b) Push Down Automata(c) Deterministic Automata(d) None of the mentionedThe question was asked during an interview.My question is taken from Right Left Linear Grammar in section Contextfree Grammar and Syntax Analysis of Compiler |
|
Answer» RIGHT choice is (b) PUSH Down Automata Easy EXPLANATION: Push Down Automata manipulate the STACK as a part of performing a transition. |
|