Lab. Activity 5 Coincidence Gates
Lab. Activity 5 Coincidence Gates
Introduction:
The exclusive-OR, abbreviated as XOR, is like OR, but eliminates the combination of both
x and y being equal to 1; it holds only when x and y vary in value. It is sometimes called the binary
difference operator. Equivalence is a function that is 1 when two binary variables are equal (i.e., when
both are 0 or both are 1). The exclusive-OR and equivalence functions are the complements of one
another. The complement of XOR is called XNOR, thus the equivalence function is called exclusive-
NOR abbreviated as XNOR.
Source: Digital Design with an Introduction to the Verilog HDL, VHDL, and System Verilog (6 th Edition), by
Morris Mano
Learning Objective/s:
• Familiarize with the operation and the usage of Coincidence Gates – XOR and XNOR.
• Derive the truth table of each gate.
• Construct basic circuit using coincidence gates.
Equipment and Materials:
***For this specific activity, the Tinkercad and Multisim simulator will be utilized.
Switches
Digital Integrated Circuits:
1 – 7486 Quad 2 – input XOR gate
1 – 74LS266 2 – input XNOR gate, or equivalent
Summary of Theories:
1. XOR Gate – known as exclusive OR operator, a Boolean operator that results a high output
value only if one of its input is high value.
2. XNOR Gate – In contrast with XOR, an inclusive OR operator returns a value a high output if
either or both of its inputs are high.
Pin Configurations:
Figure 2: 7486 and 74LS266 Pin Configurations
Source: Digital Design with an Introduction to the Verilog HDL, VHDL, and System Verilog (6th Edition), by
Morris Mano
Procedures:
Inputs
Output (y)
Pin1 Pin2
0 0
0 1
1 0
1 1
XNOR Gate: USE MULTISIM Simulator
Inputs
Output (y)
Pin1 Pin2
0 0
0 1
1 0
1 1
Simulation Environment
5. Using basic gates (AND, OR, NOT), derive the logic diagram of:
a. XOR
b. XNOR
6. Based from the results of the experiment, what conclusion can you associate for:
Reflections: