Multiple choice

Which of the following addressing modes are suitable for program relocation at run time?

  1. Absolute addressing
  2. Based addressing
  3. Relative addressing
  4. Indirect addressing

  1. 1 and 4

  2. 1 and 2

  3. 2 and 3

  4. 1, 2 and 4

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Program relocation at run time transfers complete block to some memory locations. This require as base address and block should be relatively addressed through this base address. This require both based addressing and relative addressing mode.