Question
1) Add following 16-bit 2's complement numbers (represented in Hex, assume word size of computer is 16 bits) - FE59 + BEBA and indicate whether or not there is a carry and or an overflow generated. Also give result of computation in base-10 format if there is no overflow.
2) Add the following 16-bit 2's complement numbers (represented in Hex, assume word size of the computer is 16 bits): 4B1F + 3CFF and indicate whether or not there is a carry or an overflow generated. Also give result in base-10 format if there is no overflow.
3) Using the floating point format described in problem of your text, exchange the floating point number represented by 10000100111011011001010001010000 to base 10 (decimal) representation.