Exam-style question
Try this first
Which statement best describes the stored program concept?.
- A.Machine code instructions are stored in main memory and fetched and executed serially by a processor.
- B.Arithmetic and logical operations are stored in main memory and carried out without instructions.
- C.Instructions are stored permanently in the processor and executed in any order.
- D.Programs are translated directly into output without being stored or fetched.
Model answer
What a good answer should say
- Machine code instructions are stored in main memory and fetched and executed serially by a processor.
Explanation
Why this works
The stored program concept states that machine code instructions are held in main memory, then fetched and executed one after another by the processor.
Common mistake
No common mistake is linked to this question yet.
