CS101
Assignment #1

Due Friday, Sept 4th.

  1. Translate the following unsigned binary numbers to decimal numbers:
    1. 011010
    2. 111111
    3. 101010
  2. Translate the following signed binary numbers to decimal numbers:
    1. 011010
    2. 111111
    3. 101010
  3. Translate the following decimal numbers to binary numbers:
    1. 15
    2. 16
    3. 123
  4. Translate the following hexidecimal numbers to decimal numbers:
    1. A02
    2. ABC
    3. 132