Program vs Data
Many programs can be stored in the computer’s memory
We can start a program running by putting its starting address in the program counter.
Both data and programs are stored in memory, and remembering that they are both just a collection of 1’s and 0’s, if the address of data is put into the program counter, the machine will attempt to execute data. The likelihood is that it won’t get very far.