Word
Description
Virtual memory
Virtual memory a way of expanding the memory capabilities of a computer by
using disk space for memory functions. With virtual memory, a program stores
memory addresses on the hard disk, called pages, and are only used when
called upon. It is the job of the operating system to distinguish which addresses
reside in memory and which must be called up from the disk.