Multiple choice

Which of the following system softwares is used in the process of replacing symbolic references or names of libraries with actual usable addresses in the memory before running a program?

  1. Loader

  2. Linker

  3. Object program

  4. Compiler

  5. Interpreter

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

The process of replacing symbolic references or names of libraries with actual usable addresses in memory before running a program is called as relocation and is performed mainly by the linker.