63.3k views
5 votes
________ is when the sequence of instruction is guaranteed to execute as a group, or not execute at all, having no visible effect on system state.

1 Answer

1 vote

Answer: Atomic operations

Explanation: Atomic operations are the process in which are related with the programs which execute in the independent manner and having no relation with other processes or functions.

It is helpful operation in the parallel processing system.The operation assures about being carried out at rapid rate and do not face any deadlock during execution.This does not alter the rate of the system.

User BrunoRB
by
6.1k points