...
Process-Synchronization
October 11, 2023
Process-Synchronization
October 11, 2023
Process-Synchronization
October 11, 2023
Process-Synchronization
October 11, 2023

Process-Synchronization

Question 45
The hardware implementation which provides mutual exclusion is
A
Semaphore
B
Test and set instruction
C
Both Options
D
None of the options
Question 45 Explanation: 
Mutual exclusion is a property of concurrency control, which is instituted for the purpose of preventing race conditions.
It is the requirement that one thread of execution never enters its critical section at the same time that another concurrent thread of execution enters its own critical section, which refers to an interval of time during which a thread of execution accesses a shared resource, such as shared memory.
Correct Answer: B
Question 45 Explanation: 
Mutual exclusion is a property of concurrency control, which is instituted for the purpose of preventing race conditions.
It is the requirement that one thread of execution never enters its critical section at the same time that another concurrent thread of execution enters its own critical section, which refers to an interval of time during which a thread of execution accesses a shared resource, such as shared memory.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!