InterviewSolution
Saved Bookmarks
| 1. |
How Does Swapping Result In Better Memory Management? |
|
Answer» During regular intervals that are SET by the operating system, processes can be copied from main MEMORY to a backing store, and then copied BACK LATER. Swapping allows more processes to be RUN that can fit into memory at one time. During regular intervals that are set by the operating system, processes can be copied from main memory to a backing store, and then copied back later. Swapping allows more processes to be run that can fit into memory at one time. |
|