Contents

A CPU bound program has might have…
a) A few long CPU bursts
b) a few short CPU bursts
c) many short bursts 
d) None of these


a

Short term scheduler also called……
a) CPU scheduler               
b) Dispatcher
c) CPU bursts                       
d) none of these


a

What is number of conditions under which CPU scheduling may take place?
a) Two  
b) Three
c) Four
d) Unlimited


c

The strategy of making processes that are logically runnable to be suspended is called……
a) Non preemptive scheduling                         
b) Preemptive scheduling
c) Shortest job first                                                             
d) First come First served


b

Which module gives control of the CPU to the process selected by the short-term scheduler?
a) Dispatcher                      
b) Interrupt
c) scheduler                          
d) None of these


a

The processes that are residing in main memory and are ready and waiting to execute are kept on a list called………..
a) Job queue                        
b) Ready queue
c) execution queue             
d) process queue


b