Following Instructions
The control keeps track of where it is in the program using a program counter or PC … a better name would be “instruction pointer”
The control follows instructions by using a simple process called the Fetch/Execute Cycle
- Fetch Instruction From Memory At PC
- Get Data Needed For Instruction
- Execute (Perform) Instruction
- Set The PC To The Next Instruction