CPSC 1400 - Homework #7

Answer the following assuming two's complement is used for negative numbers:
  1. How do you represent +163 in a 16-bits?
  2. How do you represent -163 in a 16-bits?
  3. What signed decimal integer value does 1111111100010100 represent?
  4. What signed decimal integer value does 0000000011101011 represent?
  5. How is the string "CS 1400" represented in a computer?

©