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

Implementation of Basic Logic Gate (AND, OR, NOT) With Simulator.

This document describes Mohayminul Al-Hamim's experiment on implementing basic logic gates in a simulator. The objectives are to study AND, OR, and NOT gates, implement them, and simulate their input-output behavior. The required materials are a computer, logic gate simulator, and basic gate knowledge. The theory section defines the gates and their truth tables. The procedure has the student set up the gates in the simulator and verify the truth tables by observing outputs for different inputs.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
591 views

Implementation of Basic Logic Gate (AND, OR, NOT) With Simulator.

This document describes Mohayminul Al-Hamim's experiment on implementing basic logic gates in a simulator. The objectives are to study AND, OR, and NOT gates, implement them, and simulate their input-output behavior. The required materials are a computer, logic gate simulator, and basic gate knowledge. The theory section defines the gates and their truth tables. The procedure has the student set up the gates in the simulator and verify the truth tables by observing outputs for different inputs.
Copyright
© © All Rights Reserved
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: 02

Experiment Name: Implementation of basic logic gate (AND, OR, NOT) with simulator.

Objective:
 To study and understand the 3 basic gates.
 Implement the basic gate
 Simulation of gate with input output

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

Theory:
AND gate: The AND gate is so named because, if 0 is called "false" and 1 is called "true," the
gate acts in the same way as the logical "and" operator. There can be one or more input and
single output, hear A and B is input and output is AB.

A B AB

0 0 0

0 1 0

1 0 0

1 1 1

Fig: Truth table of this gate.

OR gate: The OR gate gets its name from the fact that it behaves after the fashion of the logical
inclusive "or." The output is "true" if either or both of the inputs are "true." Hear or gate has one
or more then input and one output,

1
Name: Mohayminul Al-Hamim
ID: 153402032

A B AB
0 0 0
0 1 1
1 0 1
1 1 1
Fig: Truth table of this gate.

NOT gate: A logical inverter, sometimes called a NOT gate to differentiate it from other types
of electronic inverter devices, has only one input. It reverses the logic state. If the input is 1, then
the output is 0. If the input is 0, then the output is 1. For one input A Output A`

A A`
0 1
1 0
Fig: Truth table of this gate.

Circuit Diagram and Simulation:

Fig: AND, OR and NOT gate


2
Name: Mohayminul Al-Hamim
ID: 153402032

Procedure:
 Set up different types logic gates in simulator and verify the truth table.
 Observe the output corresponding to input combinations and enter it in truth table.

Discussion:
 We have to use logic gates in simulator correctly.
 Build the circuits right ways
 Make the truth table of circuits.

You might also like