Question
a.
Assign address to all statements
b.
Save the values assigned to all labels for use in pass 2
c.
Perform some processing
d.
All of the mentioned
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. Pass I
Similar Questions
Discover Related MCQs
Q. Which table is a permanent database that has an entry for each terminal symbol?
View solution
Q. Which of the following functions is performed by loader?
View solution
Q. In what module multiple instances of execution will yield the same result even if one instance has not terminated before the next one has begun?
View solution
Q. Dividing a project into segments and smaller units in order to simplify design and programming efforts is called
View solution
Q. Software that measures, monitors, and controls events is
View solution
Q. A linker is given object module for a set of programs that were compiled separately. What is not true about an object module
View solution
Q. Which loader function is accomplished by loader?
View solution
Q. In which of the following no information hiding is done?
View solution
Q. When a computer is rebooted, a special type of loader is executed called
View solution
Q. Disadvantage of ” Compile and GO ” loading scheme is that
View solution
Q. A relocatable program form is one which
View solution
Q. Which of the following module does not incorporate initialization of values changed by the module?
View solution
Q. Dynamic linking can cause security concerns because
View solution
Q. S -> C C
C -> eC | d
The grammar is
View solution
Q. S -> id: = E ”
newtemp ();
gen(t . place . place;); .place t} ”
.place .place;}
For the statement ‘X: = Y + Z ’,
the 3-address code sequence generated by this definition is
View solution
Q. If the programming language uses static scoping and call by need parameter passing mechanism, the values printed by the above program are
View solution
Q. If dynamic scoping is used and call by name mechanism is used, the values printed will be
View solution
Q. P x =new Q();
Q y =new Q();
P z =new Q();
x. f (1);((P) y). f (1);
z.f(1);
The output is
View solution
Q. Which of the following is NOT an advantage of using shared, dynamically linked libraries as compared to statically linked libraries?
View solution
Q. Which grammar violate rules of an operator grammar?
(i) P-> QR
(ii) P -> Q s R
(iii) P -> ε
(iv) P ->Q t
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!