Moderate

A system program that combines the separately compiled modules of a program into a form suitable for execution_______________?

Correct answer: C. linking loader

  • A. assembler
  • B. load and go
  • C. linking loader
  • D. cross compiler

Explanation

A linking loader combines separately compiled object modules, resolves references between them, relocates addresses, and prepares the result for execution. An assembler translates assembly language, while a cross-compiler targets a different machine or platform.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions