Home
Previous | Next

Memory Management - Quiz

1) What is the Process Input Queue?
a) A collection of processes.
b) A collection of processes on the disk that are waiting to be brought into memory for execution.
c) A collection of processes on the disk that have already executed.

2) What is Swapping?
a) The process of moving a process within memory to and from the backing store.
b) The process of moving a process within memory to backing store.
c) The process of moving a process to memory.

3) What does Contiguous Memory Allocation suffer from?
a) The Bird Flu.
b) External and/or Internal memory fragmentation.
c) Only External or Internal memory fragmentation.

4) What is one of the advantages of Paging?
a) Paper cuts.
b) It does not suffer from internal fragmentation.
c) It does not suffer from external fragmentation.