EX-OR 1212 Phy Project
EX-OR 1212 Phy Project
INTRODUCTION:
An XOR gate (also known as an EOR, or EXOR gate) – pronounced as
Exclusive OR gate – is a digital logic gate that gives a true (i.e. a HIGH or 1)
output when the number of true inputs is odd. An XOR gate implements an
exclusive OR, i.e., a true output result occurs if one – and only one – of the gate’s
inputs is true. If both inputs are false (i.e. LOW or 0) or both inputs are true, the
output is false.XOR represents the inequality function, i.e. the output is true if the
inputs are not alike; otherwise, the output is false. A common way to remember
the XOR is “must have one or the other, but not both”.
AIM:
To design the circuit of EX-OR gate using Diode.
APPARATUS REQUIRED:
ELECTRIC WIRES:
FORMS
SOLID
2
2022-2023
STRANDED
Stranded wire might seem to reduce this effect, since the total surface area
of the strands is greater than the surface area of the equivalent solid wire, but
ordinary stranded wire does not reduce the skin effect because all the strands are
short-circuited together and behave as a single conductor. A stranded wire will
have higher resistance than a solid wire of the same diameter because the cross-
section of the stranded wire is not all copper; there are unavoidable gaps between
the strands (this is the circle packing problem for circles within a circle).
The more individual wire strands in a wire bundle, the more flexible, kink-
resistant, break-resistant, and stronger the wire becomes. However, more strands
increases manufacturing complexity and cost. For geometrical reasons, the
lowest number of strands usually seen is 7: one in the middle, with 6 surrounding
it in close contact. The next level up is 19, which is another layer of 12 strands on
top of the 7. After that the number varies, but 37 and 49 are common, then in the
70 to 100 range (the number is no longer exact). Larger numbers than that are
typically found only in very large cables. For application where the wire moves,
19 is the lowest that should be used (7 should only be used in applications where
the wire is placed and then does not move), and 49 is much better. For
applications with constant repeated movement, such as assembly robots
3
2022-2023
and headphone wires, 70 to 100 is mandatory[citation needed]. For applications
that need even more flexibility, even more strands are used (welding cables are
the usual example, but also any application that needs to move wire in tight
areas). One example is a 2/0 wire made from 5,292 strands of No. 36 gauge wire.
Prefused wire is stranded wire made up of strands that are heavily tinned,
then fused together. Prefused wire has many of the properties of solid wire,
except it is less likely to break.
BRAIDED
A braided wire consists of a number of small strands of wire braided
together. Braided wires do not break easily when flexed. Braided wires are often
suitable as an electromagnetic shield in noise-reduction cables.
CARBON RESISTORS:
Carbon resistors are one of the most common types of electronics used.
They are made from a solid cylindrical resistor element with embedded wire
4
2022-2023
leads or metal end caps. Carbon resistors come in different physical sizes with
power dissipation limits, commonly from 1 watt down to 1/8 watt.
The carbon resistor contains carbon coated onto a ceramic core. A spiral is
etched on the deposited carbon, which turns it into a wire wound on a ceramic
core.
For small resistances required for small currents, the metal caps act as heat
sinks to carry away heat dissipated by the resistor.
6
2022-2023
BLUE LED
In August 1989, Cree introduced the first commercially available blue LED
based on the indirect bandgap semiconductor, silicon carbide (SiC).SiC LEDs
had very low efficiency, no more than about 0.03%, but did emit in the blue
portion of the visible light spectrum.
DIODE:
Diodes are used to protect circuits by limiting the voltage and to also
transform AC into DC. Semiconductors like silicon and germanium are used to
make the most of the diodes. Even though they transmit current in a single
direction, the way with which they transmit differs. There are different kinds of
diodes and each type has its own applications.
DIODE CONSTRUCTION
Types of Diodes
Light Emitting Diode
Laser diode
Avalanche diode
Zener diode
Schottky diode
Photodiode
PN junction diode
When an electric current between the electrodes passes through this diode,
light is produced. In other words, light is generated when a sufficient amount of
forwarding current passes through it. In many diodes, this light generated is not
visible as there are frequency levels that do not allow visibility. LEDs are
available in different colours. There are tricolour LEDs that can emit three
colours at a time. Light colour depends on the energy gap of the semiconductor
used.
8
2022-2023
LASER DIODE
AVALANCHE DIODE
This diode belongs to a reverse bias type and operates using the avalanche
effect. When voltage drop is constant and is independent of current, the
breakdown of avalanche takes place. They exhibit high levels of sensitivity
and hence are used for photo detection.
ZENER DIODE
SCHOTTKY DIODE
It has a lower forward voltage than other silicon PN junction diodes. The
drop will be seen where there is low current and at that stage, voltage ranges
between 0.15 and 0.4 volts. These are constructed differently in order to obtain
that performance. Schottky diodes are highly used in rectifier applications.
PHOTODIODE
9
2022-2023
P-N JUNCTION DIODE
The P-N junction diode is also known as rectifier diodes. These diodes are
used for the rectification process and are made up of semiconductor material. The
P-N junction diode includes two layers of semiconductors. One layer of the
semiconductor material is doped with P-type material and the other layer with N-
type material. The combination of these both P and N-type layers form a junction
known as the P-N junction.Hence, the name P-N junction diode.
P-N junction diode allows the current to flow in the forward direction and
blocks the flow of current in the reverse direction.
BATTERY:
10
2022-2023
Batteries that must be thrown away after use are known as primary batteries.
Batteries that can be recharged are called secondary batteries.
BREADBOARD:
11
2022-2023
FEATURES
640 tie points for connections with 5 connected terminals in each row
200 connections with 5 connected terminals in four columns for power
connections
Good to prototype DIP IC's, Transistors, Diodes, LED's, Resistors, Capacitors
pots and most other electronic components
Adhesive sheet on the back side of the board to stick on your working table
SPECIFICATIONS
CIRCUIT DIAGRAM:
12
2022-2023
TRUTH TABLE:
INPUT OUTPUT
A B A .B
0 0 0
0 1 1
1 0 1
1 1 0
OBSERVATION:
CASE I:
When A=1 and B=0, The output =1.
13
2022-2023
CASE II:
When A=1 and B=1, The output =0.
CASE III:
When A=0 and B=1 ,The output=1.
14
2022-2023
CASE IV:
When A=0 and B=0,The output =0.
CONCLUSION:
The Exclusive-OR gate gives an output given by the expression “A or B not
Both”. It means that the output of the Exclusive-OR gate is low when both inputs
“A” and “B” are at the same logic level i.e. both “HIGH” or “LOW”. In the case
of, either “A” or “B” that is “01” or “10” the output of the Exclusive-OR gate
will be “HIGH”.
15
2022-2023
BIBILIOGRAPHY:
1.
EX-OR gate - Wikipedia
https://en.wikipedia.org › wiki › AND_gate
2.
Textbooks PDF (I-XII) - NCERT
https://ncert.nic.in › textbook
3.
logic gate (AND, OR, XOR, NOT, NAND, NOR and XNOR)
https://www.techtarget.com › whatis › definition › logic-g...
4.
Logic Gates - Tutorialspoint
https://www.tutorialspoint.com › logic_gates
16