Question
What is the remainder section in the critical-section model?
Select an option. Your answer will be checked instantly.
Correct Answer: D. The portion of a process that does not access the protected shared resource
Explanation:
The remainder section contains ordinary work outside the protected critical section.
It does not require the same mutual-exclusion restriction for that shared resource.
Leave a Reply