The option that aggregates changes as a single step helps keep the system consistent, even when interruptions occur. The other choices use locks, staged checks, or hardware references, which can involve multiple steps and increase the possibility of partial updates.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is concurrency in computing?
Open an interactive chat with Bash
Why is aggregating changes into a single operation important?
Open an interactive chat with Bash
How do locks compare to single-step operations in managing concurrency?