Computer Science for IGCSE & O level - Data Representation (Section 14 - No. 19)
What happens during a logical left shift?
The bits move right, and zeros are added on the left.
The bits move left, and zeros are added on the right.
The bits move right, and the leftmost bit is lost.
The bits move left, and the rightmost bit is lost.
Explanation
During a left shift, bits are moved to the left, and zeros are added on the right.
Comments (0)
