Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 8)
If you shift the binary number 11010010 two places to the right, what will be the result?
110100
00110100
11010010
001101
Explanation
Shifting right adds zeros to the left and removes bits from the right.
Comments (0)
