engineering recuitment ISRO Scientist Computer Science Mock Test Compiler Design Syntax Analysis Syntax Analyzer
Match the compiler phase with the input it takes.
|
P. Syntax Analysis |
I. Machine code |
|
Q. Lexical Analysis |
II. Token stream |
|
R. Code Generator |
III. Syntax Tree |
|
S. Intermediate Code Generation |
IV. Three address code |
| V. character stream |
1
P → II, Q → V, R → III, S → V
2
P → III, Q → II, R → IV, S → I
3
P → II, Q → V, R → IV, S → III
4
P → III, Q → II, R → I, S → IV