Experiment 1.3 Bablu KUMAR (DIGITAL)
Experiment 1.3 Bablu KUMAR (DIGITAL)
3
STUDENT’S NAME- BABLU KUMAR STUDENT’S UID- 21BCS11536 CLASS
AND GROUP- CSE AND 515 B SEMESTER- 1ST
Aim
(a) Design a two-way switch for room light (XOR).
(b) Design a multiplayer game trigger mechanism (NOR).
Apparatus
7400 (NAND) IC, 7402 (NOR) IC, 7486 (XOR) IC, 5V Power Supply,
Breadboard, Connecting wires, Simulation software, Windows 10 PC
Design (a) Two-way switch for room light using XOR gate
The Exclusive-OR logic function is a very useful circuit that can be used
in many different types of computational circuits. There are two other
types of digital logic gates which although they are not a basic gate in
their own right as they are constructed by combining together other
logic gates, their output Boolean function is important enough to be
considered as complete logic gates. These two “hybrid” logic gates are
called the Exclusive-OR (Ex-OR) Gate and its complement the
ExclusiveNOR (Ex-NOR) Gate. The output of an Exclusive-OR gate ONLY
goes “HIGH” when its two input terminals are at “DIFFERENT” logic
levels with respect to each other. An odd number of logic “1’s” on its
inputs gives a logic “1” at the output. These two inputs can be at logic
level “1” or at logic level “0” giving us the Boolean expression of:
Q= A’B + AB”
The Exclusive-OR Gate function, or Ex-OR for short, is achieved by
combining standard logic gates together to form more complex gate
functions that are used extensively in building arithmetic logic circuits,
computational logic comparators, and error detection circuits. The
Exclusive-OR Gate is widely available as a standard quad two-input
74LS86 TTL gate or the 4030B CMOS package.
Result
The practical applications of logic gates (NAND, NOR & XOR) were
studied and implemented.