Topic 1 - Programming Flashcards
1
Q
Define problem abstraction?
A
Details are removed until the problem is represented in a way that is possible to solve because the problem reduces to one that has already been solved.
2
Q
Define decomposition?
A
Breaking a problem into a number of sub-problems.
3
Q
Define composition?
A
Combining procedures into compound procedures.
4
Q
Define automation?
A
Models are put into action to solve problems.