Home »
MCQs »
Operating System MCQs
____ is simply a variable that is non-negative and shared between threads
74. ____is simply a variable that is non-negative and shared between threads.
- Critical variable
- Semaphore
- Process variable
- Global variable
Answer: B) Semaphore
Explanation:
Semaphore is simply a variable that is non-negative and shared between threads.