Contents

The.......swaps processes in and out of the memory.
a) Memory manager
b) CPU
c) CPU manager    
d) User


a

Suppose that a dispatcher tries to load a process into CPU and finds that is not currently in memory it will call the …….
a) Monitor                            
b) context- switch
c) swapper                           
d) none of these


c

In swapping the backing store generally a
a) Fast disk
b) Disk large enough to accommodate copies of all memory images for all users
c) disk to provide direct access to the memory images               
d) All of these


d

Moving process from main memory to disk is called
a) Scheduling                       
b) caching
c) swapping                         
d) spooling


c

Which of the following is not benefit of swapping?
a) It allows higher degree of multi programming
b) It provides better memory utilization
c) It is easy to implement
d) It can be applied on priority-based scheduling algorithms to improve performance


c

The program code has to transferred from secondary storage to main memory for execution is called ……
a) Loading                          
b) swapping
c) Binding                             
d) Executing


a