retagged by
4,162 views
10 10 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}$

3 Answers

1 1 vote

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:
Position:
Show:

Related questions

9 9 votes
5 answers 5 answers
8.9k
8.9k views
go_editor asked Sep 28, 2014
8,861 views
In the context of modular software design, which one of the following combinations is desirable?High cohesion and high couplingHigh cohesion and low couplingLow cohesion ...
42 42 votes
3 answers 3 answers
12.3k
12.3k views
Misbah Ghaya asked Nov 27, 2016
12,277 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)} & \te...
38 38 votes
2 answers 2 answers
11.1k
11.1k views
Kathleen asked Sep 22, 2014
11,084 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...
47 47 votes
2 answers 2 answers
12.4k
12.4k views
Kathleen asked Sep 14, 2014
12,379 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...