Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. Where does the swap space reside?
    1. RAM
    2. Disk
    3. ROM
    4. On-Chip Cache
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.



Your comments will be displayed only after manual approval.