Computer Science for IGCSE & O level - Data Representation (Section 12 - No. 1)
What will be the result of a right bit shift on the binary number 110000, two places to the right?
1100
001100
0011
110000
Explanation
Shifting to the right by two places results in discarding the two rightmost bits and adding two zeros to the left: 001100
Comments (0)
