In the context of floating-point representation, what is the role of the mantissa? 

  • Determines the sign 
  • Determines the exponent 
  • Stores the actual digits 
  • Determines the base
In floating-point representation, the number is typically represented as: (-1)^sign * mantissa * (base^exponent). The mantissa is responsible for storing the actual digits of the floating-point number, while the exponent determines the position of the decimal point and the sign determines its sign.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *