Podcast
Questions and Answers
When is a routine loaded in dynamic loading?
When is a routine loaded in dynamic loading?
What does the relocatable linking loader do when a routine is called?
What does the relocatable linking loader do when a routine is called?
Which binding scheme results in an environment where logical and physical addresses are the same?
Which binding scheme results in an environment where logical and physical addresses are the same?
What does the base register serve as in memory management?
What does the base register serve as in memory management?
Signup and view all the answers
In which method are libraries linked at execution time?
In which method are libraries linked at execution time?
Signup and view all the answers
What is the function of the memory management unit (MMU)?
What is the function of the memory management unit (MMU)?
Signup and view all the answers
How does dynamic loading help in memory-space utilization?
How does dynamic loading help in memory-space utilization?
Signup and view all the answers
Which hardware device is responsible for the run-time mapping from logical to physical addresses?
Which hardware device is responsible for the run-time mapping from logical to physical addresses?
Signup and view all the answers
Which scheme results in an environment where logical and physical addresses differ?
Which scheme results in an environment where logical and physical addresses differ?
Signup and view all the answers
What happens to the program code size in dynamic linking method?
What happens to the program code size in dynamic linking method?
Signup and view all the answers