LESSON 04 – HEXADECIMAL (BASE 16)

 


LESSON WORK

QUESTION #1 – BASE NUMBER

 

What is the base number of each of the following?

 

a)     Binary

b)     Decimal

c)     Ternary

d)     Octal

e)     Hex

 

QUESTION #2 – BINARY TO HEX

 

a)     Convert 0110 11002 to hex.

b)     Convert 1100 1010 01012 to hex.

 

QUESTION #3 – HEX TO BINARY

 

c)     Convert A216 to binary.

d)     Convert B4F116 to binary.

 

QUESTION #4 – HEX TO DECIMAL

 

Convert FE16 to decimal.

 

Hint: It may be easier to convert to binary first and then convert to decimal.