Computer Language :
Computer Language What does a computer see when you enter data?
How do you convert a number that the computer sees into a number that you understand? 1 ‘s 0 ‘s
Conversion Example :
Conversion Example 1 2 4 8 16 32 64 128 20 21 22 23 24 25 26 27
Conversion Example :
Conversion Example 64 32 16 8 4 2 1
26 25 24 23 22 21 20
1 1 0 0 0 1 1
64 + 32 + 2 + 1
= 99
so 1100011 is the number 99
CONCLUSION :
CONCLUSION A computer speaks numbers in BINARY.
We speak numbers in DECIMAL
Do You Understand?