Podcast
Questions and Answers
When is a routine loaded in dynamic loading?
When is a routine loaded in dynamic loading?
- At execution time (correct)
- At load time
- At runtime
- At compile time
What does the relocatable linking loader do when a routine is called?
What does the relocatable linking loader do when a routine is called?
- Deletes the routine from disk
- Updates the program's source code
- Loads all routines into memory at once
- Updates the program's address tables (correct)
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?
- Compile-time (correct)
- Load-time
- Linking-time
- Execution-time
What does the base register serve as in memory management?
What does the base register serve as in memory management?
In which method are libraries linked at execution time?
In which method are libraries linked at execution time?
What is the function of the memory management unit (MMU)?
What is the function of the memory management unit (MMU)?
How does dynamic loading help in memory-space utilization?
How does dynamic loading help in memory-space utilization?
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?
Which scheme results in an environment where logical and physical addresses differ?
Which scheme results in an environment where logical and physical addresses differ?
What happens to the program code size in dynamic linking method?
What happens to the program code size in dynamic linking method?