Add the following two 8-bit Tom's floating-point format numbers and give the answer in both signed decimal and Tom's flo
Posted: Fri May 20, 2022 5:14 pm
Add the following two 8-bit Tom's floating-point format numbers and give the answer in both signed decimal and Tom's floating- point. Use unbiased rounding; i.e., round to nearest or even. Recall the format is sign, 3-bit 2's complement (not biased) exponent, and fraction with assumed hidden bit, in that order from left to right. Don't use a plus sign for positive answers. 01111001 + 00110001 = signed decimal Tom's floating-point