retagged by
208 views
0 votes
0 votes

Match the pairs about implementation and addressing modes:

$\begin{array}{|l|l|l|l|} \hline {} & \text{Group A} & {} & \text{Group B} \\ \hline A. & \text{Array} & I. & \text{Indirect Addressing} \\ \hline B. & \text{Re-locatable code} & II. & \text{Indexed Addressing} \\ \hline C. & \text{Array as parameter} & III. & \text{Base Register Addressing} \\ \hline \end{array}$

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

1 Answer

Best answer
1 votes
1 votes
Array implementation can use in Indexed addressing so A-II

Passing array as parameter we can make use of a pointer  and hence can use Indirect addressing , C-I

Base Register addressing can be used to write re-locatable code by changing the content of Base Register. B-III

which is option D
selected by
Answer:

Related questions

0 votes
0 votes
0 answers
1
Bikram asked May 27, 2017
298 views
Match the following:$\begin{array}{|l|l|l|l|} \hline (i) & \text{Base addressing} & (p) & \text{Pointers} \\ \hline (ii) & \text{Indexed addressing} & (q) & \text{Loops} ...
2 votes
2 votes
3 answers
2
Bikram asked May 27, 2017
609 views
A two word instruction is stored in memory at an address designated by symbol $S$. The address field of the instruction (stored at $S+1$) is designated by symbol K. The o...