You are on page 1of 30

LOGIC GATES

Flip Flop
Flip Flop
  is a type of circuit with two states (i.e., on or
off, 1 or 0). These circuits are often used to
store state information. By sending a signal
to the flip-flop, the state can be changed.
Flip-flops are used in many electronic
devices, including computers and
communications equipment.
4 types of Flip Flop
1. SR flip flop
2. D flip flop
3. JK flip flop
4. T flip flop
SR Flip Flop

The SET-RESET flip flop is designed


with the help of two NOR gates and
also two NAND gates. These flip flops
are also called S-R Latch.
`
SR Flip Flop Table
D flip-flop
D flip-flop or Data flip flop is a type of flip
Flop that has only one data input that is ‘D’
and one clock pulse input with two outputs Q
and Q bar. This Flip Flop is also called a
delay flip flop because when the input data
is provided into the d flip-flop, the output
follows the input data delay by one clock
pulse.
D Flip Flop Table
JK Flip Flop
The J-K flip-flop is the most widely used
flip-flop because of its versatility. When
properly used it may perform the
function of an R-S, T, or D flip-flop. 
JK Flip Flop
T flip-flop
A T flip flop is constructed by connecting J and K
inputs, creating a single input called T. Hence why
a T flip flop is also known as a single input JK flip
flop. The defining characteristic of T flip flop is that
it can change its output state. You can change the
output signal from one state (on or off) to another
state (off or on). T flip flop is also called Toggle flip
flop.

You might also like