Exam-style question
Try this first
What does the word "serially" mean in the context of executing instructions?.
- A.The instructions are fetched and executed one after another.
- B.All instructions are executed at exactly the same time.
- C.Instructions are executed in a random order.
- D.Only instructions involving arithmetic are executed.
Model answer
What a good answer should say
- The instructions are fetched and executed one after another.
Explanation
Why this works
Serial execution means that the instructions are handled in sequence, rather than all at once or in a random order.
Common mistake
No common mistake is linked to this question yet.
