Multiple choice technology

The definition of thrashing is:

  1. swapping data between virtual memory and RAM too frequently.

  2. insufficient hard disk space.

  3. too many processors being managed by the operating system.

  4. inaccurate information stored in the registry.

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

Thrashing occurs when the operating system spends excessive time swapping data between virtual memory (disk) and RAM, leaving little time for actual program execution. This happens when running too many programs or programs requiring more memory than physically available. It causes severe performance degradation as the system constantly reads/writes to disk instead of processing.