T Flip-Flop Circuit using 74HC74 – Truth Table and Working

24,328 views

A flip-flop is an electronic circuit with two stable states that can store binary data. You can change the stored data by applying a variety of inputs.

A T flip flop is just like JK flip-flop. These are a single input version of JK flip flop. You can get the changed form of JK flip flop by connecting both inputs J and K. This flip-flop has only one input along with the clock input.

t flip flop

We call these flip-flops as T flip-flops because of their ability to complement its state (i.e.) Toggle, hence the name Toggle flip-flop.

Truth Table of T Flip Flop

T Q Q (t+1)
0 0 0
1 0 1
0 1 1
1 1 0

Hardware Components

S.noComponentValueQty
1.(Dual D flip-flop)74HC741
2.5v Voltage RegulatorLM78051
3.Tactile Switch 4
4.Battery9V1
5.LED (Green, Red)5mm2
6.Resistors1k,220k4,2

T Flip-flop Circuit Diagram

t flip flop circuit using 74hc74 ic

The IC power source VDD ranges from 0 + 7V and data provided in the datasheet. The following snapshot shows it. Also, we have used LED on the output; it has limited the source to 5V to control the supply voltage and DC output voltage. We have used the LM7805 regulator to limit the LED voltage.

Applications of Flip-Flops

These are different flip-flops used in digital electronic circuits. Below are the applications of Flip-flops:

  • Counters
  • Frequency dividers
  • Shift registers
  • Storage registers