You are on page 1of 2

Penned By: FAISAL HAROON

COURSE: COMPUTER ORGANIZATION AND LOGIC DESIGN


ASSIGNMENT: LAB WORK
Ex-Or and EX-NOR LOGIC GATES

OBSERVATION TABLE:

A B

0 0 0
0 1 1
1 0 1
1 1 0
3-1 Truth Table for XOR gate

A B

0 0 1
0 1 0
1 0 0
1 1 1
3-2 Truth Table for XNOR gate

QUESTIONS / RESULTS:

1. If the 0 and 1 were inputs for a XOR gate, what would be the output?
Ans. If the 0 and 1 were inputs for a XOR gate, the output will be high (1).
2. If a signal passing through a gate is inhibited by sending a LOW into one of the inputs,
and the output is LOW, the gate is an XNOR .
3. XNOR provides the inverted output of an XOR. TRUE .

CONCLUSION:

The XOR gate and XNOR gate are known as Special gates. We use truth table to examine the
functionalities and working of these gates. In XOR gate, when both inputs are high (1) or low
(0), the output will be low (0) and when one input is high (1) and other is low (0) then the
result will be high (1). In XNOR gate, when both inputs are high (1) or low (0) then the output
will be high (1) and when one input is high (1) and other is low (0) then the output will be low
(0). In conclusion, special gates have their unique functioning in the circuit of any digital
system.

You might also like