Menu

Parsing Questions

MCQ
1.
In how many types parsing is divided?
forum Discussion
MCQ
2.
When the parser starts constructing the parse tree from the start symbol and then tries to transform the start symbol to the input, it is called?
forum Discussion
MCQ
3.
 In ___________________, if one derivation of a production fails, the syntax analyzer restarts the process using different rules of same production
forum Discussion
MCQ
4.
A form of recursive-descent parsing that does not require any back-tracking is known as?
forum Discussion
MCQ
5.
Compute E.value for the root of the parse tree for the expression:2 # 3 & 5 # 6 &4.
forum Discussion
MCQ
6.
Compute E.value for the root of the parse tree for the expression:2 # 3 & 5 # 6 &4.
forum Discussion
MCQ
7.
Assume that the SLR parser for a grammar G has n1 states and the LALR parser for G has n2 states.n1 is necessarily less than n2
forum Discussion
MCQ
8.
the predictive parser puts some constraints on the grammar and accepts only a class of grammar known as LL(k) grammar.
forum Discussion
MCQ
9.
Which of the following suffices to convert an arbitrary CFG to an LL(1) grammar?
forum Discussion
MCQ
10.
Which of the following derivations does a top-down parser use while parsing an input string?
forum Discussion
Page 1 of 11Next chevron_right