In-Class Practice
Data Representation
Binary - Hexadecimal
Convert the following binary numbers to hexadecimal:
1001 1000 0101 0111 ___________________________________________
0000 0001 0011 1011 ___________________________________________
Convert the following hexadecimal numbers to binary:
A3E2 ___________________________________________
37B0 ___________________________________________
Add the following binary numbers:
1001 1000 0101 0111
0000 0001 0011 1011
-------------------
Add the following hexadecimal numbers:
A3E2
37B0
----
Binary - Decimal
Convert the following decimal values to binary:
63 ____________________________________________
27 ____________________________________________
Convert the following binary values to decimal:
0111 0101 ______________________________________
0011 1011 ______________________________________
|