

InterviewSolution
Saved Bookmarks
1. |
Given a grammar in GNF and a derivable string in the grammar with the length n, any ___________will halt at depth n.(a) top-down parser(b) bottom-up parser(c) multitape turing machine(d) none of the mentionedI have been asked this question by my college professor while I was bunking the class.The query is from CFL- Other Normal Forms in section Properties of Context Free Languages of Automata Theory |
Answer» The CORRECT option is (a) top-down parser |
|