Multiple choice

The process of assigning load addresses to the various parts of the program and adjusting the code and date in the program to reflect the assigned addresses is called

  1. Assembly

  2. Parsing

  3. Relocation

  4. Symbol resolution

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

Load addresses are assigned to various parts of the program, the program can be loaded at any location in memory. This location is added to all addresses in the code, to get correct references. This makes a code re-locatable.