virtual memory

Virtual memory is used when there isn't sufficient immediate access store available. Part of a disk drive is allocated to be used as if it were main memory. When accessing these memory locations the software has to copy the contents of the relevant disk block into a reserved area of main memory, having first copied its existing contents back onto disk. This is very slow and the software will attempt to use the immediate access store if possible.

Related terms

Term sub categories

Hardware
   memory