Question
P. Regular expression 1. Syntax analysis
Q. Pushdown automata 2. Code generation
R. Dataflow analysis 3. Lexical analysis
S. Register allocation 4. Code optimization
a.
P-4. Q-1, R-2, S-3
b.
P-3, Q-1, R-4, S-2
c.
P-3, Q-4, R-1, S-2
d.
P-2, Q-1, R-4, S-3
Posted under Compiler Design
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Match the following. P. Regular expression 1. Syntax analysis Q. Pushdown automata 2. Code generation R. Dataflow analysis 3. Lexical analysis S....
Similar Questions
Discover Related MCQs
Q. Assume that the SLR parser for a grammar G has n1 states and the LALR parser for G has n2 states.
View solution
Q. Consider a program P that consists of two source modules M1(contains reference to a function defined in M2) and M2 contained in two different files.
View solution
Q. Given the following expression grammar:
E -> E * F | F+E | F
F -> F-F | id
which of the following is true?
View solution
Q. Compute E.value for the root of the parse tree for the expression:2 # 3 & 5 # 6 &4.
View solution
Q. Which of the following grammar rules violate the requirements of an operator grammar?
(i) P -> QR
(ii) P -> QsR
(iii) P -> ε
(iV) P -> QtRr
View solution
Q. The process of assigning load addresses to the various parts of the program and adjusting the code and data in the program to reflect the assigned addresses is called
View solution
Q. Which of the following derivations does a top-down parser use while parsing an input string?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Compiler Design? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!