Atomic Operation is a computing operation executed fully without interruption. It is used in concurrent systems to ensure that operations on shared data are completed fully without interference, preserving data integrity.
Example:
Updating a bank account balance safely in a database.