Contents

The systems that support processes contain construct called……
a) synchronization primitives
b) asynchronization primitives
c) synchronization process
d) none of these

a

What does section of code implementing request called?
a) critical section 
b) entry section
c) reminder section             
d) none of these

b

The critical section may be followed by section of code called?
a) critical section 
b) entry section
c) reminder section             
d) 
exit section

d

The remaining code is called?
a) critical section 
b) entry section
c) reminder section
d) none of these


c

How many requirements to solve a critical problem?
a) one    
b) two    
c) three 
d) four

c

Explanation: mutual exclusion, progress, bounded waiting


Concurrent access to shared data may result in
a) data consistency            
b) data insecurity
c) data inconsistency        
d) none of these

c