IC and Flip Flops
IC and Flip Flops
Integrated circuits
Integrated circuits are a combination of diodes, microprocessors, and transistors in a minimized
form on a wafer made of silicon. Each of these components has a specific function. These can
perform calculations and multiple tasks when combined with each other. Integrated circuit array
formed by the fabrication of various electrical and electronic components (resistors, capacitors,
transistors, and so on) on a semiconductor material (silicon) wafer, which can perform operations
similar to the large discrete.
Each of these components has a specific function. These can perform calculations and multiple
tasks when combined with each other.
RS Flip Flop
A Flip Flop is a bi-stable device. There are three classes of flip flops they are known as Latches,
pulse-triggered flip-flop, Edge- triggered flip flop. In this set word means that the output of the
circuit is equal to 1 and the word reset means that the output is 0.
There are two types of flip flop one is RS Flip Flop and JK Flip Flop. In this article, RS Flip Flop
is explained in detail.
Contents:
• The NAND Gate RS Flip – Flop
• The Set State
• The Reset State
• The NOR Gate RS Flip Flop
The RS Flip Flop is considered as one of the most basic sequential logic circuits. The Flip Flop is
a one-bit memory bi-stable device.
It has two inputs, one is called “SET” which will set the device (output = 1) and is labelled S and
another is known as “RESET” which will reset the device (output = 0) labelled as R. The RS stands
for SET/RESET.
The flip-flop is reset back to its original state with the help of RESET input and the output is Q
that will be either at logic level “1” or logic”0”. It depends upon the set/reset condition of the flip-
flop. Flip flop word means that it can be “FLIPPED” into one logic state or “FLOPPED” back into
another.
The basic NAND gate RS Flip Flop circuit is used to store the data and thus provides feedback
from both of its outputs again back to its inputs. The RS Flip Flop actually has three inputs, SET,
RESET and its current output Q relating to its current state.
The symbol of the RS Flip-Flop is shown below:
From the truth table, it is clear that when both the inputs S = 1 and R =1 the outputs Q, and Ǭ can
be at either logic level ‘1’ or “0” depending upon the state of the inputs.
When the input state R = 0 and S = 0 is an invalid condition and must be avoided because this will
give both outputs Q and Ǭ at logic level “1” at the same time and the necessary condition is that
Q to be the inverse of Ǭ.
The flip-flop goes to an unstable state as both the output goes LOW. This unstable condition arises
when the LOW input is switched to HIGH. The flip-flop switches to one state or the other and any
one output of the flip-flop switches faster than the other. This unstable condition is known as Meta-
stable state.
The bistable RS flip flop is activated or set at logic “1” applied to its S input and deactivated or
reset by a logic “1” applied to R. The RS flip-flop is said to be in an invalid condition if both the
set and reset inputs are activated simultaneously.
The NOR Gate RS Flip Flop
The circuit diagram of the NOR gate flip-flop is shown in the figure below: