Computer Science for IGCSE & O level - Data Representation (Section 4 - No. 43)
What happens when a bit is shifted off the end of an 8-bit register during a left shift operation?
The bit is lost.
The bit is placed at the beginning.
The bit is shifted to the carry flag.
The bit is ignored
Explanation
The leftmost bit is discarded in an 8-bit register if it is shifted out of the register during a left shift.
Comments (0)
