Questions:

  1. If you convert the hexadecimal number A4C0116 to octal and decimal, which representation will require less digits?   [Answer]

  2. What is the special relationship between binary, octal, and hexadecimal?   [Answer]

  3. How can we convert an octal number to binary?   [Answer]

  4. How can we convert a hexadecimal number to binary?   [Answer]

  5. Convert the following numbers to binary.   [Answer]
    1. A16
    2. 78
    3. 328
    4. FF16
    5. 10B16
    6. 2518

  6. Write the following binary numbers in octal shorthand. (Hint: convert each group of three binary digits to a single octal digit.)   [Answer]
    1. 1102
    2. 1002
    3. 0102
    4. 1111012
    5. 0101012
    6. 0010111011012

  7. Write the following binary numbers in hexadecimal shorthand. (Hint: convert each group of four binary digits to a single hexadecimal digit.)   [Answer]
    1. 11012
    2. 10012
    3. 01012
    4. 111011012
    5. 010101012
    6. 00010110110011012