Computational Thinking Flashcards
1
Q
Principles of Computational Thinking
A
Decomposition
Abstraction
Algorithm thinking
2
Q
Principles: Decomposition
A
Breaking a complex problem into smaller problems + solve each one individually
3
Q
Principles: Abstraction
A
Picking out important bits of information from the problem
4
Q
Principles: Algorithm Thinking
A
A logic way to tackle a problem/find a solution
If the steps taken to solve the problem follow an algorithm, you can use this to solve similar problems in future