-
Where does the swap space reside?
-
- RAM
- Disk
- ROM
- On-Chip Cache
- RAM
Correct Option: B
Swap space is the memory space where the part of the program not currently in main memory for execution is stored, this program part can be swapped into memory when required. This space is generally indisk. Hence option (b) is correct.