In this video, the presenter is going to teach you the basics of T Flip Flop i.e. Toggle Flip Flop.
A T flip flop is like JK flip-flop. These are basically a single input version of JK flip flop. This modified form of JK flip-flop is obtained by connecting both inputs J and K together. This flip-flop has only one input along with the clock input.
These flip-flops are called T flip-flops because of their ability to complement its state (i.e.) Toggle, hence the name Toggle flip-flop.
T | Q | Q (t+1) |
0 | 0 | 0 |
1 | 0 | 1 |
0 | 1 | 1 |
1 | 1 | 0 |
Video Courtesy: Tutorials Point (India) Ltd.
Bonus Tip: We have a detailed article on Flip Flop in Electronics.