Multiple choice

Which of the following device is used to combine a set of program instructions that have been independently compiled into single module?

  1. Mouse

  2. Modem

  3. Linkage editor

  4. Light pen

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

A linkage editor, or linker, is a system program that combines independently compiled object modules into a single executable program. It resolves external references between the modules, ensuring that function calls and variable accesses across files are correctly mapped.