Multiple choice

How does the OS manage memory?

  1. Ensures each process has enough memory to perform job

  2. Ensures each process is followed step by step

  3. Ensures each process is prioritized in importance

  4. It doesnt care

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

Memory management is a core OS function that allocates memory to processes as needed. It ensures that each process has sufficient space to execute and prevents processes from interfering with each other's memory space.