Computational thinking Flashcards
1
Q
what are the 4 techniques in computational thinking
A
Abstraction, decomposition, Algorithm design and Pattern recognition
2
Q
what is pattern recognition
A
recognising a pattern or similarity
3
Q
what is abstraction
A
getting rid of irrelevant information and focusing on the important stuff
4
Q
what is algorithm design
A
creating a set of steps to solve a problem
5
Q
what is decomposition?
A
taking a big problem and breaking it down into more manageable parts