Binary and Decimal Numbers Feb0605
Binary and Decimal Numbers Feb0605
yrosenthal.com/ppt/binary/Binary_and_Decimal_Numbers_feb0605.ppt
Decimal Equivalent 1 2 3 87
(Well see later how text and pictures can be converted into simple numbers for now just take our word for it.)
Binary Numbers are at the heart of how a computer stores all information
Computers Store ALL information using
Binary Numbers
10
11
Some Terminology
The following are some terms that are
used in the computer field
Each digit of a binary number is called a bit. A binary number with eight bits (i.e. digits) is called a byte.
12
13
14
15
16
17
18
Largest numbers
1 3 7 15 31 63 127 255
19
Example 2: To convert the decimal number 106 to binary, you will need at least 7 bits. (With 6 bits you can only store numbers up to 63 but with 7 bits you can store numbers up to 127)
20