Introduction to Flip Flops: D and T - UMD Department of Computer Science
Basically, a JK flip flop is a combination of a D and T flip flop (or more accurately, a D and T flip flop are a simplification of a JK flip flop). A JK flip flop has two control inputs, J and K. When JK = 00, the flip flop holds. When JK = 01, the flip f...