

MCQOPTIONS
Saved Bookmarks
1. |
Match the following according to input (from the left column) to the compiler phase (in the right column) that processes it:(P)Syntax tree(i)Code generator(Q)Character steam(ii)Syntax analyzer(R)Intermediate representation(iii)Semantic analyser(S)Token stream(iv)Lexical analyzer |
A. | P → (ii), Q → (iii), R → (iv), S → (i) |
B. | P → (ii), Q → (i), R → (iii), S → (iv) |
C. | P → (iii), Q → (iv), R → (i), S → (ii) |
D. | P → (i), Q → (iv), R → (ii), S → (iii) |
Answer» D. P → (i), Q → (iv), R → (ii), S → (iii) | |