1/7
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Decomposition
Breaking a problem into smaller more manageable pieces
Algorithms
A step by step instructions that can be replicated by human or computer
Computational Thinking
A systematic approach to solving problems using a computer
Abstraction
Taking out the unnecessary details and leave the important details behind
pattern recognition
looking for similarities among and within decomposed problems
Flow chart, pseudo code
To represent algorithms
Algorithmic Thinking
Using algorithms to solve problems
Four stages of computational thinking
Decomposition, abstraction, pattern recognition, algorithmic thinking