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 […]

Boolean Algebra

Universal Gates

NAND and NOR gates are called universal gates as any digital function can be implemented by using only NAND or NOR gate alone. Combinational and sequential both type of circuits can be implemented using NAND or NOR gate. Let’s see how we can derive all basic gates from NAND: Let’s now see that how we […]