Computer Science for IGCSE & O level - Data Representation (Section 2 - No. 31)
How does a left bit shift affect a binary number?
Divides by 2
Multiplies by 2
Adds 1
Subtracts 2
Explanation
Shifting bits to the left multiplies the original value by 2 for each position shifted.
Comments (0)
