Chap 2 Logicgates and Logic Families
Chap 2 Logicgates and Logic Families
FAMILIES
Equivalent circuit
NAND gate continued
Equivalent circuit
NOR gate continued
Switch representation of NOR function
Derived gates
Exclusive OR (EX-OR)gate
Exclusive NOR(EX-NOR) gate
EX-OR gate using basic gates
EX-NOR gate using basic gates
3 input AND & NAND Gate
O/P OF O/P OF
I/P 3 I/P 3 I/P
A AND NAND
B Y
C A B C Y Y
Y = A.B.C 0 0 0 0 1
0 0 1 0 1
0 1 0 0 1
A 0 1 1 0 1
B Y
C 1 0 0 0 1
Y = A.B.C 1 0 1 0 1
1 1 0 0 1
1 1 1 1 0
3 input OR & NOR Gate
O/P OF O/P OF
I/P 3 I/P 3 I/P
OR NOR
A B C Y Y
0 0 0 0 1
0 0 1 1 0
0 1 0 1 0
0 1 1 1 0
1 0 0 1 0
1 0 1 1 0
1 1 0 1 0
1 1 1 1 0
3 input EX-OR & EX-NOR Gate
O/P OF 3 O/P OF 3
I/P I/P I/P
EX-OR EX-NOR
A B C Y Y
0 0 0 0 1
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 0
Boolean Algebra
Associative Law: (A . B) . C = A . (B . C)
(A +B) + C = A + (B + C)
OR Law: A+0=A
A+1=1
A+A=A
A+A=1
logic families
bipolar unipolar
• This is specified in mW
Speed power product/Figure of merit
• For digital IC, figure of merit is defined as the
product of speed and power.
Disadvantage
• T4 turns off slowly than T3 turns on, therefore for short
duration both transistors will be simultaneously on. It will
draw large current from supply
TTL NAND gate with open
collector output
• In open collector TTL NAND gate resistor
R3, transistor T3/Q3 of totem pole output
are removed.
• Collector of transistor Q4 can be connected
externally to Vcc through pull up resistance
• With any of the input at logic low, the
corresponding emitter-base junction is
forward biased, therefore the transistors Q2
and Q4 do not conduct. Thus the output is
either floating or Vcc, i.e. High level.
• When all inputs are high, all base-emitter
junctions of Q1 are reverse biased, and
transistor Q2 and Q4 go into saturation
mode. The output is at logic low.
TTL NAND gate with open
collector output continued
Advantage
• Wired connection of logic gates is possible
Disadvantages
• Value of pull up resistor is high, which reduces switching
speed of Q4. therefore speed of operation is low
• Power dissipation increases when Q4 is on