CHAPTER FIVE

NUMBER BASES

Example 1- Convert the binary number 1001 to decimal

To convert binary 1001 to decimal employ the following strategies

1.       Create your table with rows and columns
2.       Insert the bit positions
3.       Insert the place values
4.       Insert your base
5.       Insert your bits ( Binary number) in row 4 starting from the LSB to MSB
6.       Create column 5, which is the sum column.

Add up place values in row 4, cell 4 and place values of row 4 cell 1. You will have something like this, 8+1= 9.
This means that binary no. 1001 is equivalent to decimal no. 9.

Example 2- Convert binary 1101to decimal

To convert binary 1101 to decimal employ the following strategies

1.       Create your table with rows and columns
2.       Insert the bit positions
3.       Insert the place values
4.       Insert your base
5.       Insert your bits ( Binary number) in row 4 starting from the LSB to MSB
6.       Create column 5, which is the sum column.

Add up place values in row 4, cell 4, row 4 cell 3 and place values of row 4 cell 1.

You will have something like this, 8+4+1= 13.
This means that binary no. 1101 is equivalent to decimal no. 13.

Page 35 Page 36 Page 37

Copyright@2015. Digital Vision Digital Content Development Unit. www.digitalvision.net.ng