00:01
All right, after clock 1, d would be q3 or q2 or q1, which would be 1 or 1 or 0, which would be 0.
00:16
And the right shift, q3 would equal d, which is 0, q2 is the old q3, which is 1, q1 is the old q2, which is 1, and q not is the old q1, which is 0.
00:28
So the new state would be 0 -1 -1 -0.
00:32
For clock 2, d would be q3 or q2 or q1, which would be 0 or 1, which is 0.
00:49
So shift right, q3 equals d equals 0, q2 is q2, which is 0, q1 is q2, which is 1 and q -n is q -n, which is 1.
00:57
So the new state is 0 -0 -1...