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"
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