edited by
2,924 views
2 votes
2 votes

Consider the following table :


$\begin{array}{|l|l|l|} \hline \textbf{A.} & \text{Activation record} & \textbf{p.} & \text{Linking loader} \\\hline \textbf{B.} & \text{Location counter} & \textbf{q.} & \text{Garbage collection} \\\hline \textbf{C.} & \text{Reference counts} & \textbf{r.} & \text{Subroutine call} \\\hline \textbf{D.} & \text{Address relocation} & \textbf{s.} & \text{Assembler} \\\hline \end{array}$

  1. $a-p, b-q, c-r, d-s$
  2. $a-q, b-r, c-s, d-p$
  3. $a-r, b-s, c-q, d-p$
  4. $a-r, b-s, c-p, d-q$
edited by

1 Answer

0 votes
0 votes
Activation record - Subroutine call

Location counter- Linking loader

Reference counts- Garbage collection

Address relocation- Assembler
Answer:

Related questions

6 votes
6 votes
2 answers
2
gatecse asked Dec 17, 2017
3,131 views
A counting semaphore was initialized t o $7$. Then $\text{20 P (wait)}$ operations and$\text{x V (signal)}$ operations were completed on this semaphore. If the final valu...