Question 2
Marks : +2 | -2
Pass Ratio : 100%
A linker is given object module for a set of programs that were compiled separately. What is not true about an object module?
Explanation: A linker or link editor is a computer program that takes one or more object files generated by a compiler and combines them into a single executable file, library file, or another object file.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
What is the function of the syntax phase?
Explanation: In this phase symbol table is created by the compiler which contains the list of lexemes or tokens.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following functions is performed by loader?
Explanation: A loader is the part of an operating system that is responsible for loading programs and libraries.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
In a single pass assembler, most of the forward references can be avoided by putting the restriction ___________
Explanation: A single pass assembler scans the program only once and creates the equivalent binary program.