Question
What property must a hardware read-modify-write synchronization instruction have?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Atomicity
Explanation:
An atomic instruction completes as one indivisible operation relative to competing processors or threads.
No observer can see or interfere with a partially completed update.
Leave a Reply