Multiple choice

_______ relocation refers to mapping from the virtual address space to the physical address space.

  1. Static

  2. Dynamic

  3. Consistent

  4. None of these

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

Dynamic relocation occurs when the mapping from virtual to physical addresses is performed at runtime, allowing programs to be moved in memory during execution.