Respuesta :

Answer:

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

Explanation:

The fetch/decode/execute cycle

fetch - get the next instruction from main memory.

decode - determine what instruction to perform.

execute - perform the instruction.