Skip to main content

Digital techniques__Introduction of Sequential circuits




Hello my dear students, today we are going to start new chapter. The sequential logic circuits. 

Lets see the difference between combinational circuits and sequential circuits. 


           combinational circuit                                                                  

1) Output depends on present input only                            

2) Logic gates are building blocks                                       

3) There is no feedback between input & output               

4) No memory element.                                                      

5) This is time independent                                                  

6) Ex. Mux, D-mux, adder, subtractor etc.                            

 sequential circuit

 1) Output depends on present and past input

 2) Flip-Flops are building blocks

 3) There is feedback between input & output

 4) Memory element is present.

 5) This is time dependent 

 6) Ex. Flip-Flops, counter, shift registers etc.


 From this comparison you all are now familiar about these circuits .

In this topic we will cover Latches, 

flip flops-D flip flop, J-K flip flop, T-flip flop, Master-slave JK flip-flop, S-R flip flop etc., 

Counters- Ring counter, MOD counter, synchronous and asynchronous counters etc. 

Shift Registers - SISO, SIPO, PISO, PIPO shift registers etc.

Comments

Post a Comment

Please do not enter spam in comment box

Popular posts from this blog

Digital Techniques_Descriptive Questions

 Descriptive Questions 1)Construct full adder circuit using K map. 2) Justify ‘NOR gate is called as universal gate’. Sketch relevant diagram. 3) Convert following Boolean equation to standard SOP form and implement using NAND-NAND logic. (i) y = A B C + ABC D + A C D (ii) y = PQ + PQR + PQ R 4)State the rules for BCD addition. 5)Draw two input OR gate, using ECL logic family (only diagram). 6)Realize full subtractor using K-map. 7)Describe positive and negative edge triggering methods of clock with their logic symbol. 8)Calculate the analog output of 4-bit DAC if the digital input is 1101. Assume VFS = 5V. 9)Draw the logic diagram of 4-bit SIPO shift register and explain its working principle. 10) Realize the following expression using K-map. Y = f(A, B, C, D) = Σ m(0, 2, 3, 5, 6, 7, 10, 11) + d (8, 14, 15) and implement it. 11)Simplify the following expression using Boolean laws. Y = (A + B) (A + C) Y = ABC + ABC + ABC 12)Draw the circuit of master slave JK FF using NAND gate and...

Digital techniques__BCD Adder