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 code → Compiler → Object module (
.o) - •Object modules → Linker → Load module (executable)
- •Load module → Loader → 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.