edited by
265 views
1 votes
1 votes

 

Match all items in Group $1$ with correct options from those given in Group $2.$

$$\begin{array} {|l|l|} \hline \qquad \qquad \textbf{Group 1} & \qquad \textbf{Group 2} \\\hline  \text{P. Intermediate representation} & \text{1. Activation records} \\\hline \text{Q. Top-down passing} & \text{2. Code generation} \\\hline \text{R. Runtime environments} & \text{3. Leftmost derivation} \\\hline \text{S. Register allocation} & \text{4. Graph coloring} \\\hline \end{array}$$

  1. $\text{P-2, Q-3, R-1, S-4}$
  2. $\text{P-4, Q-2, R-3, S-1}$
  3. $\text{P-1, Q-2, R-3, S-4}$
  4. $\text{P-2, Q-3, R-4, S-1}$
edited by

Please log in or register to answer this question.

Answer:

Related questions

0 votes
0 votes
1 answer
2
admin asked Jan 5, 2019
366 views
The following grammar $\text{G}$ is left recursive.$\text{E} \rightarrow \text{E + T}\; \mid \; \text{T} $$\text{T} \rightarrow \text{T * F} \; \mid \; \text{F} $$\text{F...
1 votes
1 votes
0 answers
3
admin asked Jan 5, 2019
274 views
Which phase during compilation does a compiler recognize the $\textbf{keywords}$ of a language?Code generationParsingDataflow analysisLexical analysis
1 votes
1 votes
0 answers
4
admin asked Jan 5, 2019
254 views
Which of the following data structures is used by a compiler to manage information about variables and their attributes?abstract syntax treesymbol tablesemantic stackpars...