Multiple choice

Saving the image of a suspended process in secondary storage is called ______.

  1. scheduling

  2. linking

  3. swapping

  4. none of these

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

Swapping is the process of moving a suspended process from main memory to secondary storage (disk) and back. This allows the system to free up memory for other processes when RAM is limited.