Computer Science - Lesson 3: We Needed
Computer Science - Lesson 3: We Needed
All computers can compute the exact same things, given enough time and storage!
We needed
A simple language
One with a realistic hardware implementation
All we have is electricity
2n-1
states
Information Theory
Fundamental Theorem of Information Science of Claude Shannon states that all
information can be represented by the use of only two symbols, 0 and 1.
This is referred to as:
Binary representation
Shannon is known as the
father of Information of Theory
Binary
For numbers in base 2, there are two possible digits (0,1) in which each column
value is a power of two:
128
64
32
16
27
26
25
24
23
22
21
20
+ 64
32 + 0
+ 0
+ 0
+ 2
0011 0010
32 + 16 +2 = 50
+1
= 99