Designate if each statement is True (a) or False (b)(with justification)
When a thread returns from a call to cond_wait() it can safelyassume that the situation it was waiting for is now true.
The call cond_signal() releases the corresponding mutex.
The safety property for dining philosophers states that it isnot the case that there exists a philosopher who is hungry andhis/her neighbors are not eating
With a reader/writer lock, either multiple readers can hold thelock or a single writer can hold the lock (or no one holds thelock).
Expert Answer
An answer will be send to you shortly. . . . .