1.

Which among the following can parse a context free grammar?(a) top down parser(b) bottom up parser(c) CYK algorithm(d) all of the mentionedI got this question in examination.I want to ask this question from CFL- Other Normal Forms in chapter Properties of Context Free Languages of Automata Theory

Answer»

Correct answer is (d) all of the mentioned

The EXPLANATION is: We use certain algorithms to parse a context free grammar which include the most POPULAR CYK algorithm which EMPLOYS the concept of BOTTOM up PARSING and dynamic parsing.



Discussion

No Comment Found

Related InterviewSolutions