Key terms Flashcards

1
Q

Algorithm

A

A set of instructions to achieve a given task

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Computational Thinking

A
  1. Understand the problem
  2. Formulate the problem
  3. Design an algorithm
  4. Implement the algorithm
  5. Run the code and solve the original problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Abstraction

A

Turning reality into a model that can be processed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly