Q. Show the Features of a typical floating-point representation?
The features of a typical floating-point representation of 32 bits in above figure are:
- Left-most bit is sign bit of number;
- Mantissa or signific and must be in normalised form
- The base of number is 2
- A value of 128 is added to the exponent. (Why?) This is known as a bias.