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

Simplification of Logic Circuits: Eee 441 Logical Design Iilaboratory

This document provides an introduction to an experiment on logic simplification. The experiment objectives are to study and apply logic simplification rules and De Morgan's Theorem. It also examines designing the EX-OR function. Preliminary work includes truth tables to define logic functions and simplify Boolean expressions. Examples are provided of simplifying logic circuits using De Morgan's Theorem and designing an EX-OR function.

Uploaded by

Fatih Tokgöz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Simplification of Logic Circuits: Eee 441 Logical Design Iilaboratory

This document provides an introduction to an experiment on logic simplification. The experiment objectives are to study and apply logic simplification rules and De Morgan's Theorem. It also examines designing the EX-OR function. Preliminary work includes truth tables to define logic functions and simplify Boolean expressions. Examples are provided of simplifying logic circuits using De Morgan's Theorem and designing an EX-OR function.

Uploaded by

Fatih Tokgöz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

EEE 441 LOGICAL DESIGN IILABORATORY

EXPERIMENT#2

SIMPLIFICATION OF LOGIC CIRCUITS


PRELIMINARY WORK

Mehmet BAYRAM
9610433

I. OBJECT
In this experiment you will study and apply logic simplification rules and De
Morgans Theorem. You will also examine and design the EX-OR function.

II. PRELIMINARY WORK


1.

a)
X

X+Y

X.Y

X+Y

X.Y

0
0
1
1

0
1
0
1

0
1
1
1

0
0
0
1

1
0
0
0

1
1
1
0

2.
A

V
Y

B
W

U = ( AB ) = A + B

X = ( AB ) = AB

V = A
W = B
Y = ( A + B ) = AB
2

3.

A B = AB + AB
A B = ( A + B )( A + B )
A B = ( AB ) ( AB )
A

4.
a)

b)

X = ABC + ABC + ABD


A

0
0
0
0
0
0
0
0
1
1
1
1
1
1
1
1

0
0
0
0
1
1
1
1
0
0
0
0
1
1
1
1

0
0
1
1
0
0
1
1
0
0
1
1
0
0
1
1

0
1
0
1
0
1
0
1
0
1
0
1
0
1
0
1

1
1
0
1
0
0
0
0
1
1
0
0
0
0
0
0

X = ABC + ABC + ABD


X = ( A + A ) BC + ABD
X = BC + ABD
3

You might also like