edited by
5,907 views
29 votes
29 votes
Match the pairs in the following questions:$$\begin{array}{ll|ll}\hline \text{(A)} & \text{Base addressing} & \text{(p)} & \text{Reentranecy} \\\hline  \text{(B)} & \text{Indexed addressing} & \text{(q)}& \text{Accumulator} \\\hline   \text{(C)}& \text{Stack addressing} & \text{(r)}  & \text{Array} \\\hline  \text{(D)} & \text{Implied addressing} &\text{(s)}  & \text{Position independent}  \\\hline \end{array}$$
edited by

3 Answers

Best answer
39 votes
39 votes
$$\begin{array}{ll|ll}\hline \text{(A)} & \text{Base addressing} & \text{(s)} & \text{Position independent (By changing the value in}\\ &&& \text{base register, location of address can be changed)} \\\hline  \text{(B)} & \text{Indexed addressing} & \text{(r)}& \text{Array} \\\hline   \text{(C)}& \text{Stack addressing} & \text{(p)}  & \text{Reentranecy (Whenever code happens to be used}\\ &&& \text{again, address need not be the same)} \\\hline  \text{(D)} & \text{Implied addressing} &\text{(q)}  & \text{Accumulator (If an address is not specified, it is}\\ &&& \text{assumed/implied to be the Accumulator)}  \\\hline \end{array}$$
edited by
2 votes
2 votes
Base Addressing → Position independent addressing
Indexed Addressing → Array [In indexed addressing updation of micro instruction is a costly]
Stack Addressing → Reentrancy
 Implied Addressing → Accumator and other SPR (sometimes GPRs as well)
0 votes
0 votes
A-S,  B-R, C-P, D-Q
edited by

Related questions

33 votes
33 votes
2 answers
1
Kathleen asked Sep 14, 2014
7,500 views
Which is the most appropriate match for the items in the first column with the items in the second column:$$\begin{array}{|cl|cl|} \hline \text{X.} &\text{Indirect Addres...
32 votes
32 votes
8 answers
2
makhdoom ghaya asked Nov 27, 2016
11,965 views
Context-free languages and regular languages are both closed under the operation (s) of :UnionIntersectionConcatenationComplementation
27 votes
27 votes
1 answer
3
Kathleen asked Sep 22, 2014
6,811 views
Match each of the high level language statements given on the left hand side with the most natural addressing mode from those listed on the right hand side.$$\begin{array...