Worksheet number Conversion
Worksheet number Conversion
The BINARY SYSTEM is based on the number 2. Thus, only the two ‘values’ 0 and 1
can be used in this system to represent each digit. Using the same method as denary,
this gives the headings of 20, 2 1, 22 , 23 and so on. The typical headings for a binary
number with eight digits would be:
12
1.2.1 Converting from binary to denary
It is fairly straightforward to change a binary number into a denary number. Each time
a 1 appears in a column, the column value is added to the total. For example, the
binary number above is:
128 + 64 + 32 + 8 + 4 + 2 = 238 (denary)
The 0 values are simply ignored.
Activity 1.1
Convert the following binary numbers into denary:
a 00110011
b 01111111
c 10011001
d 01110100
e 11111111
f 00001111
g 10001111
h 11110000
i 01110000
j 11101110
Method 1
Consider the conversion of the denary number, 107, into binary. This method
involves placing 1s in the appropriate position so that the total equates to 107:
Method 2
This method involves successive division by 2. The remainders are then read from
BOTTOM to TOP to give the binary value. Again using 107, we get:
13
Figure 1.1
Activity 1.2
Convert the following denary numbers into binary (using both methods):
a41
b67
c86
d100
e111
f127
g144
h189
i200
j255
14