Homework Set 2 -- Mathematics

EE-290, Spring '97, Dr. C. S. Tritt
Due 3/17/97

  1. Arithmetic

    1. 010101012 + 001110112 =

    2. A316 + 1C16 =

    3. 3458 + 1548 =

    4. 10101012 × 10010112 =

  2. Two's Complement

    1. Write 6610 in 8 bit 2's complement form.

    2. Write -6610 in 8 bit 2's complement form.

  3. Perform the following arithmetic problems using 6-bit 2's complement form for negative values. Comment on any unexpected or invalid results.

    1. 710 + (-610) =

    2. -1810 + 510 =

    3. -1510 + (-610) =

    4. 3010 + 2810 =