Flip-Flop

SR FLIP-FLOP

The SR Flip-Flop is bistable device having 2 inputs Set and Reset. The Set input (S) sets the device or produces the output 1, and the Reset input (R) resets the device or produces the output 0. 

The Reset input is used to get back the flip flop to its original state from the current state with an output Q. This output depends on the set and reset conditions, which is either at the logic level 0 or 1. 

The NAND Gate SR FLIP-FLOP

We can implement the SR Flip-Flop by using two cross-coupled 2-input NAND gates together. In the SR Flip-Flop, from each output to one of the NAND gate inputs, feedback is connected. So, the device has two inputs, S and R and two outputs Q and Q'.




The NAND Gate SR Flip-Flop is a basic Flip-Flop which provides feedback from both of its output back to its opposing inputs. This circuit is used to store single data bit in the memory circuit.So, the SR Flip-Flop. So, the SR Flip-Flop has three inputs, S , R and the output Q. The output Q is related to the current history or state.

Comments

Popular posts from this blog

THREE LEVELS OF DATA INDEPENDENCE

Python-HackerRank Problem List Comprehensions

Python Problem Solving - Lonely Integer