Multiple choice

Program ______ refers to the loading and execution of a given program into an arbitrary place in memory.

  1. swapping

  2. relocation

  3. switch

  4. debugging

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

Relocation refers to the ability to load and execute a program at any arbitrary location in memory, not just the address for which it was originally compiled. This is essential for efficient memory utilization in modern systems.