Home » Digital Circuits » Digital circuits miscellaneous » Question
  1. The shift register shown in the given figure is initially loaded with the bit pattern 1010. Subsequently the shift register is clocked, and with each clock pulse the pattern gets shifted by one bit position to the right. With each shift, the bit at the serial input is pushed to the left most position (msb). After how may clock pulses will the content of the shift register become 1010 again?

    1. 3
    2. 7
    3. 11
    4. 15
Correct Option: B

Y2 = Q1 ⊕ Q0
Y1 = Q2 ⊕ Y2

The sequences are as follows:

As we see from the table, sequence 1010 repeats after 7 cycles.



Your comments will be displayed only after manual approval.