Memory

Back to Computer-Science-Concepts

Virtual Memory

Maps memory addresses (virtual addresses) into physical addresses in hardware memory.

Page

Memory pages are fixed length contiguous blocks of virtual memory

Page Fault

Type of interrupt, called trap, raised by hardware when accessing a memory page, but it isn't loaded into main memory.