GATE 2007
April 13, 2024Question 8061 – Computer-Networks
April 13, 2024GATE 2012
|
Question 7
|
The decimal value 0.5 in IEEE single precision floating point representation has
|
fraction bits of 000…000 and exponent value of 0
|
|
|
fraction bits of 000…000 and exponent value of −1
|
|
|
fraction bits of 100…000 and exponent value of 0
|
|
|
no exact representation
|
Question 7 Explanation:
(0.5)10 = (1.0)2 × 2–1
So, value of the exponent = -1
and
fraction is 000…000 (Implicit representation)
So, value of the exponent = -1
and
fraction is 000…000 (Implicit representation)
Correct Answer: B
Question 7 Explanation:
(0.5)10 = (1.0)2 × 2–1
So, value of the exponent = -1
and
fraction is 000…000 (Implicit representation)
So, value of the exponent = -1
and
fraction is 000…000 (Implicit representation)
