Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Q4.5 8 Points Calculate how the base 10 number 12.5 is represented as a 24-bit floating-point number on a computer using the following floating-point representation.
Q4.5 8 Points Calculate how the base 10 number 12.5 is represented as a 24-bit floating-point number on a computer using the following floating-point representation. The first bit is the sign bit, the next 7 bits are the exponent (represented in 63 bias notation) and the remaining 16 bits represent the mantissa (with the usual normalisation for binary floating-point representations). (First, transfer this into fixed point binary format, and then transfer this into a floating-point number.) O 0 1000010 0000 0000 0000 1001 O 0 1000010 0011 0000 0000 0000 0 0 1000010 1001 0000 0000 0000 O 01100010 0011 0000 0000 0000 Q4.6 4 Points Consider a different computer system which also uses 24 bits to represent floating-point numbers, but in this case, uses 4 bits for the exponent and 19 bits for the mantissa. Which system can represent more numbers? the system in the previous question the system in this question O neither system Q4.5 8 Points Calculate how the base 10 number 12.5 is represented as a 24-bit floating-point number on a computer using the following floating-point representation. The first bit is the sign bit, the next 7 bits are the exponent (represented in 63 bias notation) and the remaining 16 bits represent the mantissa (with the usual normalisation for binary floating-point representations). (First, transfer this into fixed point binary format, and then transfer this into a floating-point number.) O 0 1000010 0000 0000 0000 1001 O 0 1000010 0011 0000 0000 0000 0 0 1000010 1001 0000 0000 0000 O 01100010 0011 0000 0000 0000 Q4.6 4 Points Consider a different computer system which also uses 24 bits to represent floating-point numbers, but in this case, uses 4 bits for the exponent and 19 bits for the mantissa. Which system can represent more numbers? the system in the previous question the system in this question O neither system
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