If we use 4 bits IEEE Std 754 1985 similar floating point nu
Solution
A. There are 4 bits i.e. 24=16. One bit is used as a sign bit and the last bit is used as fraction bit.
Hence, the numbers with the sign bit as 0 are the NONNEGATIVE floating point numbers.
B. There are 4 bits, i.e. 24=16. First bit is used as a sign bit and the last bit is used as fraction bit. So, 14 bits are left and in this 7 bits are positive numbers and rest of 7 are negative numbers.
C. Floating point numbers are represented by scientific notation using base number and exponent. It solves a number of representation problems. There is a sign bit in which 0 denote positive numbers and 1 denotes the negative number. Binary numbers are the numbers that are represented by 2 digits only, i.e. 0 and 1. Floating numbers can be converted into binary form by following example
Floating number 122.75
Binary 1111010.11
