...
Question 561 – DMA
December 5, 2023
Question 15865 – STQC-NIELIT SC-B 2021
December 5, 2023
Question 561 – DMA
December 5, 2023
Question 15865 – STQC-NIELIT SC-B 2021
December 5, 2023

Question 1690 – JT(IT) 2018 PART-B Computer Science

With respect to compiler design, “recursive descent” is a ____ parsing technique that reads the inputs from ____.

Correct Answer: B

Question 6 Explanation: 
A recursive descent parser is a kind of top-down parser built from a set of mutually recursive procedures (or a non-recursive equivalent) where each such procedure implements one of the nonterminals of the grammar. Thus the structure of the resulting program closely mirrors that of the grammar it recognizes.
→ Top down parsers reads the input from left to right and bottom up parsers are reads the input from left to right and reverse.

A
top-down, right to left
B
top-down, left to right
C
bottom up, right to left
D
bottom up, left to right
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!