You are on page 1of 16

SUBJECT

DIGITAL LOGIC DESIGN - LAB


GRADED TASK 3

Submitted by:
ABDULLAH HABIB
(CLASS REPRESENTATIVE)
(L1F22BSCS0346)
Section: B8
submitted to:
NADEEM TARIQ
Task 1: PART( A)

a) Make Truth table for 3-input Gates (Insert more rows in the given table if needed)

OUTPUTS

INPUTS A.B.C A . B . C A+B+C A+ B+C A⊕B⊕C A ⊕B ⊕C

Ref
A B C AND NAND OR NOR XOR XNOR
#
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

b) Make Truth table for 4-input Gates (Insert more rows in the given table if needed)

OUTPUTS

INPUTS A.B.C.D A.B.C. D


A+B+C+D A+ B+C + D A⊕B⊕C⊕D A ⊕B ⊕C ⊕ 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 1: PART( 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:
 Implement the 3-input XOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
Implement the 3-input XNOR Gate on circuit maker and paste all combinations below to
verify your results with truth table
Task 5:

Write Implement the 4-input XOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.
Implement the 4-input XNOR Gate on circuit maker and paste all combinations below to
verify your results with truth table.

You might also like