Instruction cycle

basic operation cycle of a computer

The instruction cycle, also known as the fetch-decode-execute cycle, is what a CPU does all the time.

  • It will fetch a new instruction from memory
  • It will decode that instruction
  • It will execute the instruction