CPE 315
Winter 2008
Professor Stearns
Homework #1
Due Friday, Jan. 11 by emailed pdf or dropped in the CSC drop box. 14-254)

  1. Do the following exercises in our text (Appendix B is on CD)
    B.5, B.6, B.10, B.14, B.17, B.39

  2. Perform the following additions using 8 bit arithmetic; all numbers are in hexadecimal.
    Assume 2's complement representation.
    In each case, show the result in decimal, the C bit, the V bit and state whether the answer is correct or not. Do the work in hex, not binary.
      ff      ab     73    45
     +ff     +cd    +75   +ab
    
    Note: use the SIM 8 bit adder to check your work.