Jump to content

Memory paging

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 68.47.231.101 (talk) at 04:12, 4 September 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Paging, in computer science, refers to the algorithm that saves parts of computer memory to disc, or conversely brings saved parts back into memory, when a program needs more memory than is physically available. The chunks of memory written to disc are called `pages'.