Instruction Interpretation
A computer is a hardware interpretation of the �fetch/execute� cycle
fetch an instruction from memory[PC];PC := PC + 1
access the operands of the instruction
perform (execute) the operation on the operands
write the result into memory