Multiple choice technology operating systems

Thrashing

  1. reduces page I/O

  2. decreases the degree of multiprogramming

  3. implies excessive page I/O

  4. improves system performance

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

Thrashing describes a state in virtual memory systems where the operating system spends more time swapping pages in and out of disk than executing processes. This leads to excessive page I/O, which degrades system performance instead of improving it, and can eventually force a reduction in the degree of multiprogramming.