Unit 8 OS Flashcards

1
Q

What is contiguous memory management

A

It’s when each program occupies a single contiguous block of memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the two types of contiguous memory management

A

Single contiguous memory management
Multiple Partitioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly