Respuesta :
The cycle is fetch, decode, execute. The decode step examines the op-code. Typically this means registers are set, ALU is prepared etc.
Answer:
Decode Is the step of the machine cycle looks at the instruction which is just a sequence of 0s and 1s and decides what needs to be done. It interpretes the instructions,translate the retrieved instruction into a series of computer commands.