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

Implementation of de Morgan's Law With Two Input.

This document is an experiment report on implementing De Morgan's law with two inputs. The objectives are to study and understand De Morgan's law, analyze truth tables of logic gates, and prove De Morgan's law. De Morgan's law states that the complement of a logical AND is the logical OR of the complements, and vice versa. The experiment involves constructing truth tables, simulating logic gate circuits, and verifying that the output matches the truth tables. The goal is to validate De Morgan's law through simulation and analysis of logic gates and their truth tables.
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)
894 views

Implementation of de Morgan's Law With Two Input.

This document is an experiment report on implementing De Morgan's law with two inputs. The objectives are to study and understand De Morgan's law, analyze truth tables of logic gates, and prove De Morgan's law. De Morgan's law states that the complement of a logical AND is the logical OR of the complements, and vice versa. The experiment involves constructing truth tables, simulating logic gate circuits, and verifying that the output matches the truth tables. The goal is to validate De Morgan's law through simulation and analysis of logic gates and their truth tables.
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/ 3

Name: Mohayminul Al-Hamim

ID: 153402032

Experiment No: 04

Experiment Name: Implementation of De Morgan’s Law with two input.

Objective:

 To study and understand the De Morgan’s law.


 To study the truth tables of various basic logic gates
 To Proof of De Morgan’s Law.
 The study the specifications of every gate when connected
it with one input constant and the other is variable.

Theory: De Morgan proposed two theorems that are used frequently in Boolean algebra.

The first theorem states: The complement of two variables AND is equivalent to the OR of the
complements of the individual variables. This theorem can be expressed using the following
formula:

(A+B)` = A`B`

The second theorem states: The complement of two variables OR is equivalent to the AND of
the complements of the individual variables. This theorem can be expressed using the following
formula:

(A.B)` = A`+B`

Required Apparatus:
 Windows computer
 Logic Gate Simulator
 Experience on use of Basic logic gates

Truth Tables:

1
Name: Mohayminul Al-Hamim
ID: 153402032

Input First Law Second Law


Outputs Outputs
A B A` B` A+B (A+B)` A`.B` A.B (A.B)` A`+B`

0 0 1 1 0 1 1 0 1 1

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

Fig: first law and Second law table

Circuit Simulation:

Fig: Circuit simulation of De Morgan’s law

2
Name: Mohayminul Al-Hamim
ID: 153402032

Procedure:

 First proof this law by truth table.


 Construct the truth table for each gate.
 Than construct the circuit diagrams by logic gate simulator.
 And set input according to truth table and see if the
 outputs match with the truth table

Discussion:

 Connect logic gates in simulator correctly.


 Make the circuits right ways.
 Compere with the truth table of circuits correctly.

You might also like