程序代写代做 EEE230 Online

EEE230 Online
Floating Point practice problem.
1. Convert the following to hexadecimal using the IEE754 format (single precision). a. 15.25
b. -1.0
c. 0.625
2. Convert the following value in IEE754 format to decimal.
a. 0x3f000000 b. 0x41a80000 c. 0xc1a20000
Answers: To check your work, use an online calculator such as the one below. Also notice the breakdown for the exponent and significand.
http://babbage.cs.qc.cuny.edu/IEEE-754/