Questions:
- If you convert the hexadecimal number A4C0116
to octal and decimal, which representation will require less digits? [Answer]
- What is the special relationship between binary, octal, and hexadecimal? [Answer]
- How can we convert an octal number to binary? [Answer]
- How can we convert a hexadecimal number to binary? [Answer]
- Convert the following numbers to binary. [Answer]
- A16
- 78
- 328
- FF16
- 10B16
- 2518
- Write the following binary numbers in octal shorthand. (Hint: convert
each group of three binary digits to a single octal digit.) [Answer]
- 1102
- 1002
- 0102
- 1111012
- 0101012
- 0010111011012
- Write the following binary numbers in hexadecimal shorthand. (Hint:
convert each group of four binary digits to a single hexadecimal digit.) [Answer]
- 11012
- 10012
- 01012
- 111011012
- 010101012
- 00010110110011012