0% found this document useful (0 votes)
2K views29 pages

ECE 279 Exp. 1 To Exp 10

This document contains summaries of 10 experiments on digital electronics and sequential logic: 1. Analyzing and implementing Boolean expressions using logic gates like AND, OR, NOT, etc. 2. Designing full adders and full subtractors using XOR gates and basic logic gates. 3. Implementing Boolean functions using multiplexers and decoders. 4. Understanding flip-flops by implementing them using logic gates. 5. Visualizing the output of a decade counter on a 7-segment display.

Uploaded by

Shruti Kumari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views29 pages

ECE 279 Exp. 1 To Exp 10

This document contains summaries of 10 experiments on digital electronics and sequential logic: 1. Analyzing and implementing Boolean expressions using logic gates like AND, OR, NOT, etc. 2. Designing full adders and full subtractors using XOR gates and basic logic gates. 3. Implementing Boolean functions using multiplexers and decoders. 4. Understanding flip-flops by implementing them using logic gates. 5. Visualizing the output of a decade counter on a 7-segment display.

Uploaded by

Shruti Kumari
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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