Multiple choice

Memory Management is performed by ________.

  1. Operating System

  2. Application

  3. Software

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Operating System is responsible for all fundamental resource management including memory, CPU, processes, and devices. Applications run on top of the OS and request resources through it. Memory management is a core OS function, not handled by individual applications.