The T flip-flop is a toggle flip-flop. T stands for toggle. The input T behaves like a control line that specifies a selective toggle. The T flip-flop complements its state when the input T is one. It retains its current state when the input T is zero.
T flip-flop can be obtained by connecting the inputs, J and K of JK flip-flop. There are two way ways by which T flip-flop can be formed.
1. The inputs, J and K of the JK flip-flop can be connected to provide the input, T. The T flip-flop complements its output when T =1 at the clock. The output does not change when T=0 at the clock.
2. The inputs, J and K of the JK flip-flop can be connected to high so that T becomes the clock
inptut.
Q(t) | T | Q(t+1) |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Figure: Characteristic table
T flip-flop is not available commercially.
What is hard computing? Hard computing is a traditional computing. It requires a precisely stated…
Soft computing is a problem solving technology. It tends to fuse synergically different aspects of…
Cluster computing is an approach to achieve high performance, reliability or high throughput computing by…
Magnitude Comparator is a combinational circuit capable of comparing the relative magnitude of two binary…
Full subtractor is a combinational circuit capable of performing subtraction on two bits namely minuend…
Half-subtractor is a combinational circuit capable of subtracting a binary number from another binary number.…