| Homework 2DetailsFor each problem make sure you clearly and neatly show all of your work!
Each problem is worth 5 points.
- Convert 17.6875 to fixed-point binary.
- What decimal number is represented in fixed-point binary as
111111.111111?
- Convert -1331 to 16-bit two's complement.
- Convert 11100011100 to decimal assuming it is stored in two's complement
- Convert 34 to excess-127 notation
- Convert -34 to excess-127 notation
|