What is automation?
requires putting models (abstraction of real world objects/phenomena) into action to solve problems.
This is achieved by:
•creating algorithms
•implementing the algorithms in program code
(instructions)
•implementing the models in data structures
•executing the code