Stored Program Concept Flashcards
1
Q
What is the stored program concept
A
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
2
Q
What does the Stored Program Concept allow
A
One set of instructions to be switched out for another
For computers to be more flexible and adaptable
3
Q
What is necessary for the Stored Program Concept
A
Computer is running on Harvard Architecture or Von Neumann Architecture