OCR A Level Computer Science

1.2.1b: Memory Management (paging, segmentation and virtual memory).

Keywords:
Software and software development
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
Memory managementThe process of allocating sections of memory to each process and freeing / redistributing memory when it's no longer needed
Pagea fixed size section of memory which can be allocated to store part of the instructions and data for a program
Paging and segmentationthe process of allocating sections of memory to parts of a program so that they can be loaded into RAM when needed
Segmenta variable sized section of memory which can be allocated to store a logical section of either instructions or data for a program
Virtual MemoryAllocating sections of secondary storage to extend the capacity of RAM to store instructions or data which is not being used by the current process
Keyword games:
Resources: