Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this problem, assume integers and floats are both 9 bits. The floating point representation consists of 1 sign bit 4 bits biased exponent, bias
In this problem, assume integers and floats are both 9 bits. The floating point representation consists of 1 sign bit 4 bits biased exponent, bias = 7, E_min = -6, E_max = 7 4 bits fraction Exponents with all 0's or all 1's follow a convention analogous to the IEEE standard The rounding mode is IEEE nearest Give answers to the following problems in the floating point representation just presented. a) The smallest possible positive number b) The largest possible positive number (not infinity) c) The smallest number greater than 1 d) The largest number less than 1 e) Integer 001101010 f) Product of floating point numbers: 010100100 x 011110000 g) Product of floating point numbers: 010100100 x 001010001 h) Difference of floating point numbers: 010000011 - 001110111 i) Sum of floating point numbers: 010000000 + 000111111
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