1.2.1.2 Memory Management Flashcards
1
Q
What is Memory Management?
A
- The efficient organisation and allocation of main memory to the programs in use
2
Q
What are some forms of Memory Management?
A
- Paging
- Segmentation
- Virtual Memory
3
Q
What is Paging?
A
- Partitioning memory into fixed size physical divisions called pages.
- Processes in memory will be assigned an appropriate number of pages.
4
Q
What is Segmentation?
A
- Partitioning memory into variable sized logical divisions called segments.
- A large program can be executed by consecutively running its segments.
5
Q
What is Virtual Memory?
A
- An allocated area of secondary storage where pages of inactive jobs are swapped into to free up enough RAM for the current job.