State After Two Shifts
⚑ Report issue
Found a wrong answer, translation, image or source problem? Send it to editorial review.
PYQFound a wrong answer, translation, image or source problem? Send it to editorial review.
Shift the serial data right-most bit first into the specified end of the 8-bit register, one bit per clock, while moving the existing contents one position each time. Applying two clock pulses to initial state 11100100 with the first two incoming bits from 10110101 gives the register state shown in option C.

Write the first two serial bits in the actual entry order before shifting.
Do not read “right-most bit first” as left-most bit first.
Write the first two serial bits in the actual entry order before shifting.