Lab 03
Lab 03
Task 1:
a) Make Truth table for 2-input Gates (You may alter the table if required)
OUTPUTS
0 0 0 0 1 0 1 0 1
1 0 1 0 1 1 0 1 0
2 1 0 0 1 1 0 1 0
3 1 1 1 0 1 0 0 1
b) Make Truth table for 3-input Gates (You may alter the table if required)
OUTPUTS
A+ B+C A⊕
INPUTS A.B.C A . B . C A+B+C A ⊕ B ⊕C
+ B ⊕C
0 0 0 0 0 1 0 1 0 1
1 0 0 1 0 1 1 0 1 0
2 0 1 0 0 1 1 0 1 0
3 0 1 1 0 1 1 0 0 1
4 1 0 0 0 1 1 0 1 0
5 1 0 1 0 1 1 0 0 1
6 1 1 0 0 1 1 0 0 1
7 1 1 1 1 0 1 0 1 0
c) Make Truth table for 4-input Gates (You may alter the table if required)
OUTPUTS
A+
A⊕
A.B.C. B+
INPUTS A.B.C. D A+ B+C+ B⊕C
D A ⊕B ⊕C ⊕ D
D C+
⊕D
D
Ref# A B C D AND NAND OR NOR XOR XNOR
0 0 0 0 0 0 1 0 1 0 1
1 0 0 0 1 0 1 1 0 1 0
2 0 0 1 0 0 1 1 0 1 0
3 0 0 1 1 0 1 1 0 0 1
4 0 1 0 0 0 1 1 0 1 0
5 0 1 0 1 0 1 1 0 0 1
6 0 1 1 0 0 1 1 0 0 1
7 0 1 1 1 0 1 1 0 1 0
8 1 0 0 0 0 1 1 0 1 0
9 1 0 0 1 0 1 1 0 0 1
10 1 0 1 0 0 1 1 0 0 1
11 1 0 1 1 0 1 1 0 1 0
12 1 1 0 0 0 1 1 0 0 1
13 1 1 0 1 0 1 1 0 1 0
14 1 1 1 0 0 1 1 0 1 0
15 1 1 1 1 1 0 1 0 0 1
Task 2:
a) Implement the 3-input AND Gate on circuit maker and paste all combinations below to
verify your results with truth table.
b) Implement the 3-input NAND Gate on circuit maker and paste all combinations below to
verify your results with truth table.
Task 3:
a) Implement the 3-input OR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
b) Implement the 3-input NOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
Task 4:
a) Implement the 3-input XOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
b) Implement the 3-input XNOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
Task 5:
a) Write Implement the 4-input XOR Gate on circuit maker and paste all combinations
below to verify your results with truth table.
b) Implement the 4-input XNOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.