Data-Structures
February 19, 2025STQC-NIELIT STA 2021
February 20, 2025Operating-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?
| Object code | |
| relocation bits | |
| Names and locations of all external symbols defined in the object module | |
| 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.
● 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.
● 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.
