Computer Sciences > Gate 2017 Set-2 > Compiler Design
Match the following according to input(from the left column) to the compiler phase(in the right column) that process it:

(P)Syntax Tree (i)Code generator
(Q)Character Stream (ii)Syntax analyser
(R)Intermediate representation (iii)Semantic analyser
(S)Token stream (iv)Lexical analyser
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)

Correct : Compiler Design

Similar Questions

Consider the following code segment. x = u - t; y = x * v; x = y + w; y = t - z; y = x * y; The minimum number of total variables required to convert the abo...
#575 Fill in the Blanks
Consider the following code segment. x = u - t; y = x * v; x = y + w; y = t - z; y = x * y; The minimum number of total variables required to convert the abo...
#575 Fill in the Blanks
Consider the following code segment. x = u - t; y = x * v; x = y + w; y = t - z; y = x * y; The minimum number of total variables required to convert the abo...
#575 Fill in the Blanks

Related Topics

No tags found

Unique Visitor Count

Total Unique Visitors

Loading......