To Set Up and Study Various Logic Gates Using Diode: Objectives
To Set Up and Study Various Logic Gates Using Diode: Objectives
Objectives:
Understand how to use the breadboard to patch up, test your logic design and debug it.
Wire and operate logic gates such as AND, OR, NOT, NAND, NOR, XOR.
Understand how to implement simple circuits based on a schematic diagram using logic gates
Abstract:
In this experiment, we study the behavior of different logic gates by using diode. We observe that AND
gate is a multiple circuit in which the output is 1 when only all inputs are 1. OR gate which the output is 1
when any of input is 1. Furthermore, NOT is inverter with respect to OR and AND gate. The output is 1
when input is 0. NOR followed OR gate as an inverter. We also plot truth table or each gate.
Introduction:
History:
The first logic gates were developed around 1837 and were of mechanical form. These gates went through
much development until Nikola tesla developed circuit-based logic in 1898. Furthermore, Boolean
algebra was introduced to circuit analysis during the mids-19th century.
Logic gates:
Electronic circuit are often referred to as switching circuits because they switched between the two
extremes of ON and OFF in their control device. Logic gates are the building blocks of digital circuit.
Combination of the logic gates from circuit are used to perform the specific function of the computer. For
example, logic gates are combined to form specific task like Multiplexer, Encoder and Decoder etc.
Logic gates are electronic circuit which perform logical function on one or more inputs to produce one
output. There are seven logic gates.
Truth table: when all the input combination of a logic gates is written in a series and their corresponding
outputs then this input/output combination is called truth table.
Property of logic gates: a logic gate is assigned as an elementary building block of digital circuits. It has
ability to produced one output level with combination of input levels. Input and output pf logic gates is
two level termed “high and low or true and false, or on and off, or simply 1 and 0”
X1 X2 Z
0 0 0
AND 0 1 0 Z = X1 • X2
1 0 0
1 1 1
X1 X2 Z
0 0 0
OR 0 1 1 Z = X1 + X2
1 0 1
1 1 1
X1 Z
NOT 0 1 Z = X1
1 0
X1 X2 Z
0 0 1
NAND 0 1 1 Z = X1 • X2
1 0 1
1 1 0
X1 X2 Z
0 0 1
Z = X1 +
NOR 0 1 0
X2
1 0 0
1 1 0
X1 X2 Z
0 0 0
EXCLUSIVE OR 0 1 1 Z = X1 Å X2
1 0 1
1 1 0
Materials:
LED, bread board, DC supply, 2 diodes/transistor, 3 resistor and connecting wires.
They are also used in push button switches. e.g., Door Bell.
Logical Operations are performed using Boolean Algebra which makes the circuit design more
economical and simpler.
Conclusion:
we study behavior of different logic gates and plot their truth table. We conclude that AND gate is a
multiple circuit in which the output is 1 when only all inputs are 1. OR gate which the output is 1 when
any of input is 1. Furthermore, NOT is inverter with respect to OR and AND gate. The output is 1 when
input is 0.
Videos references:
https://youtu.be/AT_GjUjNFpo
https://youtu.be/gowWRvzchV4
References:
“Experimental physics” by “M.H Mosaddeq”
https://circuitfever.com/logic-gates-using-diodes-and-transistor/
http://ecelabs.njit.edu/ece394/lab1.php
https://scalar.usc.edu/works/aqsamalik_210_sidibe/lab-
report#:~:text=Abstract%3A,the%20was%20provided%20to%20system.
https://electricalfundablog.com/logic-gates-types-working-principle/