retagged by
435 views
2 votes
2 votes

Match the pairs about implementation and addressing modes:

Group A    Group B

 A.

Array I

 Indirect Addressing

B

 Relocatable code

II

 Indexed Addressing

C

 Array as parameter

III

Base Register Addressing

 

 $$\begin{array}{|c|c|c|} \hline & \textbf{Group A} &   & \textbf{Group B}  \\ \hline A & \text{Array} & I & \text{Indirect Addressing} \\ \hline B & \text{ Relocatable code} & II & \text{ Indexed Addressing} \\ \hline  C & \text{Array as parameter} & III & \text{Base Register Addressing}  \\ \hline\end{array}$$

  1.    $(A-II), (B-III), (C-I)$
  2.    $(A-III), (B-I), (C-II)$
  3.    $(A-III), (B-II), (C-I)$
  4.    $(A-I), (B-III), (C-II)$
retagged by

1 Answer

Best answer
2 votes
2 votes

$$\begin{array}{|c|c|c|} \hline & \textbf{Group A} &   & \textbf{Group B}  \\ \hline A & \text{Array} & II & \text{Indexed Addressing} \\ \hline B & \text{ Relocatable code} & III & \text{Base Register Addressing} \\ \hline  C & \text{Array as parameter} & I & \text{Indirect Addressing}  \\ \hline\end{array}$$
 $(A-II), (B-III), (C-I)$

So, the correct answer is $(A)$.

References:

selected by
Answer:

Related questions