Open In App

T Flip Flop

Flip-flop is a term that comes under digital electronics, and it is an electronic component that is used to store one single bit of information.

Diagrammatic Representation of Flip Flop

Basic diagram of Flip Flop

What is T Flip Flop?

Construction of T Flip Flop

We can construct T flip in three ways namely: 



Ways to Construct T Flip Flop

Let’s see the construction of T Flip Flop using SR Flip Flops, which require 2 AND gates and 2 NOR gates as shown below:

 

Basic Block Diagram of T Flip Flop
 

 

Here block diagram contains Toggle and clock inputs, Q and Q’ is the complemented inputs.



Working of T Flip Flop
 

Case 1: Let’s say, T = 0 and clock pulse is high i.e, 1, then output of both, AND gate 1, AND gate 2 will be 0, gate 3 output will be Q and similarly gate 4 output will be Q’ so both the values of Q and Q’ are same as their previous value, which means Hold state.
 

Case 2: Let’s say, T=1, then output of both AND gate 1 will be (T * clock * Q), and since T and clock both are 1, then the output of AND gate 1 will be Q, and similarly output of AND gate 2 will be (T * clock * Q’) i.e, Q’. Now, gate 3 output will be (Q’+Q)’ and let’s say Q’ is zero, then gate 3 output will be (0+Q)’ which means Q’ and similarly gate 4 output will be (Q+Q’)’ and since Q’ is zero, so gate 4 output will be Q’ which means 0 as Q’ is zero. Hence in this case we can say that the output toggles, because T=1.

 

Truth Table of T Flip Flop
 

Characteristic Equation

Excitation Table

Excitation Table basically tells about the excitation which is required by flip flop to go from current state to next state.
 

Applications of T Flip Flop

There are numerous applications of T Flip Flop in Digital System, which are listed below:

Conclusion

In this article we start from the basics of flip flops, that what actually are flip flops and then we discussed about the T Flip Flops, three two ways in which we can construct T Flip Flops, it’s Basic Block Diagram, Working of T Flip Flop, it’s Truth table, Characteristic equation as well as Excitation table and in the end we discussed the Applications of T Flip Flops.

Article Tags :