Question 9637 – Compiler-Design
February 13, 2024Question 9498 – Compiler-Design
February 13, 2024Compiler-Design
Question 44 |
Which of the following is NOT an advantage of using shared, dynamically linked libraries as opposed to using statically linked libraries?
Smaller sizes of executable files | |
Lesser overall page fault rate in the system | |
Faster program startup
| |
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).