Computer Science for IGCSE & O level - Data Representation (Section 11 - No. 50)
What is the result of shifting the binary number 10101010 one position to the right?
01010101
10101010
11010101
00101010
Explanation
A right shift will cause the bits to move one place right and a 0 is added to the left.
Comments (0)
