0
912views
Convert D type flip flop into T type flip flop
1 Answer
0
15views

Step 1:The truth table as follows :

INPUT OUTPUT
T Present State Qn State Next State Qn+1
0 0 0 0
1 0 1 1
1 1 0 0
0 1 1 1

Step 2: K map and simplification and logic diagram: K map is shown in figure 4(a) and logic diagram is shown in figure 4(b).

enter image description here

enter image description here

Please log in to add an answer.