MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
System Administrator 2026
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
In contiguous memory allocation ____________
- A. Each process is contained in a single contiguous section of memory
- B. All processes are contained in a single contiguous section of memory
- C. The memory space is contiguous
- D. None of the mentioned
.