InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by overlays in OS? |
|
Answer» Overlays is BASICALLY a programming method that divides processes into pieces so that instructions that are IMPORTANT and need can be saved in memory. It does not need any TYPE of support from the OS. It can RUN programs that are bigger in size than physical memory by only keeping only important data and instructions that can be NEEDED at any given time. |
|