Multiple choice

______ is a system program that combines the separately compiled modules of a program into a form suitable for execution.

  1. Assembler

  2. Linking loader

  3. Cross compiler

  4. Interpreter

  5. _

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

A loader which combines the functions of a relocating loader with the ability to combine a number of program segments that have been independently compiled into an executable program.