Review Data representation using binary before attempting these exercises.

From base 10

Exercise 1: Base 10 to base 2

What is 150 in decimal (base 10) in binary (base 2)?

Exercise 1 solution

Exercise 2: Base 10 to base 16

What is 1530 in decimal (base 10) in hexadecimal (base 16)?

Exercise 2 solution

To base 10

Exercise 3: Base 2 to base 10

What is 11001100 in binary (base 2) in decimal (base 10)?

Exercise 3 solution

Exercise 4: Base 16 to base 10

What is 3D5 in hexadecimal (base 16) in decimal (base 10)?

Exercise 4 solution

Between other bases

Exercise 5: Base 2 to base 16

What is 1011001001 in binary (base 2) in hexadecimal (base 16)?

Exercise 5 solution

Exercise 6: Base 16 to base 2

What is A3E in hexadecimal (base 16) in binary (base 2)?

Exercise 6 solution

Comments

Comment on Base conversion practice