The most appropriate matching for the following pairs

2000

The most appropriate matching for the following pairs

image.png

Answer: C. X-2, Y-3, Z-1Indirect addressing → Pointers (2) Because the address field points to a memory location that contains the effective address, just like pointer usage.…

  1. A.

    X-3, Y-2, Z-1

  2. B.

    X-I, Y-3, Z-2

  3. C.

    X-2, Y-3, Z-1

  4. D.

    X-3, Y-l, Z-2

Attempted by 95 students.

Show answer & explanation

Correct answer: C

  • Indirect addressing → Pointers (2)
    Because the address field points to a memory location that contains the effective address, just like pointer usage.

  • Immediate addressing → Constants (3)
    Because the operand value is directly present in the instruction.

  • Auto-decrement addressing → Loops (1)
    Because the register is automatically decremented, which is commonly used in loop control (e.g., stack/iteration).

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Isro

Loading lesson…