Computer Science for IGCSE & O level - Data Representation (Section 16 - No. 41)
What happens to the rightmost bits during a left bit shift?
They remain unchanged.
They are discarded.
They are shifted to the left.
They are replaced by zeros.
Explanation
During a left bit shift, the rightmost bits are discarded and zeros are added.
Comments (0)
