Implementation of Basic Logic Gate (AND, OR, NOT) With Simulator.
Implementation of Basic Logic Gate (AND, OR, NOT) With Simulator.
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
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.
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.