Multiple choice

The _______ selects the process to swap out.

  1. swapper

  2. loader

  3. linker

  4. debugger

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

The swapper (part of the OS memory manager) is responsible for selecting which process to swap out of memory. This decision is typically based on factors like process priority, waiting time, and memory requirements.