Computational Thinking
Computational Thinking
Computational thinking is how you approach problems to produce solutions that can be put into practice as a computer program.
It is THINKING LOGICALLY TO SOLVE A PROBLEM.
One of the main techniques is:
Decomposition - breaking the problem down into the smallest steps possible.
This helps because we can then solve one step at a time.