Computational Thinking
Computational Thinking
Significance Different people work on different parts reduce the time and improve the efficiency
Decomposition
Programme components developed in one
program can easily be used in other programs
Abstraction Significance
看到主干,剥离细节 有助于理解问题
Quicker to solve the problem
以后能把模版套来套去
Computationa Significance Easier and quicker the problem will be solved Really fast
l Thinking
Decomposition What skill we can use to destroy Messi
Decomposition is usually a part of a question or
Difference with decomposition problem, but pattern recognition is usually a part Example
of solution that can be applied in similar situations
Pattern Recognition We can use bicycle kick to destroy Messi
Making mistakes
flowchat
How to express
loop
Must sequence steps correctly flowchart
conditional statement
A starting point
Component Process
An ending point
先分解问题,再把问题中的细节排掉,然后
Understanding 写出不同小部分的共同点,最后所有连起来