Please clarify my doubt Sir, correct me if i am wrong . Sir i think you gave wrong connection for CLK in up counting and down counting because in last video you gave table if it is negative triggering for up counter Q should connect as CLK to next flip and and for down counter Q(bar) should connect as CLK to next flip flop For postive triggering up counter Q(bar) should connected as CLK and down counter Q should be connected as CLK to next flip flop Here in this video you used postive triggering and gave according negative triggering connections
The counter covered on the previous video was asynchronous counter. This is synchronous counter. The condition which you have mentioned are valid only for asynchronous counter.
In 3:38 when u were showing Excitation table of JK Fip Flop, the outtput Qn and Qn+1 is in the wrong sequence. Qn must be 0,0,2,1 ehie Qn+1 must be 0,1,0,1.??
I think you didn't understand the meaning of the excitation table. Please check the earlier video of JK flip-flop, where I have explained the excitation table of JK flip-flop. Here is the link: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-LOPHyHOMcLI.htmlsi=dCZu1bckU6SCCSIo&t=739
I have already shown the design procedure in the second part of the video for designing a synchronous counter of arbitrary sequence. You may refer that.
I think since you have been asked to design the counter only using JK flip-flops and NOR gates, it would be easier to design an asynchronous MOD-7 counter. (unless you have been asked specifically to design synchronous counter). In that case, you need to connect the Q2, Q1, and Q0 output of the JK flip-flops to NOR gate. And the output of the NOR gate to clear input of the flip-flops. When the count goes to 111, then output of the NOR gate will become 0, and it will reset all the flip-flops. The counter will count from 000 to 110. This video will be more suitable for you. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-OvOXRQiRzas.html Please check it. Your doubts will get clear for sure. And still if you have any doubt then let me know here.
It is synchronous circuit. What you are saying would be true for the asynchronous counter. Here, all flip-flops are responding to the input at the rising or falling edge. So, at given clock edge, whatever is the input of the flip-flop, accordingly they will generate the new output. And the next flip-flop will respond to this new output at the next clock edge. I hope, it will clear your doubt.
This is synchronous counter. So, all the flipflops in the counter receives the clock at the same time. In asynchronous counter, the output of one flip flop is connected to the clock input of next stage. I hope, it will clear your doubt.