Page 1 of 1

Semaphores, like mutex locks, can be used to provide mutual exclusion. However, whereas a mutex lock has a binary value

Posted: Fri May 20, 2022 2:38 pm
by answerhappygod
Semaphores, like mutex locks, can be used to provide mutual
exclusion. However, whereas a mutex lock has a binary value that
indicates if the lock is available or not, a semaphore has an
integer value and can therefore be used to solve a variety of
synchronization problems.
-True/False