Glossaire
a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | .
- virtual memorysearch for term
-
A memory management scheme that permits execution of programs larger than the size of physical memory. Using virtual memory, least-used data is moved out of memory to disk, thus freeing memory for other uses. When the data is needed again, it is returned to memory where it is swapped for other data that is then moved to disk.
