Which is the most appropriate match for the items in the first column with the…

2001

Which is the most appropriate match for the items in the first column with the items in the second column:

image.png

Answer: A. (X, III), (Y, I), (Z, II)Indirect Addressing → Passing array as parameter (III) Because the instruction points to a location that contains the actual address, which is commonly used…

  1. A.

    (X, III), (Y, I), (Z, II)

  2. B.

    (X, II), (Y, III), (Z, I)

  3. C.

    (X, III), (Y, II), (Z, I)

  4. D.

    (X, I), (Y, III), (Z, II)

Attempted by 93 students.

Show answer & explanation

Correct answer: A

  • Indirect Addressing → Passing array as parameter (III)
    Because the instruction points to a location that contains the actual address, which is commonly used when passing arrays (address passed indirectly).

  • Indexed Addressing → Array implementation (I)
    Because array elements are accessed using a base address plus an index value.

  • Base Register Addressing → Writing relocatable code (II)
    Because changing the base register allows the program to be relocated in memory without modifying instructions.

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

Explore the full course: Isro

Loading lesson…