...
Question 9637 – Compiler-Design
February 13, 2024
Question 9498 – Compiler-Design
February 13, 2024
Question 9637 – Compiler-Design
February 13, 2024
Question 9498 – Compiler-Design
February 13, 2024

Compiler-Design

Question 44

Which of the following is NOT an advantage of using shared, dynamically linked libraries as opposed to using statically linked libraries?

A
Smaller sizes of executable files
B
Lesser overall page fault rate in the system
C
Faster program startup
D
Existing programs need not be re-linked to take advantage of newer versions of libraries
Question 44 Explanation: 
Dynamic link libraries takes more time in program setup (in loading and linking phase to set up the global offset table and load and link the required libraries).
Correct Answer: B
Question 44 Explanation: 
Dynamic link libraries takes more time in program setup (in loading and linking phase to set up the global offset table and load and link the required libraries).

Leave a Reply

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