Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please show how you got to your solution omputer system uses 8 bits to represeht floating-point values. The 8 bits are organised as follows: The
Please show how you got to your solution
omputer system uses 8 bits to represeht floating-point values. The 8 bits are organised as follows: The first bitis a sign bit ( 0 for positive, 1 for negative). The middle 3 bits are the exponent, which uses bias of 3 . The last 4 bits are the significand, which is normalised in thes same way as the significand is normalised in IEEE-754 formats. The format does not reserve any special values. The following arithmetic operation is performed on this system: 0001100011000110 The result is then stored in the same s-bit floating-point format. What is the relative error of the stored result comapred to the value of the result of the anthmetic operation? Answers are rounded to 5 decimal places. a. None of the other answers: b. 0.03125% c 0.97855\% d. ow e 003030% Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started