Experiment 1 - CSC 204L
Experiment 1 - CSC 204L
OBJECTIVE:
• To study the basic logic gates: AND, OR, NOT, NOR, NAND, XOR
• To study the representation of these functions by truth tables, logic diagrams
and Boolean algebra.
• To observe the pulse response of logic gates.
APPARATUS:
• IC Type 7408 Quadruple 2-input AND gate
• IC Type 7432 Quadruple 2-input OR gate
• IC Type 7404 Hex Inverters/ NOT gate
• IC Type 7400 Quadruple 2-input NAND gate
• IC Type 7402 Quadruple 2-input NOR gate
• IC Type 7486 Quadruple 2-input XOR gate
• Digital Electronic Trainer Kit
• Power Supply Unit
THEORY:
• AND A multi-input circuit in which the output is 1 only if all inputs are 1.
• OR A multi-input circuit in which the output is 1 when any input is 1.
• NOT The output is 0 when the input is 1, and the output is 1 when the input is 0
• NAND AND followed by INVERT
• NOR OR followed by INVERT
• XOR the output of the Exclusive –OR gate, is 0 when it’s two inputs are the same
and its output is 1 when its two inputs are different.
AND Operation:
Symbol Truth table
A B Q=A.B
0 0 0
0 1 0
1 0 0
1 1 1
OR Operation:
Symbol Truth table
A B Q=A+B
0 0 0
0 1 1
1 0 1
1 1 1
NOT Operation:
Symbol Truth table
A Q=Ā
0 1
1 0
** Presence of a small circle at the output side of any gate always denotes inversion
NOR Operation:
Symbol Truth table
A B ̅̅̅̅̅̅̅̅
Q=𝐀 +𝐁
0 0 1
0 1 0
1 0 0
1 1 0
NAND Operation:
Symbol Truth table
A B ̅̅̅̅
Q=𝐀𝐁
0 0 1
0 1 1
1 0 1
1 1 0
XOR Operation:
Symbol Truth table
A B ̅ 𝑩 + 𝑨𝐁
Q=𝑨 ⊕ 𝑩 =𝑨 ̅
0 0 0
0 1 1
1 0 1
1 1 0
Pin diagram:
2. IC 7432 OR gate
PIN diagram PIN description
PIN no. Function PIN no. Function
7 Ground 14 +Vcc
1,2 Input 3 Output
4,5 Input 6 Output
13,12 Input 11 Output
10,9 Input 8 Output