According to IEEE standard 754, how many bits are allotted to mantissa for…

2022

According to IEEE standard 754, how many bits are allotted to mantissa for double-precision representation of real numbers?

Answer: C. 52IEEE 754 double-precision format allocates 64 bits total: 1 sign bit, 11 exponent bits, and 52 mantissa bits. The mantissa stores the significant digits of…

  1. A.

    16

  2. B.

    32

  3. C.

    52

  4. D.

    64

Attempted by 284 students.

Show answer & explanation

Correct answer: C

IEEE 754 double-precision format allocates 64 bits total: 1 sign bit, 11 exponent bits, and 52 mantissa bits. The mantissa stores the significant digits of the number after normalization, providing precision for real number representation.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…