Term
What base 10 number is the same as the hexadecimal number 1? |
|
Definition
1. EXPLANATION: This number equals 1x1. |
|
|
Term
What base 10 number is the same as the hexadecimal number 35? |
|
Definition
53. EXPLANATION: This number equals 1x5 + 16x3. |
|
|
Term
What base 10 number is the same as the hexadecimal number 1? |
|
Definition
1. EXPLANATION: This number equals 1x1. |
|
|
Term
What base 10 number is the same as the hexadecimal number 2B? |
|
Definition
43. EXPLANATION: This number equals 1x11 + 16x2. |
|
|
Term
What base 10 number is the same as the hexadecimal number 5? |
|
Definition
5. EXPLANATION: This number equals 1x5. |
|
|
Term
What base 10 number is the same as the hexadecimal number 8BA? |
|
Definition
2234. EXPLANATION: This number equals 1x10 + 16x11 + 256x10. |
|
|
Term
What hexadecimal number is the same as the base 10 number 38? |
|
Definition
26. EXPLANATION: This number equals 1x6 + 16x2. |
|
|
Term
What hexadecimal number is the same as the base 10 number 11? |
|
Definition
0B. EXPLANATION: This number equals 1x11 + 16x0. |
|
|
Term
What hexadecimal number is the same as the base 10 number 2295? |
|
Definition
8F7. EXPLANATION: This number equals 1x7 + 16x15 + 256x7. |
|
|
Term
What hexadecimal number is the same as the base 10 number 1816? |
|
Definition
718. EXPLANATION: This number equals 1x8 + 16x1 + 256x8. |
|
|
Term
What hexadecimal number is the same as the base 10 number 12? |
|
Definition
C. EXPLANATION: This number equals 1x12. |
|
|
Term
What hexadecimal number is the same as the base 10 number 1? |
|
Definition
1. EXPLANATION: This number equals 1x1. |
|
|
Term
Convert the binary number 100000110111 into hexadecimal. |
|
Definition
"837. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0111 is the same as hexadecimal 7, binary 0011 is hexadecimal 3, and binary 1000 is hexadecimal 8." |
|
|
Term
Convert the binary number 111111011011 into hexadecimal. |
|
Definition
"FDB. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1011 is the same as hexadecimal B, binary 1101 is hexadecimal D, and binary 1111 is hexadecimal F." |
|
|
Term
Convert the binary number 100011111 into hexadecimal. |
|
Definition
"11F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 0001 is hexadecimal 1, and binary 1 is hexadecimal 1." |
|
|
Term
Convert the binary number 111110011 into hexadecimal. |
|
Definition
"1F3. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0011 is the same as hexadecimal 3, binary 1111 is hexadecimal F, and binary 1 is hexadecimal 1." |
|
|
Term
Convert the binary number 111110011110 into hexadecimal. |
|
Definition
"F9E. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1110 is the same as hexadecimal E, binary 1001 is hexadecimal 9, and binary 1111 is hexadecimal F." |
|
|
Term
Convert the binary number 110110000110 into hexadecimal. |
|
Definition
"D86. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0110 is the same as hexadecimal 6, binary 1000 is hexadecimal 8, and binary 1101 is hexadecimal D." |
|
|
Term
Convert the hexadecimal number FFE into binary. |
|
Definition
"111111111110. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal E is the binary 1110, hexadecimal F is binary 1111, and hexadecimal F is binary 1101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number AA1 into binary. |
|
Definition
"101010100001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 1 is the binary 0001, hexadecimal A is binary 1010, and hexadecimal A is binary 1111. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 57E into binary. |
|
Definition
"10101111110. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal E is the binary 1110, hexadecimal 7 is binary 0111, and hexadecimal 5 is binary 1010. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number B6A into binary. |
|
Definition
"101101101010. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal A is the binary 1010, hexadecimal 6 is binary 0110, and hexadecimal B is binary 101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number E69 into binary. |
|
Definition
"111001101001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 9 is the binary 1001, hexadecimal 6 is binary 0110, and hexadecimal E is binary 1011. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 145 into binary. |
|
Definition
"101000101. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 5 is the binary 0101, hexadecimal 4 is binary 0100, and hexadecimal 1 is binary 1110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
What base 10 number is the same as the hexadecimal number 5? |
|
Definition
5. EXPLANATION: This number equals 1x5. |
|
|
Term
What base 10 number is the same as the hexadecimal number 31? |
|
Definition
49. EXPLANATION: This number equals 1x1 + 16x3. |
|
|
Term
What base 10 number is the same as the hexadecimal number 491? |
|
Definition
1169. EXPLANATION: This number equals 1x1 + 16x9 + 256x1. |
|
|
Term
What base 10 number is the same as the hexadecimal number E? |
|
Definition
14. EXPLANATION: This number equals 1x14. |
|
|
Term
What base 10 number is the same as the hexadecimal number 58? |
|
Definition
88. EXPLANATION: This number equals 1x8 + 16x5. |
|
|
Term
What base 10 number is the same as the hexadecimal number 830? |
|
Definition
2096. EXPLANATION: This number equals 1x0 + 16x3 + 256x0. |
|
|
Term
What hexadecimal number is the same as the base 10 number 44? |
|
Definition
2C. EXPLANATION: This number equals 1x12 + 16x2. |
|
|
Term
What hexadecimal number is the same as the base 10 number 228? |
|
Definition
E4. EXPLANATION: This number equals 1x4 + 16x14. |
|
|
Term
What hexadecimal number is the same as the base 10 number 252? |
|
Definition
FC. EXPLANATION: This number equals 1x12 + 16x15. |
|
|
Term
What hexadecimal number is the same as the base 10 number 12? |
|
Definition
C. EXPLANATION: This number equals 1x12. |
|
|
Term
What hexadecimal number is the same as the base 10 number 697? |
|
Definition
2B9. EXPLANATION: This number equals 1x9 + 16x11 + 256x9. |
|
|
Term
What hexadecimal number is the same as the base 10 number 12? |
|
Definition
C. EXPLANATION: This number equals 1x12. |
|
|
Term
Convert the binary number 111011010101 into hexadecimal. |
|
Definition
"ED5. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0101 is the same as hexadecimal 5, binary 1101 is hexadecimal D, and binary 1110 is hexadecimal E." |
|
|
Term
Convert the binary number 111110011110 into hexadecimal. |
|
Definition
"F9E. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1110 is the same as hexadecimal E, binary 1001 is hexadecimal 9, and binary 1111 is hexadecimal F." |
|
|
Term
Convert the binary number 100010000110 into hexadecimal. |
|
Definition
"886. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0110 is the same as hexadecimal 6, binary 1000 is hexadecimal 8, and binary 1000 is hexadecimal 8." |
|
|
Term
Convert the binary number 111010010 into hexadecimal. |
|
Definition
"1D2. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0010 is the same as hexadecimal 2, binary 1101 is hexadecimal D, and binary 1 is hexadecimal 1." |
|
|
Term
Convert the binary number 11111111111 into hexadecimal. |
|
Definition
"7FF. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 1111 is hexadecimal F, and binary 111 is hexadecimal 7." |
|
|
Term
Convert the binary number 111111110010 into hexadecimal. |
|
Definition
"FF2. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0010 is the same as hexadecimal 2, binary 1111 is hexadecimal F, and binary 1111 is hexadecimal F." |
|
|
Term
Convert the hexadecimal number 6EA into binary. |
|
Definition
"11011101010. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal A is the binary 1010, hexadecimal E is binary 1110, and hexadecimal 6 is binary 1111. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number B42 into binary. |
|
Definition
"101101000010. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 2 is the binary 0010, hexadecimal 4 is binary 0100, and hexadecimal B is binary 110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number D6E into binary. |
|
Definition
"110101101110. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal E is the binary 1110, hexadecimal 6 is binary 0110, and hexadecimal D is binary 1011. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number FFC into binary. |
|
Definition
"111111111100. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal C is the binary 1100, hexadecimal F is binary 1111, and hexadecimal F is binary 1101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 6FE into binary. |
|
Definition
"11011111110. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal E is the binary 1110, hexadecimal F is binary 1111, and hexadecimal 6 is binary 1111. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 117 into binary. |
|
Definition
"100010111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 7 is the binary 0111, hexadecimal 1 is binary 0001, and hexadecimal 1 is binary 110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
What base 10 number is the same as the hexadecimal number 5? |
|
Definition
5. EXPLANATION: This number equals 1x5. |
|
|
Term
What base 10 number is the same as the hexadecimal number 0? |
|
Definition
0. EXPLANATION: This number equals 1x0. |
|
|
Term
What base 10 number is the same as the hexadecimal number 8? |
|
Definition
8. EXPLANATION: This number equals 1x8. |
|
|
Term
What base 10 number is the same as the hexadecimal number EE? |
|
Definition
238. EXPLANATION: This number equals 1x14 + 16x14. |
|
|
Term
What base 10 number is the same as the hexadecimal number 4A7? |
|
Definition
1191. EXPLANATION: This number equals 1x7 + 16x10 + 256x7. |
|
|
Term
What base 10 number is the same as the hexadecimal number D? |
|
Definition
13. EXPLANATION: This number equals 1x13. |
|
|
Term
What hexadecimal number is the same as the base 10 number 3664? |
|
Definition
E50. EXPLANATION: This number equals 1x0 + 16x5 + 256x0. |
|
|
Term
What hexadecimal number is the same as the base 10 number 3322? |
|
Definition
CFA. EXPLANATION: This number equals 1x10 + 16x15 + 256x10. |
|
|
Term
What hexadecimal number is the same as the base 10 number 10? |
|
Definition
A. EXPLANATION: This number equals 1x10. |
|
|
Term
What hexadecimal number is the same as the base 10 number 201? |
|
Definition
C9. EXPLANATION: This number equals 1x9 + 16x12. |
|
|
Term
What hexadecimal number is the same as the base 10 number 19? |
|
Definition
013. EXPLANATION: This number equals 1x3 + 16x1 + 256x3. |
|
|
Term
What hexadecimal number is the same as the base 10 number 150? |
|
Definition
096. EXPLANATION: This number equals 1x6 + 16x9 + 256x6. |
|
|
Term
Convert the binary number 11110011011 into hexadecimal. |
|
Definition
"79B. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1011 is the same as hexadecimal B, binary 1001 is hexadecimal 9, and binary 111 is hexadecimal 7." |
|
|
Term
Convert the binary number 10101110101 into hexadecimal. |
|
Definition
"575. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0101 is the same as hexadecimal 5, binary 0111 is hexadecimal 7, and binary 101 is hexadecimal 5." |
|
|
Term
Convert the binary number 100101101111 into hexadecimal. |
|
Definition
"96F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 0110 is hexadecimal 6, and binary 1001 is hexadecimal 9." |
|
|
Term
Convert the binary number 100011011011 into hexadecimal. |
|
Definition
"8DB. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1011 is the same as hexadecimal B, binary 1101 is hexadecimal D, and binary 1000 is hexadecimal 8." |
|
|
Term
Convert the binary number 10010011111 into hexadecimal. |
|
Definition
"49F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 1001 is hexadecimal 9, and binary 100 is hexadecimal 4." |
|
|
Term
Convert the binary number 10110100100 into hexadecimal. |
|
Definition
"5A4. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0100 is the same as hexadecimal 4, binary 1010 is hexadecimal A, and binary 101 is hexadecimal 5." |
|
|
Term
Convert the hexadecimal number DB1 into binary. |
|
Definition
"110110110001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 1 is the binary 0001, hexadecimal B is binary 1011, and hexadecimal D is binary 101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 5D3 into binary. |
|
Definition
"10111010011. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 3 is the binary 0011, hexadecimal D is binary 1101, and hexadecimal 5 is binary 1101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 844 into binary. |
|
Definition
"100001000100. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 4 is the binary 0100, hexadecimal 4 is binary 0100, and hexadecimal 8 is binary 101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number B79 into binary. |
|
Definition
"101101111001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 9 is the binary 1001, hexadecimal 7 is binary 0111, and hexadecimal B is binary 1000. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number CA3 into binary. |
|
Definition
"110010100011. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 3 is the binary 0011, hexadecimal A is binary 1010, and hexadecimal C is binary 1011. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 789 into binary. |
|
Definition
"11110001001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 9 is the binary 1001, hexadecimal 8 is binary 1000, and hexadecimal 7 is binary 1100. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
What base 10 number is the same as the hexadecimal number 82B? |
|
Definition
2091. EXPLANATION: This number equals 1x11 + 16x2 + 256x11. |
|
|
Term
What base 10 number is the same as the hexadecimal number CC? |
|
Definition
204. EXPLANATION: This number equals 1x12 + 16x12. |
|
|
Term
What base 10 number is the same as the hexadecimal number F79? |
|
Definition
3961. EXPLANATION: This number equals 1x9 + 16x7 + 256x9. |
|
|
Term
What base 10 number is the same as the hexadecimal number 0? |
|
Definition
0. EXPLANATION: This number equals 1x0. |
|
|
Term
What base 10 number is the same as the hexadecimal number B76? |
|
Definition
2934. EXPLANATION: This number equals 1x6 + 16x7 + 256x6. |
|
|
Term
What base 10 number is the same as the hexadecimal number B? |
|
Definition
11. EXPLANATION: This number equals 1x11. |
|
|
Term
What hexadecimal number is the same as the base 10 number 8? |
|
Definition
8. EXPLANATION: This number equals 1x8. |
|
|
Term
What hexadecimal number is the same as the base 10 number 172? |
|
Definition
0AC. EXPLANATION: This number equals 1x12 + 16x10 + 256x12. |
|
|
Term
What hexadecimal number is the same as the base 10 number 10? |
|
Definition
A. EXPLANATION: This number equals 1x10. |
|
|
Term
What hexadecimal number is the same as the base 10 number 3? |
|
Definition
3. EXPLANATION: This number equals 1x3. |
|
|
Term
What hexadecimal number is the same as the base 10 number 2? |
|
Definition
2. EXPLANATION: This number equals 1x2. |
|
|
Term
What hexadecimal number is the same as the base 10 number 2263? |
|
Definition
8D7. EXPLANATION: This number equals 1x7 + 16x13 + 256x7. |
|
|
Term
Convert the binary number 10100101110 into hexadecimal. |
|
Definition
"52E. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1110 is the same as hexadecimal E, binary 0010 is hexadecimal 2, and binary 101 is hexadecimal 5." |
|
|
Term
Convert the binary number 111001001101 into hexadecimal. |
|
Definition
"E4D. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1101 is the same as hexadecimal D, binary 0100 is hexadecimal 4, and binary 1110 is hexadecimal E." |
|
|
Term
Convert the binary number 1101110110 into hexadecimal. |
|
Definition
"376. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0110 is the same as hexadecimal 6, binary 0111 is hexadecimal 7, and binary 11 is hexadecimal 3." |
|
|
Term
Convert the binary number 1101110110 into hexadecimal. |
|
Definition
"376. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0110 is the same as hexadecimal 6, binary 0111 is hexadecimal 7, and binary 11 is hexadecimal 3." |
|
|
Term
Convert the binary number 100110001111 into hexadecimal. |
|
Definition
"98F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 1000 is hexadecimal 8, and binary 1001 is hexadecimal 9." |
|
|
Term
Convert the binary number 10100101111 into hexadecimal. |
|
Definition
"52F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 0010 is hexadecimal 2, and binary 101 is hexadecimal 5." |
|
|
Term
Convert the hexadecimal number 4C7 into binary. |
|
Definition
"10011000111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 7 is the binary 0111, hexadecimal C is binary 1100, and hexadecimal 4 is binary 101. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number FFF into binary. |
|
Definition
"111111111111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal F is the binary 1111, hexadecimal F is binary 1111, and hexadecimal F is binary 100. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 81F into binary. |
|
Definition
"100000011111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal F is the binary 1111, hexadecimal 1 is binary 0001, and hexadecimal 8 is binary 1111. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 696 into binary. |
|
Definition
"11010010110. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 6 is the binary 0110, hexadecimal 9 is binary 1001, and hexadecimal 6 is binary 1000. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 1EC into binary. |
|
Definition
"111101100. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal C is the binary 1100, hexadecimal E is binary 1110, and hexadecimal 1 is binary 110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 463 into binary. |
|
Definition
"10001100011. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 3 is the binary 0011, hexadecimal 6 is binary 0110, and hexadecimal 4 is binary 1. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
What base 10 number is the same as the hexadecimal number 2E? |
|
Definition
46. EXPLANATION: This number equals 1x14 + 16x2. |
|
|
Term
What base 10 number is the same as the hexadecimal number 951? |
|
Definition
2385. EXPLANATION: This number equals 1x1 + 16x5 + 256x1. |
|
|
Term
What base 10 number is the same as the hexadecimal number E1C? |
|
Definition
3612. EXPLANATION: This number equals 1x12 + 16x1 + 256x12. |
|
|
Term
What base 10 number is the same as the hexadecimal number 6? |
|
Definition
6. EXPLANATION: This number equals 1x6. |
|
|
Term
What base 10 number is the same as the hexadecimal number D72? |
|
Definition
3442. EXPLANATION: This number equals 1x2 + 16x7 + 256x2. |
|
|
Term
What base 10 number is the same as the hexadecimal number 5C8? |
|
Definition
1480. EXPLANATION: This number equals 1x8 + 16x12 + 256x8. |
|
|
Term
What hexadecimal number is the same as the base 10 number 15? |
|
Definition
F. EXPLANATION: This number equals 1x15. |
|
|
Term
What hexadecimal number is the same as the base 10 number 7? |
|
Definition
7. EXPLANATION: This number equals 1x7. |
|
|
Term
What hexadecimal number is the same as the base 10 number 3283? |
|
Definition
CD3. EXPLANATION: This number equals 1x3 + 16x13 + 256x3. |
|
|
Term
What hexadecimal number is the same as the base 10 number 1? |
|
Definition
1. EXPLANATION: This number equals 1x1. |
|
|
Term
What hexadecimal number is the same as the base 10 number 2556? |
|
Definition
9FC. EXPLANATION: This number equals 1x12 + 16x15 + 256x12. |
|
|
Term
What hexadecimal number is the same as the base 10 number 13? |
|
Definition
D. EXPLANATION: This number equals 1x13. |
|
|
Term
Convert the binary number 111010111111 into hexadecimal. |
|
Definition
"EBF. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 1011 is hexadecimal B, and binary 1110 is hexadecimal E." |
|
|
Term
Convert the binary number 100111110101 into hexadecimal. |
|
Definition
"9F5. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0101 is the same as hexadecimal 5, binary 1111 is hexadecimal F, and binary 1001 is hexadecimal 9." |
|
|
Term
Convert the binary number 100101101100 into hexadecimal. |
|
Definition
"96C. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1100 is the same as hexadecimal C, binary 0110 is hexadecimal 6, and binary 1001 is hexadecimal 9." |
|
|
Term
Convert the binary number 111111111111 into hexadecimal. |
|
Definition
"FFF. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 1111 is hexadecimal F, and binary 1111 is hexadecimal F." |
|
|
Term
Convert the binary number 11110010100 into hexadecimal. |
|
Definition
"794. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 0100 is the same as hexadecimal 4, binary 1001 is hexadecimal 9, and binary 111 is hexadecimal 7." |
|
|
Term
Convert the binary number 11000101111 into hexadecimal. |
|
Definition
"62F. EXPLANATION: Start at the right, and convert in blocks of four digits. Binary 1111 is the same as hexadecimal F, binary 0010 is hexadecimal 2, and binary 110 is hexadecimal 6." |
|
|
Term
Convert the hexadecimal number B72 into binary. |
|
Definition
"101101110010. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 2 is the binary 0010, hexadecimal 7 is binary 0111, and hexadecimal B is binary 110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number C32 into binary. |
|
Definition
"110000110010. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 2 is the binary 0010, hexadecimal 3 is binary 0011, and hexadecimal C is binary 1011. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 6D3 into binary. |
|
Definition
"11011010011. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 3 is the binary 0011, hexadecimal D is binary 1101, and hexadecimal 6 is binary 1100. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number C9F into binary. |
|
Definition
"110010011111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal F is the binary 1111, hexadecimal 9 is binary 1001, and hexadecimal C is binary 110. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number 28F into binary. |
|
Definition
"1010001111. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal F is the binary 1111, hexadecimal 8 is binary 1000, and hexadecimal 2 is binary 1100. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|
Term
Convert the hexadecimal number F39 into binary. |
|
Definition
"111100111001. EXPLANATION: Start at the right, and convert each hexadecimal digit into binary digits. Hexadecimal 9 is the binary 1001, hexadecimal 3 is binary 0011, and hexadecimal F is binary 10. You can only leave off leading zeroes on the binary digits on the left-most digit." |
|
|