CALD Lab Assignment # 2
CALD Lab Assignment # 2
Lab: 2
Date: 24-09-2024
Comments:
Signature
Muhammad Jibran CALD Engr. Aamir
01-131232-062 Lab # 02 Dept of SE, BUIC
Introduction
To study and verify the Truth Tables of AND, OR, NOT, NAND, NOR, XOR, XNOR logic gates for
positive logic.
Tools Used
Digital Logic Electrical Trainer
Lab Task:
Screenshot
Truth Tables:
OR Gate:
X Y X+Y
0 0 0
0 1 1
1 0 1
1 1 1
2
Muhammad Jibran CALD Engr. Aamir
01-131232-062 Lab # 02 Dept of SE, BUIC
NAND Gate:
X Y ~ (X . Y)
0 0 1
0 1 0
1 0 0
1 1 0
NOT Gate:
X ~X
0 1
1 0
XOR Gate:
X Y X⊕Y
0 0 0
0 1 1
1 0 1
1 1 0
Conclusion
From this lab, we learnt more logic gate ICs and how they do in certain conditions.