Advertisements
Advertisements
प्रश्न
Write a short note on XNOR gate.
Advertisements
उत्तर
The XNOR (exclusive – NOR) gate is a combination XOR gate followed by an inverter. Its output is “true” if the inputs are the same, and “false” if the inputs are different. In simple words, the output is 1 if the input is the same, otherwise, the output is 0. The logic symbol of the XNOR gate is

The truth table for XNOR Gate is
| Input | Output | |
| A | B | C |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
APPEARS IN
संबंधित प्रश्न
NAND is called a ______ Gate.
Draw the truth table for the XOR gate.
Reason out why the NAND and NOR are called universal gates?
Give the truth table of the XOR gate.
How AND and OR can be realized using NAND and NOR gate.
A logic circuit provides the output Y as per the following truth table:
| A | B | Y |
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
The expression for the output Y is:
The output (Y) of the given logic gate is similar to the output of an/a:

The logic performed by the circuit shown in figure is equivalent to:

The Boolean expression for X-OR gate C = `(A oplus B)` is equivalent to ______.
The digital logic circuit is as shown in figure. The Boolean expression for the output Y is:

