150k views
0 votes
In computer logic what is order of instructions

User GILO
by
7.3k points

1 Answer

4 votes

Answer:

Every program ends up as a sequence of basic instructions that consist of arithmetic and logic operations and control flow operations.

Step-by-step explanation:

The fetch/decode/execute cycle

fetch - get the next instruction from main memory.

decode - determine what instruction to perform.

execute - perform the instruction.

User Araz Ghazaryan
by
8.0k points