Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
21 views6 pages

DLD Lab 02

The document outlines a laboratory exercise focused on the implementation and understanding of various logic gates using Circuit Maker software. It includes objectives, tasks for drawing gate diagrams, writing Boolean expressions, creating truth tables, and verifying results through practical implementation. The gates covered are AND, NAND, OR, NOR, XOR, and XNOR, with specific IC types provided for each gate.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views6 pages

DLD Lab 02

The document outlines a laboratory exercise focused on the implementation and understanding of various logic gates using Circuit Maker software. It includes objectives, tasks for drawing gate diagrams, writing Boolean expressions, creating truth tables, and verifying results through practical implementation. The gates covered are AND, NAND, OR, NOR, XOR, and XNOR, with specific IC types provided for each gate.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

DLD LAB-02

Overview and implementation of Logic Gates on Circuit Maker


by using 2 inputs variables and truth tables, Boolean expressions
Name.
Reg. No.

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

d) 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 V1 OUTPUT
0V 0V

L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1
INPUTS (0,1)

A B
DISP1
V2 V1 OUTPUT
0V 5V

L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1

INPUTS (1,0)

A B
DISP1
V2 V1 OUTPUT
5V 0V

L3
4321

AND Gate
1
U1A
3
A.B
2

74LS08

L2 L1
INPUTS (1,1)

A B
DISP1
V2 V1 OUTPUT
5V 5V

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.

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.

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.

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.

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.

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

You might also like