Sequential Circuits

Q: MOD 6 Counter

Q- Can we design a MOD-6 counter using the above method? Ans:  We firstly draw the state diagram And now we draw the table to represent the desired output of the combinational circuit to reset FFs as: Q2          Q1          Q0                          OUTPUT 0              0              0                              1 0              0              1                              1 0              1              0                              1 0              1              […]

Sequential Circuits

QUESTIONS: Flip flops/Latch

 Q-What is the difference between LATCH & FLIP-Flop? Ans:  We can easily find the answer after going through the theory given: Latches are level sensitive while flip-flops are edge sensitive devices Hence latches faces problems like glitches in the output while no such problem occurs in flip-flops. As we can see from different circuits given […]