What is the stored program concept
In order to execute a program it must be contained in main memory
Instructions are read in machine code and are fetched, decoded if needed, sequentially from main memory and executed in the processor
The processor then performs the arithmetic, or logical, operations of the fetched instructions
What does the Stored Program Concept allow
One set of instructions to be switched out for another
For computers to be more flexible and adaptable
What is necessary for the Stored Program Concept
Computer is running on Harvard Architecture or Von Neumann Architecture