Multiple choice

Which of the following programs contains information regarding its address sensitivity and the code to make use of this information to relocate the address sensitive part of its code?

  1. Object program

  2. System support program

  3. System development program

  4. Self relocating program

  5. Distributed service support program

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

This program relocates its own address-dependent instruction and data when run and is therefore capable of being loaded into memory at any address. This program not only contains information regarding its address sensitivity but also the code to make use of this information to relocate the address sensitive part of its code.