Computer Science for IGCSE & O level - Data Representation (Section 7 - No. 48)
What happens during a right logical shift operation?
The sign bit is preserved.
Zeros are added on the left.
Zeros are added on the right.
The bits are rotated.
Explanation
In a logical right shift, zeros are added to the left.
Comments (0)
