Truth Table of SR Flip Flop

Given Below is the Truth Table of SR Flip Flop

Here, S is the Set input, R is the reset input,Qn+1 is the next state and State tells in which state it enters

SR Flip Flop

In this article, we will go through SR Flip Flop, we will start our article with the definition and construction of the flip-flip, and then we will go through its Basic Block Diagram with its working and characteristic block diagram, at last, we will conclude our article with its applications.

Table of Content

  • SR Flip Flop
  • Construction
  • Basic Block Diagram
  • Working
  • Truth Table
  • Function Table
  • Characteristic Equation
  • Applications

Similar Reads

What is SR Flip Flop?

It is a Flip Flop with two inputs, one is S and the other is R. S here stands for Set and R here stands for Reset. Set basically indicates set the flip flop which means output 1 and reset indicates resetting the flip flop which means output 0. Here, a clock pulse is supplied to operate this flip-flop, hence it is a clocked flip-flop....

Construction of SR Flip Flop

We can construct SR flip flop with two ways, one is with 2 NOR Gates + 2 AND Gates and other is with 4 NAND Gates....

Basic Block Diagram of SR Flip Flop

The basic block diagram contains S and R inputs, and between them is clock pulse, Q and Q’ is the complemented outputs....

Working of SR Flip Flop

Case 1: Let’s say, S=0 and R=0, then output of both AND gates will be 0 and the value of Q and Q’ will be same as their previous value, i.e, Hold state. Case 2: Let’s say, S=0 and R=1, then output of both AND gates will be 1 and 0, correspondingly the value of Q will be 0 as one of input is 1 and it is a NOR gate so it will ultimately gives 0, hence Q gets 0 value, similarly Q’ will be 1. Case 3: Let’s say, S=1 and R=0, then output of both AND gates will be 0 and 1, correspondingly the value of Q’ will be 0 as one of input to NOR gate is 1, so output will be 0 ultimately and this 0 value will go as input to upper NOR gate, and hence Q will become 1. Case 4: Let’s say, S=1 and R=1, then output of both AND gates will be 1 and 1 which is invalid, as the outputs should be complement of each other....

Truth Table of SR Flip Flop

Given Below is the Truth Table of SR Flip Flop...

Function Table of SR Flip Flop

Given Below is the Function Table of SR Flip Flop...

Characteristic Equation

The characteristic equation tells us about what will be the next state of flip flop in terms of present state. In order to get the characteristic equation, K-Map is constructed which will be shown as below:...

Applications of SR Flip Flop

There are numerous applications of SR Flip Flop in Digital System, which are listed below:...

Conclusion

In this article we start from the basics of flip flops, that what actually are flip flops and then we discussed about the SR Flip Flops, the two ways in which we can construct SR Flip Flops, it’s Basic Block Diagram, Working of SR Flip Flop, it’s Truth table, Characteristic table, Characteristic equation as well as  Excitation table and in the end we discussed the Applications of SR Flip Flops....

SR Flip Flop – FAQs

What are some common design considerations when working with SR Flip Flops?...