2,619 views
1 votes
1 votes

1 Answer

2 votes
2 votes

Here serial input is: ((Q1⊕ (Q2⊕Q3))

                      Clock cycle    Q0    Q1   Q2   Q3
               Initial clock cycle     1     1    0    0
                  1st clock cycle     1     1    1    0
                  2nd clock cycle     0     1    1    1
                  3rd clock cycle     1     0    1    1
                  4th clock cycle     0     1    0    1
                 5th clock cycle     0     0    1    0
                 6th clock cycle     1     0    0    1
                7th clock cycle     1    1    0    0

we need 7 clock pulses to get initial state.

Related questions

3 votes
3 votes
2 answers
1
mohitbawankar asked Jan 7, 2018
3,306 views
A 8-bit left-shift register and a D-flip flop are connected together as shown in the figure below and they are synchronized with the same clock.If the D-flip-flop is init...
1 votes
1 votes
0 answers
2
SeemaTanwar asked Jan 6, 2018
451 views
0 votes
0 votes
1 answer
3
Shubhanshu asked Apr 29, 2017
782 views
In shift register, we can make it "multiply by 2" and "divide by 2" circuit by right triggering and left triggering respectively? (True/False)