...
Question 9186 – Data-Structures
December 20, 2023
Computer-Networks
December 20, 2023
Question 9186 – Data-Structures
December 20, 2023
Computer-Networks
December 20, 2023

Number-Systems

Question 32
The format of the single-precision floating-point representation of a real number as per the IEEE 754 standard is as follows:

 

Which one of the following choices is correct with respect to the smallest normalized positive number represented using the standard?

A
exponent = 00000001 and mantissa = 00000000000000000000001
B
exponent = 00000001 and mantissa = 00000000000000000000000
C
exponent = 00000000 and mantissa = 00000000000000000000000
D
exponent = 00000000 and mantissa = 00000000000000000000001
Question 32 Explanation: 

The smallest biased exponent for the normalized number is E= 1.

The smallest Mantissa M = 000…0

The smallest positive normalized number = 1.M x 2 E-127

= 1.0 x 2 -126 .

= 2 -126

Correct Answer: B
Question 32 Explanation: 

The smallest biased exponent for the normalized number is E= 1.

The smallest Mantissa M = 000…0

The smallest positive normalized number = 1.M x 2 E-127

= 1.0 x 2 -126 .

= 2 -126

Leave a Reply

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