Computational Thinking

?
  • Created by: Bulberman
  • Created on: 07-11-18 14:54
What is an algorithm?
An algorithm is a plan, a set of step-by-step instructions to solve a problem.
1 of 5
What is decomposition?
Breaking a complex problem down into smaller problems and solving each one individually
2 of 5
What is abstraction?
Picking out the important bits of information from the problem, ignoring the specific details that don't matter.
3 of 5
What is algorithmic thinking?
A logical way of getting from the problem to the solution. If the steps you take to solve a problem follow an algorithm then they can be reused and adapted to solve similar problems in the future.
4 of 5
What is pseudo-code?
Basically fake code.
5 of 5

Other cards in this set

Card 2

Front

What is decomposition?

Back

Breaking a complex problem down into smaller problems and solving each one individually

Card 3

Front

What is abstraction?

Back

Preview of the front of card 3

Card 4

Front

What is algorithmic thinking?

Back

Preview of the front of card 4

Card 5

Front

What is pseudo-code?

Back

Preview of the front of card 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »