InterviewSolution
Saved Bookmarks
| 1. |
Memory management helps to track over all status of memory allocation true or false |
|
Answer» Answer: Memory management is the functionality of an operating system which handles or manages PRIMARY memory and moves processes back and forth between MAIN memory and disk during execution. ... It checks how much memory is to be allocated to processes. It decides which process will get memory at what time. Explanation: |
|