System Administrator 2026
What is Dynamic loading?
- A. Loading multiple routines dynamically
- B. Loading a routine only when it is called
- C. Loading multiple routines randomly
- D. None of the mentioned
The idea of overlays is to ____________
- A. Data that are needed at any given time
- B. Enable a process to be larger than the amount of memory allocated to it
- C. Keep in memory only those instructions
- D. All of the mentioned
In a system that does not support swapping ____________
- A. The compiler normally binds symbolic addresses (variables) to relocatable addresses
- B. The compiler normally binds symbolic addresses to physical addresses
- C. The loader binds relocatable addresses to physical addresses
- D. Binding of symbolic addresses to physical addresses normally takes place during execution
What is the operating system?
- A. In the low memory
- B. In the high memory
- C. Either low or high memory (depending on the location of interrupt vector)
- D. None of the mentioned