Exam-style question
Try this first
A programmer has decided which properties of a real-world object are relevant to a problem. What is the next most appropriate activity in the automation process?.
- A.Create an algorithm for performing actions on the modelled data
- B.Add every discarded property back into the model
- C.Assume that the model solves the problem without any instructions
- D.Execute code before any instructions have been implemented
Model answer
What a good answer should say
- Create an algorithm for performing actions on the modelled data
Explanation
Why this works
Once relevant aspects have been selected for the model, algorithms can be created to perform actions on and with the modelled data.
Common mistake
No common mistake is linked to this question yet.
