Which system software component translates a high-level source code file into object code modules prior to linking?
ALinker
BCompiler
CLoader
DDebugger
Explanation
A Compiler translates entire high-level source code into machine code/object code. The Linker then combines object modules with external libraries to generate an executable binary file (.exe).
Exam Relevance
- Topic: Programming Concepts
- Subtopic: Compilers & Linkers

No Comments