Computational Thinking
Computational Thinking blog by : Sanket S Nalegaonkar Introduction of Computer Computers can be used to help us solve problems. However, before a problem can be tackled, the problem itself and the ways in which it could be solved need to be understood. Computational thinking allows us to do this. The four cornerstones of 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 There are four key techniques (cornerstones) to computational thinking: Computational Thinking 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 ma...