Explore storage devices, categorize memory types, and test your knowledge
When RAM is full, the OS uses part of the hard drive/SSD as virtual memory (swap space). Pages of data are swapped between RAM and disk. This is slower than real RAM but prevents programs from crashing.
Pages swap between RAM and Disk continuously