- Computer programming is like teaching someone. The goal is to make the computer
do what we want.
- We have to teach the computer in the language that computer can understand.
- Computers can only know 0s and 1s (known as binary numbers).
- On the contrary, it is difficult for human to remember streams of binary numbers.
- Therefore, scientists invent programming languages.
|