SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Which of the following is a system program that integrates a program’s individually compiled modules into a form that can be executed?
|
Interpreter
|
|
Assembler
|
|
Compiler
|
|
Linking Loader
|
Explanation:
Detailed explanation-1: -Linking links two or more object codes and provides the information needed to allow references between them and Loading brings the object program into the memory for execution. Therefore a system program that combines the separately compiled modules of a program into a form suitable for execution is a linking loader.
There is 1 question to complete.