Swapping
上一节
下一节
教学目的及要求
Aim: master the relevant algorithms and methods of basic memory management, swapping, and virtual memory.
Requirement: some basic knowledge of data structure and memory management unit.
教学重点及难点
Emphasizing: multi programming with swapping, segmentation.
Difficulties: paging.
教学内容
| Term | Description |
| Frame | Fixed-length block of main memory. |
| Page | Fixed-length block of data in secondary memory (e.g. on disk). |
| Segment | Variable-length block of data that resides in secondary memory. |


