InterviewSolution
Saved Bookmarks
| 1. |
Memory management done by the operating system true or false |
|
Answer» Explanation: The task of subdividing memory between the O/S and PROCESSES is PERFORMED AUTOMATICALLY by the O/S and is called memory management. ... The practice in which a program and data are organized in such a way that various modules can be assigned the same REGION of memory is called OVERLAYING. |
|