Contents

What is the process state if process has an instruction that is being executed?
a) Ready                                 
b) running

c) terminated                         
d) none of these


b

What is the process state if process is waiting to be executed?
a) Waiting                               
b) ready

c) New                                     
d) none of these


b

What is the part of PCB that points to the next instruction to be executed when process gains the CPU?
a) Process state                      
b) program counter
c) CPU register                       
d) none of these

b

What is the technique that we use when there are limited resources, and many processes are competing?
a) Process scheduling
b) shared memory model
c) buffer                                  
d) naming

a

The set of all processes that are in main memory and are waiting for CPU time are kept in …..
a) Ready Queue                    
b) waiting queues
c) job queue                           
d) none of these

a

Which of the following state admitted process to ready queue and consider by CPU scheduler?
a)
new-ready       
b) ready-running
c) running-ready 
d) running-block

a