Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that we have a custom IEEE 754-style floating point type which has 4 bits of exponent and 3 bits of fraction. The bias for
Assume that we have a custom IEEE 754-style floating point type which has 4 bits of exponent and 3 bits of fraction. The bias for this data type is 7. For the given 8-bit floating point values, find the corresponding values of the biased exponent exp, the true exponent E, the fraction part frac, and the mantissa M. Give all answers as decimal (base 10) numbers. For the fraction and denominator, the denominator is 8 - you are responsible for providing the numerator. Give the result as an improper fraction (for example, if the answer is 1 and 4/8ths, give your answer as 12, because 1+4/8 = 12/8). Binary value S exp E frac M 1 0011 111 1 18 18 01101 101 0 18 18 0 0000 100 0 18 18
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