Question: 1. Given the format of a floating point data type as follows 1 bit Sign 3 bit Exp 1) what is the bias value?
1. Given the format of a floating point data type as follows 1 bit Sign 3 bit Exp 1) what is the bias value? 4 bit Frac 2) We declare float x1=00101100. What is the decimal representation of x1 if the mentioned IEEE floating point standard is applied? 3) We declare float x2= 5/32. What is the binary representation of x2 if the mentioned IEEE floating point standard is applied? 4) We declare float x1= 00101100, and x3=00110011. If the mentioned IEEE floating point standard is applied, what is the binary representation of the result x1+x3? 5) We declare float x1=00101100, and x3=00110011b. If the mentioned IEEE floating point standard is applied, what is the binary representation of the result x1*x3?
Step by Step Solution
There are 3 Steps involved in it
The answer provided below has been developed in a clear step by step mannerStep 1 Given format of a ... View full answer
Get step-by-step solutions from verified subject matter experts
