Exam-style question
Try this first
Which sequence best describes how automation uses an abstract model to solve a problem?.
- A.Create algorithms, implement them in program code, represent the model in data structures, and execute the code
- B.Execute the code, discard the model, create an algorithm, and then choose a programming language
- C.Create a data structure, remove all abstraction, execute the algorithm, and then write the program code
- D.Write program code, collect every possible real-world detail, create an algorithm, and avoid execution
Model answer
What a good answer should say
- Create algorithms, implement them in program code, represent the model in data structures, and execute the code
Explanation
Why this works
Automation involves creating algorithms, implementing those algorithms in program code, implementing the model in data structures, and executing the code.
Common mistake
No common mistake is linked to this question yet.
