Exam-style question
Try this first
Which statement about executing program code is correct?.
- A.Execution puts the implemented instructions into action on the modelled data
- B.Execution is the process of deciding which real-world details to discard
- C.Execution creates the abstract model without requiring data structures
- D.Execution means writing an algorithm in natural language only
Model answer
What a good answer should say
- Execution puts the implemented instructions into action on the modelled data
Explanation
Why this works
After algorithms and models have been implemented, executing the code puts the instructions into action to help solve the problem.
Common mistake
No common mistake is linked to this question yet.
