Key terms Flashcards
1
Q
Algorithm
A
A set of instructions to achieve a given task
2
Q
Top down problem solving
A
An approach to problem solving that involves starting with the ‘big picture’.
This is then broken down (decomposed) into sub-problems that may be represented as ‘’black boxes’ where the detail is left until later.
3
Q
Computational Thinking
A
- Understand the problem
- Formulate the problem
- Design an algorithm
- Implement the algorithm
- Run the code and solve the original problem
4
Q
Abstraction
A
Turning reality into a model that can be processed.