Digital data - CCEABinary to denary conversion

What is digital data, and how do computers understand it? How is digital data represented, stored, shared and manipulated?

Part ofDigital Technology (CCEA)Digital development concepts (programming)

Binary to denary conversion

To convert the 8-bit number 1010 1000 from to denary, complete the following steps:

Put the decimal values 128, 64, 32, 16, 8, 4, 2, 1 into a table row...

Denary1286432168421
Denary
128
64
32
16
8
4
2
1

These represent the place values in binary.

Next, copy the binary number into the row below...

Denary1286432168421
Binary10101000
Denary
128
64
32
16
8
4
2
1
Binary
1
0
1
0
1
0
0
0

For each column with the binary value 1, add the corresponding denary value to get your result.

128 + 32 + 8 = 168

So, the binary number 1010 1000 is 168 in denary.

Machine converting binary number 10101000 into denary number 168
Figure caption,
8-bit binary number 1010 1000 converted into denary