Exam-style question
Try this first
Which sequence correctly represents the process described by the stored program concept?.
- A.Instructions are stored in main memory, then fetched and executed serially by the processor.
- B.Instructions are executed by the processor, then stored in main memory.
- C.Instructions are stored in the processor, then fetched by main memory.
- D.Instructions are fetched from the output, then stored and executed in main memory.
Model answer
What a good answer should say
- Instructions are stored in main memory, then fetched and executed serially by the processor.
Explanation
Why this works
The instructions are first stored in main memory. The processor then fetches and executes them one after another.
Common mistake
No common mistake is linked to this question yet.
