If a process is executing in its critical
section, then no other process can be executing in their critical section, what
is condition called……..
a) Mutual exclusion
b) critical exclusion
c) synchronous exclusion
d) asynchronous exclusion
Which of the following conditions must be satisfied to solve the critical section problem?
a) Mutual Exclusion
b) Progress
c) Bounded Waiting
d) all of these
A critical problem can be solved in …... system at hardware level.
a) Multiprocessor system
b) single processor system
b) a & b both
d) None of these
Hardware solution to synchronization is not applicable in multiprocessor system because of disabling of interrupts is……
a) Time consuming
b) impossible
c) occurs continuously
d) None of these
……. provide a more organized way of controlling the interaction of multiple processes than simple variable……
a) Baker algorithm
b) Semaphores
c) Spinlocks
d) None of these
When counting semaphores used?
a) multiple resources
b) single resource
c) both a & b
d) none of these