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__4 Bit Adder and Subtractor

Digital techniques_2marks questions

 Q.1) Attempt the following questions:- 10 Marks  (a) Draw the symbol and write the truth table of universal Gates. (b) In a 3 variable K’ Map if there are two quads, interpret the simplified output. (c) Define modulus of counter and write down the number of flips flops required to construct mod 7 counter (d) Construct OR gate using NOR gate. (e) Demonstrate with example the function of EQU directive.  (f) Find the number of address lines required for:  1. 2K RAM  2. 16K ROM

Digital Techniques_Four Marks Questions

Question Bank 1) Define following terms related to logic families : (i) Noise Margin (ii) FAN-OUT (iii) Propagation delay (iv) Power dissipation 2) State Demorgan’s theorem’s and prove both theorems using truth table. 3) State functions of preset, clear, clock and SR inputs related to SR flip flop. 4) Sketch diagram of 4 bit asynchronous counter using suitable flip flop. Sketch timing diagram. 5) Perform binary subtraction using 2’s complement method (11001)2 – (1010)2. 6) State DeMorgan’s theorems and prove by Truth-table method for two variables. 7) Give the expression of Grey code equivalent of 4-bit binary using K-map. 8) Draw the circuit diagram of 3-bit asynchronous up/down counter using T-FF. 9) Describe any four specifications of DAC. 10) Perform the following: (11011)2 × (11011)2 11) State the rules for BCD Addition explain with example. 12) Design Half adder using K-map and implement using gates. 13) Subtract (1101)2 from (1110)2 using 1’s & 2’s complement method. 14) Des...