Which of the following is a primary task of memory management system? I. It…
2021
Which of the following is a primary task of memory management system? I. It keeps track of which parts of the memory are currently being used II. When space is available, it allocates memory to the programs that are next to be loaded
- A.
Only I
- B.
Only II
- C.
Both I and II
- D.
Neither I nor II
Attempted by 711 students.
Show answer & explanation
Correct answer: C
Memory management system performs key tasks to ensure efficient use of memory. It keeps track of which parts of memory are currently in use (Statement I) to prevent conflicts and ensure data integrity. When memory space becomes available, it allocates memory to programs that are ready to be loaded (Statement II), enabling smooth execution of processes. Both tasks are essential for effective memory handling in an operating system.