Page 1 of 1

Use the algorithm for computing binary values for base 10 fractions for the following fractional values. Use fixed forma

Posted: Mon Jul 11, 2022 9:54 am
by answerhappygod
Use the algorithm for computing binary values for base 10fractions for the following fractional values.Use fixed format with 5 bits.a. 0.420b. 0.3805. Compute the decimal equivalents of the binary numbers computedin 4 and find the round off error.6. Convert the following base 10 SIGNED integers into binary(8bits).a. -77b. -27c. 1197. Give the base 10 values of the following 6-bit SIGNED binarynumbers:a. 100111b. 011010c. 101010d. 1101018. Give the 32-bit floating point number (single precision) for thebase ten number -45.2.9. Consider the Hamming Code for four bit numbers using odd parity.What is the 7-bit word(including parity bits) that should be used to describe thefollowing integers:a. 6b. -710. For your answer to 9a. above, change the bit in position 4.Show how the Hamming Code is usedto correct that bit.