MCQ
Q.
In which parsing, the parser constructs the parse tree from the start symbol and transforms it into the input symbol.
Correct Answer: B
Top-down parsing is a technique which constructs the parse tree from the start symbol and transforms it to the input symbol. This type of parsing is also referred to as predictive or recursive parsing.