Multiple choice

Which of the following is a process of replacing symbolic references or names of libraries with actual address in memory before running a program?

  1. Boot strapping

  2. Memory allocation

  3. Relocation

  4. Memory binding

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

Relocation is a process of replacing symbolic references or names of libraries with actual address in memory before running a program.