How many bits are there for exponent in IEEE 754 single precision floating…

2022

How many bits are there for exponent in IEEE 754 single precision floating point representation?

Answer: B. 8The IEEE 754 single precision floating-point standard uses a total of 32 bits. This structure is divided into three parts: one sign bit, eight exponent bits,…

  1. A.

    11

  2. B.

    8

  3. C.

    7

  4. D.

    16

Attempted by 343 students.

Show answer & explanation

Correct answer: B

The IEEE 754 single precision floating-point standard uses a total of 32 bits. This structure is divided into three parts: one sign bit, eight exponent bits, and twenty-three mantissa bits. Therefore, the exponent field specifically requires 8 bits to represent the power of two.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…