Computer Science for IGCSE & O level - Data Representation (Section 5 - No. 13)
If an 8-bit register holds the value 00001010, and you perform a logical left shift, what is the resulting value?
00010100
00000101
10100000
00001010
Explanation
Left-shifting 00001010 results in 00010100.
Comments (0)
