ITPEC FE Morning April 2018 Question 20

Source exam: ITPEC FE Morning April 2018Topic: Computer Systems & Hardware

ITPEC FE Morning April 2018 — Question 20 of 80

Linker — combines multiple object modules into a single load module by resolving cross-references.

The build pipeline:

  • Source codeCompilerObject module (.o)
  • Object modulesLinkerLoad module (executable)
  • Load moduleLoader → loaded into main memory for execution

Why not others:
- (b) Loading into main memory — this is the loader, not the linker

- (c) Monitoring and logging execution — this is a debugger or tracer

- (d) Registering to a library — this is a librarian utility

Key rule: Linker = combining + resolving references; Loader = placing into memory.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.