Computational Thinking Flashcards
What is computational thinking?
Computational thinking allows us to take a complex problem, understand what the problem is and develop possible solutions. We can then present these solutions in a way that a computer, a human, or both, can understand.
decomposition
breaking down a complex problem or system into smaller, more manageable parts
pattern recognition
looking for similarities among and within problems
abstraction
focusing on the important information only, ignoring irrelevant detail
algorithms
developing a step-by-step solution to the problem, or the rules to follow to solve the problem
This is pretty long but its an ultimate breakdown
Computational thinking involves taking that complex problem and breaking it down into a series of small, more manageable problems (decomposition). Each of these smaller problems can then be looked at individually, considering how similar problems have been solved previously (pattern recognition) and focusing only on the important details while ignoring irrelevant information (abstraction). Next, simple steps or rules to solve each of the smaller problems can be designed (algorithms).
There are 4 techniques in computational thinking list them:
Decomposition
Pattern Recognition
Abstraction
Algorithms