Assignment 1

due Monday 4 February in class

Write your answers to the following questions. For full credit, show all calculations. Submit your work on paper in class.

  1. What are the values of each of the columns for a four-digit number in base 6?

  2. Convert the following base 6 numbers into base 10.
    1. 342₆ =
    2. 254₆ =
    3. 1425₆ =
  3. Convert the following base 10 numbers into base 6.
    1. 318₁₀ =
    2. 626₁₀ =
    3. 55₁₀ =
  4. Convert the following base 10 numbers into binary (base 2).
    1. 37₁₀ =
    2. 55₁₀ =
    3. 14₁₀ =
    4. 63₁₀ =
  5. Convert the following binary (base 2) numbers into base 10.
    1. 1011₂ =
    2. 10₂ =
    3. 1110₂ =
    4. 10101₂ =
  6. Choose any base you like, from the range 3–15. Show the symbols you’ll use for each digit, and the values (in base 10) of each column in a five-digit number. Then convert the number 3278₁₀ into your chosen base.

  7. Convert the following positive and negative base 10 numbers into 6-bit two’s-complement binary (base 2).
    1. 29₁₀ =
    2. -32₁₀ =
    3. -17₁₀ =
    4. -1₁₀ =
  8. Convert the following binary numbers into hexadecimal.
    1. 01101011₂ =
    2. 10011111₂ =
    3. 111010011101₂ =
    4. 1010100110₂ =
  9. Convert the following hexadecimal numbers into binary.
    1. C4E₁₆ =
    2. 1F0₁₆ =
    3. B7A₁₆ =
    4. 718₁₆ =