ECE 279 (Exp. 1 To Exp 10)

Download as pdf or txt
Download as pdf or txt
You are on page 1of 29

DIGITAL ELECTRONICS

LABORATORY
ECE-279
EXPERIMENT :- 6
To analyse and implement Boolean expression using basic logic
(AND, OR, NOT, NAND, NOR, XOR, XNOR
Implement boolean equation
AB+A’C+BC= AB+ A’C
Truth Table
A B C A’ AB A’C BC Y’=AB+ Y=AB+A’C
A’C +BC

0 0 0 1 0 0 0 0 0

0 0 1 1 0 1 0 1 1

0 1 0 1 0 0 0 0 0

0 1 1 1 0 1 1 1 1

1 0 0 0 0 0 0 0 0

1 0 1 0 0 0 0 0 0

1 1 0 0 1 0 0 1 1

1 1 1 0 1 0 1 1 1
Implement boolean equation
AB+A’C+BC= AB+ A’C
EXPERIMENT :- 7

To design a circuit for full Adder and full Subtractor using XOR and
basic gates

1). Full Adder using two half adders 2). Full Subtractor using two half
subtractor
Full Adder
Full Subtractor
Full Adder truth table Full Subtractor truth table

A B C Sum Carry A B C Diff. Borrow

0 0 0 0 0 0 0 0 0 0

0 0 1 1 0 0 0 1 1 1

0 1 0 1 0 0 1 0 1 1

0 1 1 0 1 0 1 1 0 1

1 0 0 1 0 1 0 0 1 0

1 0 1 0 1 1 0 1 0 0

1 1 0 0 1 1 1 0 0 0

1 1 1 1 1 1 1 1 1 1
EXPERIMENT :- 8
1. Aim: To design a circuit to implement Boolean functions using Multiplexers.
2. Aim: To design a circuit to implement Boolean functions using Decoders.

MULTIPLEXER IC
3:8 DECODER IC
ABC O/P

000 1

001 1

010 0

011 0

100 1

101 0

110 1

111 0
ABC Y0 Y1 Y2 Y3 Y4 Y5 Y6 Y7

000 0 0 0 0 0 0 0 0

001 0 1 0 0 0 0 0 0

010 0 0 1 0 0 0 0 0

011 0 0 0 0 0 0 0 0

100 0 0 0 0 0 0 0 0

101 0 0 0 0 0 1 0 0

110 0 0 0 0 0 0 1 0

111 0 0 0 0 0 0 0 0
Experiment-9
Understanding the sequential logic by implementing the flip flop with the help of logic gates
Pin Diagram
7410
Virtual bread board diagram
Experiment 10
To visualize the output of decade counter on seven segment display
Pin Configuration
Pin Configuration

You might also like