Monday, March 26, 2012

Hexadecimals to binary and decimal

Test:

Convert Hexadecimal to binary
1) B = 1011
2) E = 1110
3) DC = 11011100
4) A9 = 10101001
5) 3F = 00111111

Convert Hexadecimal to decimal
6) B = 11
7) E = 14
8) DC = 220
9) A9 = 169
10) 3F = 63

No comments:

Post a Comment