Computer Structure
1. Convert decimal number below, into binary number. Show your process. (5 points
1) 123.625(10) 2) 456.375(10)
2. Floating point numbers in IEEE 754 format, single precision, is defined as with 1 sign bit, and 8 bit exponent field with bias of 127, and an implicit "1 in the significand. Represent the binary number below in IEEE 754 format above. Show your process. (5 points)
1) 0.0(10) 2) -2.875(10)