Sr jk flip flop by AMAN GOYAT

AmanGoyat2 659 views 21 slides Dec 15, 2020
Slide 1
Slide 1 of 21
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12
Slide 13
13
Slide 14
14
Slide 15
15
Slide 16
16
Slide 17
17
Slide 18
18
Slide 19
19
Slide 20
20
Slide 21
21

About This Presentation

this pdf includes the complete description of SR & JK flip flop


Slide Content

Verify the truth table of SR, JK flip-flops using NAND & NOR gates Name:-Aman Goyat 10518210001 Btech/EEE

Flip Flop:- A flip flop is an electronic circuit with two stable states that can be used to store binary data. The stored data can be changed by applying varying inputs. Flip-flops and latches are fundamental building blocks of digital electronics systems used in computers, communications, and many other types of systems. Flip-flops and latches are used as  data storage  elements. In this we will talk about:- SR flip flop using the NAND & NOR gates. JK flip flop using the NAND & NOR gates. After this ppt you will make you dought clear about this topic.

SR Flip-flops(SET-RESET):- The basic building bock that makes computer memories possible, and is also used in many sequential logic circuits. The SR flip-flop can be considered as a 1-bit memory The SR (Set-Reset) flip-flop is one of the simplest sequential circuits and consists of two gates connected as shown in Fig. Notice that the output of each gate is connected to one of the inputs of the other gate, giving a form of positive feedback or ‘cross-coupling’. When we are talking about set and reset it means that:- Set =Output value is 1 Reset =Output value is 0

Two way of representation:- :-NAND FLIP-FLOP :-NOR FLIP-FLOP

The NAND Gate SR Flip-Flop:- The simplest way to make any basic single bit set-reset SR flip-flop is to connect together a pair of cross-coupled 2-input  NAND  gates as shown, to form a  Set-Reset Bistable  also known as an active LOW  SR NAND Gate, each output to one of the other  NAND  gate inputs. This device consists of two inputs, one called the  Set ,  S  and the other called the  Reset ,  R  with two corresponding outputs  Q  and its inverse or complement  Q  (not-Q) as shown below.

Output Side:- The Set State:- Consider the circuit shown above. If the input  R  is at logic level “0” (R = 0) and input  S  is at logic level “1” (S = 1), the  NAND  gate  Y   has at least one of its inputs at logic “0” therefore, its output  Q  must be at a logic level “1” (NAND Gate principles). Output  Q  is also fed back to input “A” and so both inputs to  NAND  gate  X  are at logic level “1”, and therefore its output  Q  must be at logic level “0”. Reset State:- In this second stable state,  Q  is at logic level “0”, ( not Q  = “0”) its inverse output at  Q  is at logic level “1”, ( Q  = “1”), and is given by  R  = “1” and  S  = “0”. As gate  X  has one of its inputs at logic “0” its output  Q  must equal logic level “1” (again NAND gate principles). Output  Q  is fed back to input “B”, so both inputs to  NAND  gate  Y  are at logic “1”, therefore,  Q  = “0”.

Truth Table for this Set-Reset Function

Experiment to perform SR Flip Flop on kit:-

Truth-Table & Clock Diagram:-

The NOR Gate SR Flip-flop:- Flip-flops can also be considered as latch circuits due to them remembering or ‘latching’ a change at their inputs. A common form of RS latch is shown in Fig. 5.2.5. In this circuit the S and R inputs have now become S and R inputs, meaning that they will now be ‘active high’.

Truth Table:- Below we have shown that how SR Flip Flop can be designed using NOR gate. In the circuit diagram, there are two input terminals S and R. Understanding of the truth table of NOR gate is important before knowing the working of the circuit. In the NOR gate, if the input at both the terminals is low i.e. 0 then only we get the output high i.e. 1. If any of the input terminals or both of the inputs are in high state i.e. 1, then output will be low i.e. 0.

If we have the S-R flip flop then why we need the J-K flip flop…..?

The basic S-R NAND flip-flop circuit has many advantages and uses in sequential logic circuits but it suffers from two basic switching problems. 1. the Set = 0 and Reset = 0 condition (S = R = 0) must always be avoided 2. if Set or Reset change state while the enable (EN) input is high the correct latching action may not occur Then to overcome these two fundamental design problems with the SR flip-flop design, the  JK flip Flop  was developed.

  JK flip Flop :- (universal flip flop) This simple  JK flip Flop  is the most widely used of all the flip-flop designs and is considered to be a universal flip-flop circuit. The  JK flip flop  is basically a gated SR flip-flop with the addition of a clock input circuitry that prevents the illegal or invalid output condition that can occur when both inputs S and R are equal to logic level “1”. Due to this additional clocked input, a JK flip-flop has four possible input combinations, “logic 1”, “logic 0”, “no change” and “toggle”.  The J-K flip-flop is much faster. The J-K flip-flop does not have propagation delay problems.

The Basic JK Flip-flop:- Both the  S  and the  R  inputs of the previous SR bistable have now been replaced by two inputs called the  J  and  K  inputs, respectively after its inventor Jack Kilby. Then this equates to:  J = S  and  K = R . The two 2-input  AND  gates of the gated SR bistable have now been replaced by two 3-input  NAND  gates with the third input of each gate connected to the outputs at  Q  and  Q .

The Truth Table for the JK Function:-

Experiment to perform logic of JK FLIP FLOP on kit:-

Truth-Table & Clock Diagram:-

Dual JK Flip-flop 74LS73:-

At the last:-