Explain consequences of normalized floating point representation of numbers
Answers
Answer:
It Is necessary to normalise the floating point representation of numbers because by this method we know about decimal position of a given number so that number of bits on the RHS of zero can be easily known.
In the decimal system, any real number can be expressed in the normalized scientific notation format. This means that the decimal point is shifted and appropriate powers of 10 are supplied so that all digits are to the right of the decimal point and the first digit displayed is not 0.
Floating-point numbers also offer greater precision. Precision measures the number of bits used to represent numbers. Precision can be used to estimate the impact of errors due to integer truncation and rounding. The precision of a floating-point number is determined by the mantissa.
Step-by-step explanation:
Explain consequences of normalized floating point representation of numbers