Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Show how the following binary fractional values would be rounded to the nearest

ID: 3572610 • Letter: S

Question

Show how the following binary fractional values would be rounded to the nearest half (one bit to the right of the binary point), according to the round-to-even rule. In each case, show the numeric values, both before and after rounding and the bit pattern after rounding. Use double quotation marks. If the correct bit pattern is say---
01011101
then you should enter
"01011101"

Show how the following binary fractional values would be rounded to the nearest half (one bit to the right of the binary point), according to the round-to-even rule. In each case, show the numeric values, both before and after rounding and the bit pattern after rounding Finally, please DO NOT USE fractions and type the decimal values very precisely (accurate to the last decimal place). Value before Binary Pattern rounding Bit pattern rounded Value after to the nearest half rounding 10.010 10.110 11.001 Check

Explanation / Answer

10.010              10.001                   10.0               10

10.111               10.011                   10.0               10

10.110                10.011                   10.0             10

11.001               11.000                    11.0            11