Data-Structures
February 19, 2025
STQC-NIELIT STA 2021
February 20, 2025
Data-Structures
February 19, 2025
STQC-NIELIT STA 2021
February 20, 2025

Operating-Systems

Question 848
A linker is given object module for a set of programs that were compiled separately. What information need not be included in an object module?
A
Object code
B
relocation bits
C
Names and locations of all external symbols defined in the object module
D
Absolute addresses of internal symbols
Question 848 Explanation: 
● In object module it includes names and locations of all external symbols defined in the object module.
● To link to external symbols it must know the location of external symbols.
● So object module won’t consists of absolute addresses of internal symbols , Option D is correct.
Correct Answer: D
Question 848 Explanation: 
● In object module it includes names and locations of all external symbols defined in the object module.
● To link to external symbols it must know the location of external symbols.
● So object module won’t consists of absolute addresses of internal symbols , Option D is correct.

Leave a Reply

Your email address will not be published. Required fields are marked *