retagged by
2,964 views
9 votes
9 votes

The most appropriate matching for the following pairs :

$\begin{array}{clcl}  \text{X.} & \text{Indirect Addressing} & \text{i.} & \text{Loop} \\  \text{Y.} & \text{Immediate Addressing} & \text{ii.} & \text{Pointers} \\  \text{Z.} & \text{Auto Decrement Addressing} & \text{iii.} & \text{Constants} \\  \end{array}$

  1. $\text{X-iii, Y-ii, Z-i}$
  2. $\text{X-ii, Y-iii, Z-i}$
  3. $\text{X-iii, Y-i, Z-ii}$
  4. $\text{X-ii, Y-i, Z-iii}$
retagged by

2 Answers

0 votes
0 votes

Indirect addressing:
Indirect addressing means that the address of the data is held in an intermediate location so that the address is first 'looked up' and then used to locate the data itself.


Immediate addressing:
Immediate Addressing. An immediate operand has a constant value or an expression. When an instruction with two operands uses immediate addressing, the first operand may be a register or memory location, and the second operand is an immediate constant. 

Auto increment or decrements: can be one by using loops.

Answer:

Related questions

29 votes
29 votes
3 answers
1
makhdoom ghaya asked Nov 27, 2016
5,825 views
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...
27 votes
27 votes
1 answer
2
Kathleen asked Sep 22, 2014
6,748 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...
33 votes
33 votes
2 answers
3
Kathleen asked Sep 14, 2014
7,380 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...