Multiple choice

______ relocation means that relocation is performed before or during the loading of the program into memory.

  1. Static

  2. Dynamic

  3. Consistent

  4. None of these

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

Static relocation occurs when the addresses are bound to physical memory at load time, meaning the program cannot be moved once execution begins.