What is computation?
counting, calculating, computing..., and what's more?
本质是状态变化,INPUT ——> OUTPUT
Representation - 一种编码方法
数学语言,语法表示,语义
- decimal, binary, ...
- ascii, utf8, ...
- RGB for color encoding, ...
- sampling, ...
What does 1+2=3 mean?
小狗如何做计算?
通过对符号操作,替换,实现计算过程。
Abstraction
- 9, 00001001, electric pulse, ...
Manpower, Mechanization, Electronization and Automation
人力计算,手动操作。
机器的动作,最简单的就是开和关。
Switch circuit: and / or / not Gates
自动化,机械/电子动作的连接。硬件连接,程序控制连接。