Multiple choice

What are the two parts of a value of type double?

  1. Significant Digits, Exponent

  2. Length, Denominator

  3. Mode, Numerator

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A double-precision floating-point value is stored using two components: the significand (also called mantissa or significant digits) which contains the actual digits, and the exponent which determines the scale or magnitude. This representation allows efficient storage of very large or very small numbers.