The systems that support processes contain construct called……
a) synchronization primitives
b) asynchronization primitives
c) synchronization process
d) none of these
What does section of code implementing request called?
a) critical section
b) entry section
c) reminder section
d) none of these
The critical section may be followed by section of code called?
a) critical section
b) entry section
c) reminder section
d) exit section
The remaining code is called?
a) critical section
b) entry section
c) reminder section
d) none of these
How many requirements to solve a critical problem?
a) one
b) two
c) three
d) four
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