Question: (30 Points) You are now working with a 8-character computer that for some reason uses decimal instead of binary. It uses the textbook storage for
(30 Points) You are now working with a 8-character computer that for some reason uses decimal instead of binary. It uses the textbook storage for floating point numbers and has 1 bit for the sign, 3 bits for the signed exponent, and 4 bits for the mantissa. You find the computer Rounds up. It also happens to have an old version of Python on the computer. You type the following code into Python. What is the resultant values for each print statement? > x = 72.24157 > y = 0.125 > z=1.2* (10 ** 10) >print(x) z = x+y >print(z) Cuzz >print(c) > d=z (10 ** 10000) print(d)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
