which component of computational thinking involves developing the list of steps that we can follow to finish the task
Answers
Answer:
The four cornerstones of computational thinking 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.
Answer:
There are four key techniques (cornerstones) to computational thinking:
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
Each cornerstone is as important as the others. They are like legs on a table - if one leg is missing, the table will probably collapse. Correctly applying all four techniques will help when programming a computer.
The four cornerstones of computational thinking are decomposition, pattern, abstraction and algorithms.
Computational thinking in practice
A complex problem is one that, at first glance, we don't know how to solve easily.
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).
Finally, these simple steps or rules are used to program a computer to help solve the complex problem in the best way.
Explanation:
please follow and brainlist me