Introduction To FLIP FLOPS
Introduction To FLIP FLOPS
• What is a bit?
• What are the two possible values of a bit?
• What are the basic types of Logic Gates?
• Identify what type of Logic Gates does the
following Boolean Expression indicates:
a. Z = (AB)’
b. Y = A+B
c. Z = A’
d. Y = AB
e. Z = (A+B)’
REVIEW: LOGIC GATES
AND GATE OR GATE NOT GATE
Y = AB Z = A+B Z = A or A’
A B Y A B Z A Z
0 0 0 0 0 0 0 1
0 1 0 0 1 1 1 0
1 0 0 1 0 1
1 1 1 1 1 1
A B Z
0 0 1
0 1 1 Z = AB
1 0 1
1 1 0
A B Z
0 0 1
0 1 0 Z = A+B
1 0 0
1 1 0
a. SR - Flip Flop
b. JK - Flip Flop
c. T - Flip Flop
d. D - Flip Flop
R = Reset
S = Set
Q = Output of the Flip Flop
Q = Complement of Q
A B Z
0 0 1
0 1 1
1 0 1
Advance Logic Circuits: Introduction to Flip Flops 1 1 0
SR – FLIP FLOP : USING NOR GATES
S R Q Q
1 0 1 0
0 1 0 1
1 1 Q Q
0 0 Invalid
S R Q Q
1 0 1 0
0 1 0 1
1 1 Invalid
0 0 Q Q