Process Overview
Computational thinking helps us solve problems step-by-step, just like a computer does. It is useful in everyday life to make decisions, organize tasks, and find solutions clearly and logically.
Computational thinking helps us solve problems step-by-step, just like a computer does. It is useful in everyday life to make decisions, organize tasks, and find solutions clearly and logically.
+---------------------+
| Problem to solve |
+----------+----------+
|
+----------v----------+
| Break problem into |
| smaller parts |
+----------+----------+
|
+----------v----------+
| Find patterns |
+----------+----------+
|
+----------v----------+
| Create step-by-step |
| plan |
+----------+----------+
|
+----------v----------+
| Test the plan |
+----------+----------+
|
+----------v----------+
| Did it work? |
+----+---------+------+
| |
Yes No
| |
+----v----+ +--v-----------+
| Finish | | Review & |
| problem | | adjust plan |
+---------+ +--------------+