Computer Science - Computer Fundamentals - Discussion

Discussion Forum : Computer Fundamentals - Section 11 (Q.No. 3)
3.
A section of code that may only be executed by one process at any one time is
CPM
Critical resource
Critical region
Gray code
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Neha said:   1 decade ago
A critical section is a piece of code that accesses a shared resource (data structure or device) that must not be concurrently accessed by more than one thread of execution.

Post your comments here:

Your comments will be displayed after verification.