0% found this document useful (0 votes)
242 views14 pages

Lab 2 DLD

This document describes a student's implementation of logic gates in Circuit Maker. The student analyzes AND, NAND, OR, NOR, XOR, and XNOR gates by drawing their symbols, specifying the integrated circuit numbers, creating truth tables, and simulating each gate in Circuit Maker to verify the truth tables. The objectives are to understand how gates work and validate the implementations in Circuit Maker.

Uploaded by

thomas edison
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
242 views14 pages

Lab 2 DLD

This document describes a student's implementation of logic gates in Circuit Maker. The student analyzes AND, NAND, OR, NOR, XOR, and XNOR gates by drawing their symbols, specifying the integrated circuit numbers, creating truth tables, and simulating each gate in Circuit Maker to verify the truth tables. The objectives are to understand how gates work and validate the implementations in Circuit Maker.

Uploaded by

thomas edison
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 14

DLD LAB-02

Overview and implementation of Logic Gates on Circuit Maker


by using 2 inputs variables and truth tables, Boolean expressions
Name. Hafiza Fatima MUshtaq
Reg. No. L1F22BSCS0272

Software:
Circuit Maker, Waveforms

Components:
IC Type 7408 QUAD two input AND gate
IC Type 7400 QUAD two input NAND gate

IC Type 7432 Two input OR gate


IC Type 7402 QUAD two input NOR gate

IC Type 7486 QUAD two input XOR gate


IC Type 74266 QUAD two input XNOR gate

Description:

The Digital Systems should be able to perform operations on the binary number. The simplest
operations that come to mind are the arithmetic operations like add and subtract. As the logic
gates operate on binary values therefore these function tables describe the relationship
between the input and output in terms of binary values.

Objectives:

 To understand working of gates

 To Validate the above implementation using Circuit Maker


Task#1.

a) Draw the symbol Diagram of AND Gate and


write down it’s Boolean Expression

Symbol of AND Gate with Boolean Expression:

b) Write down the required IC number and draw


its pin configuration (Draw by HAND)

Pin Diagram of AND Gate: Logic Diagram of AND Gate


C) Make Truth table of AND Gate.

Ref# INPUTS OUTPUTS


A B A.B
0 0 0 0
1 0 1 0
2 1 0 0
3 1 1 1

c) Implement the AND Gate on circuit maker


and paste all combinations below to verify
your results with truth table.

INPUTS (0,0)

A B
DISP1
V2
0V
V1
0V
OUTPUT
L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1
INPUTS (0,1)

A B
DISP1
V2
0V
V1
5V
OUTPUT
L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1

INPUTS (1,0)

A B
DISP1
V2
5V
V1
0V
OUTPUT
L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1
INPUTS (1,1)

A B
DISP1
V2
5V
V1
5V
OUTPUT
L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1

NOTE: ALL task will be performed by the students in the same way like task 1.

Task#2.

a) Draw the symbol Diagram of NAND Gate and write down it’s Boolean Expression.

b) Write down the required IC number and draw its pin configuration (Draw by HAND)
c) Make Truth table of NAND Gate.

Ref# INPUTS OUTPUTS


A B (A.B)’
0 0 0 1
1 0 1 1
2 1 0 1
3 1 1 0

d) Implement the NAND Gate on circuit maker and paste all combinations below to verify
your results with truth table
Task#3.

a) Draw the symbol Diagram of OR Gate and write down it’s Boolean Expression.

b) Write down the required IC number and draw its pin configuration (Draw by HAND)
c) Make Truth table of OR Gate

Ref# INPUTS OUTPUTS


A B A+B
0 0 0 0
1 0 1 1
2 1 0 1
3 1 1 1

d) Implement the OR Gate on circuit maker and paste all combinations below to verify your
results with truth table.

Task#4.

a) Draw the symbol Diagram of NOR Gate and write down it’s Boolean Expression.
b) Write down the required IC number and draw its pin configuration (Draw by HAND)

c) Make Truth table of NOR Gate.

Ref# INPUTS OUTPUTS


A B (A+B)’
0 0 0 1
1 0 1 0
2 1 0 0
3 1 1 0

d) Implement the NOR Gate on circuit maker and paste all combinations below to verify
your results with truth table.
Task#5.

a) Draw the symbol Diagram of XOR Gate and write down it’s Boolean Expression.

b) Write down the required IC number and draw its pin configuration (Draw by HAND)

c) Make Truth table of XOR Gate.

Ref# INPUTS OUTPUTS


A B AB’+A’B
0 0 0 0
1 0 1 1
2 1 0 1
3 1 1 0
d) Implement the XOR Gate on circuit maker and paste all combinations below to verify
your results with truth table.
Task#6.

a) Draw the symbol Diagram of XNOR Gate and write down it’s Boolean Expression.

b) Write down the required IC number and draw its pin configuration (Draw by HAND)

c) Make Truth table of XNOR Gate.

Ref# INPUTS OUTPUTS


A B AB+A’B’
0 0 0 1
1 0 1 0
2 1 0 0
3 1 1 1

d) Implement the XNOR Gate on circuit maker and paste all combinations below to verify
your results with truth table.

You might also like