What is the decimal equivalent of the 32?bit IEEE floating?point value CC4C0000?
What will be an ideal response?
The binary equivalent of CC4C0000 is 11001100010011000000000000000000
This can be split into sign, biased exponent, and fractional mantissa. That is
S = 1, E = 10011000, F = 10011000000000000000000
The sign is negative, and the exponent is (remember the stored exponent is biased by 127, which has to be subtracted)
The mantissa, after the insertion of the leading 1, is 1.10011000000000000000000
Combining mantissa and exponent we get
You might also like to view...
At the Physical layer, data is referred to as a ____.
A. datagram B. packet C. bit stream D. frame
Using the stories you wrote walk through the five stages of the agile development process and describe what happens at each one of the stages.
What will be an ideal response?
A user's PC will not start. When the technician powers on the computer the video display remains blank and a series of beeps can be heard. Which of the following should the technician do NEXT?
A. Unplug the speaker cable from the motherboard to avoid damaging it. B. Remove all the memory from the motherboard and replace with new modules. C. Check the power supply connector to the motherboard to see that it is seated correctly. D. Find the BIOS version and consult the vendor's documentation to determine the error.
When code is included in all three blocks for the try...catch...finally construct, ____.
A. the finally block is never executed B. only one of the three blocks gets executed C. the try block is attempted first D. all catch clauses are executed