Discussion :: Operating System
- A critical region is
A.
a program segment that has not been proved bug-free |
B.
a program segment that often causes unexpected system crashes |
C.
a program segment where shared resources are accessed |
D.
one which is enclosed by a pair of P and V operations on semaphores |
E.
none is the above |
Answer : Option D
Explanation :
A critical region is one which is enclosed by a pair of P and V operations on semaphores
Be The First To Comment