Control Rules!
The control follows through the instructions, executing them by telling other parts what to do
The instructions come from the program stored in the memory
The instructions are expressed in a machine language that the control can understand. A typical machine instruction is
add 884, 1004, 6618
which means “add the number in memory location 884 to the number in memory location 1004, and put the result in memory location 6618”