Refer to the Chart from Question 22 above. If instead you we…

Questions

Mаrk True оr Fаlse fоr eаch statement belоw. 1. Deadlock occurs when at least one process in a set waits indefinitely without making any progress. [1] 2. Barrier synchronization requires all processes to reach a specific point before any of them can continue. [2] 3. Shadow copies are used when one process is writing to a shared structure and other processes are reading from it to ensure consistent data access. [3] 4. Monitors are based on shared memory for locking and use conditional variables provided by the operating system. [4] 5. A mutex can be unlocked by any thread, not just the one that locked it. [5]