Unit 8 OS Flashcards
1
Q
What is contiguous memory management
A
It’s when each program occupies a single contiguous block of memory
2
Q
What are the two types of contiguous memory management
A
Single contiguous memory management
Multiple Partitioning
3
Q
What is the single contiguous memory management scheme
A
The main memory is divided into two contiguous areas or partitions. The operating system resides permanently in one partition and the program running is loaded into the other part
4
Q
What is the disadvantage of single contiguous memory management
A
- Wastage of memory due to unused memory by the program as they will most likely not use all the available storage
- It does not support multi programming.