Computer Science for IGCSE & O level - Data Representation (Section 13 - No. 34)
If you shift the binary number 11000010 two places to the left, what is the result?
00110000
11000010
11000000
11001000
Explanation
Shifting the binary number two places left effectively multiplies by 4 and so we get 11000010 becoming 11000000.
Comments (0)
