Multiple choice

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 a computer spends excessive time swapping data between virtual memory (disk) and RAM, leaving little time for actual program execution. This typically happens when the system is overloaded with processes and doesn't have enough physical memory. It's not related to disk space, number of processors, or registry issues.