0% found this document useful (0 votes)
27 views

Lab 03

This document discusses implementing logic gates using Circuit Maker 2000 software. It lists the integrated circuits needed to build 2, 3, and 4 input AND, NAND, OR, NOR, XOR, and XNOR gates. The objectives are to understand how the gates work and validate the implementations using truth tables. Truth tables are provided for the various logic gates. The tasks involve implementing the gates in Circuit Maker and checking the outputs against the truth tables.

Uploaded by

Noman Mustafa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Lab 03

This document discusses implementing logic gates using Circuit Maker 2000 software. It lists the integrated circuits needed to build 2, 3, and 4 input AND, NAND, OR, NOR, XOR, and XNOR gates. The objectives are to understand how the gates work and validate the implementations using truth tables. Truth tables are provided for the various logic gates. The tasks involve implementing the gates in Circuit Maker and checking the outputs against the truth tables.

Uploaded by

Noman Mustafa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Lab 03

Logic gate implementation by using 2, 3, 4 inputs variables and


Topic
truth tables, Boolean expressions
 Circuit Maker 2000
Software
 logic.ly (Web Source)
 IC Type 7408 QUAD two input AND gate
 IC Type 7400 QUAD two input NAND gate
 IC Type 7432 Two input OR gate
Component  IC Type 7402 QUAD two input NOR gate
s  IC Type 7486 QUAD two input XOR gate
 IC Type 74266 QUAD two input XNOR gate
 IC Type 7407 HEX one input BUFFER gate
 IC Type 7404 HEX one input NOT gate
 To understand working of gates
Objective
 To Validate the above implementation using Circuit Maker
Reg. # L1F21BSCS0919

Name NOMAN MUSTAFA

Task 1:
a) Make Truth table for 2-input Gates (You may alter the table if required)

OUTPUTS

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

Ref# A B AND NAND OR NOR XOR XNOR

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

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

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.

You might also like