What is Instruction Cycle
The simplest model of instruction processing can be of two steps. The CPU reads /fetches instructions (codes) from memory one at a time and executes it. Instruction fetch include reading of an instruction from a memory location to CPU register. The execution of this instruction may involve various operations depending on the nature of instruction.