...
Question 3575 – Computer-Networks
May 4, 2024
Compiler-Design
May 4, 2024
Question 3575 – Computer-Networks
May 4, 2024
Compiler-Design
May 4, 2024

GATE 2000

Question 10

The most appropriate matching for the following pairs

    X: Indirect addressing            1 : Loops
    Y: Immediate addressing           2 : Pointers
    Z: Auto decrement addressing      3: Constants  

is

A
X – 3 Y – 2 Z – 1
B
X – 1 Y – 3 Z – 2
C
X – 2 Y – 3 Z – 1
D
X – 3 Y – 1 Z – 2
Question 10 Explanation: 
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.
Correct Answer: C
Question 10 Explanation: 
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.

Leave a Reply

Your email address will not be published. Required fields are marked *