3.4.1.11 Automation. Flashcards
1
Q
Define automation.
A
Automation is the use of technology to accomplish a task with as little human interaction as possible. In computing, automation is usually accomplished by a program or script etc.
2
Q
What does automation require?
A
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.