Q. Semaphores (Solved)
1. are used to do I/O
2. Synchronize critical resources to prevent contention
3. synchronize critical resources to prevent deadlock.
4. allow processes to communicate with one another.
- c. synchronize critical resources to prevent deadlock.