Texts:
1. Convert 0.40625 to IEEE 754 binary32.
2. Convert an IEEE 754 binary32 value C4B31000(16) to i) binary and then to ii) decimal.
Note that in this problem, hexadecimal is used to represent binary32 in a more compact form, so you should not convert this number into decimal directly. Instead, i) convert each digit of the hexadecimal to 4 binary bits so that you get a 32-bit number in IEEE 754 binary format, and ii) convert the binary32 into decimal.