what are the different principles of computational thinking
Answers
Answered by
0
Answer :
There are 4 key techniques ( cornerstones) to computational thinking:
• decomposition - breaking down a complex problems or systems into smaller, more manageable parts .
• pattern recognition - looking for similarities among and within problems .
• abstraction - focusing on the important information only , ignoring irrelevant details.
• algorithms - developing a step - by - step solution to the problems or rules to follow to solve the problem.
Each cornerstone is as important as the other. They are like legs on a table - if one leg is missing the table will collapse. correctly applying all 4 techniques will help when programming a computer .
Similar questions