216k views
0 votes
What is the meaning of the concept (atomically)

for example : executing two operations atomically

User Bsautner
by
5.0k points

1 Answer

6 votes

Answer:

Atomically is the term that describes the individuality in the computer field.So, the executing of the instruction in a program refers and the statement being executed in the individual manner.The atomic execution includes that the the instruction cannot be changed.

In programming terms, atomic action makes sure the a particular instruction will be executed in an isolation though the execution of other instruction might be taking place at the same point of time in the program.

User Esther
by
5.0k points