answersLogoWhite

0


Best Answer

The XOR gate (sometimes EOR gate, or EXOR gate) is a digital logic gate that implements an exclusive or; that is, a true output (1) results if one, and only one, of the inputs to the gate is true (1). If both inputs are false (0) or both are true (1), a false output (0) results. Its behavior is summarized in the truth table shown on the right. A way to remember XOR is "one or the other but not both". It represents the inequality function, i.e., the output is HIGH (1) if the inputs are not alike otherwise the output is LOW (0).

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Circuit diagram of xor gate using minimum number of nand gates?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the minimum number of inputs that can be given to the logic gates?

A: two


Minimum number of nand gates required to implement a 2-input exclusiveor?

4


What are K maps in digital electronics?

k map is karnaugh map . it is just a method to simplify or minimize the boolean equations so that it becomes easier to realize a circuit using minimum no. of gates.


Minimum number of and gates required to form full and half adder?

9,to implement a half adder 5 nand gates and for a full adder,another xor gate is required consisting of 4 nand gates. thus a total of 9 nand gates are required for a full adder.


How you create a logic circuits?

create a circuit is very simple. we use gates in creating a circuit.


Draw logic diagram of two to four line decoder using nor gates only with enable input?

draw logical diagram 2 to 4 line decoder with nor gates only


Minimum Number of NAND gates required to realize the function AB?

A&B = ((A&B)')' So two, it would go a - | ==NAND--=NAND-- b - | By using two NAND gates back-to-back, you can create a normal AND gate.


What is the basic electronic building blck in an integrated circuit?

logic gates


What is super-thin slice of semiconducting material packed with microscopic circuit elements such as wires transistors capacitors logic gates and resistors?

integrated circuit


Draw the logic diagram of 2 to 4 line decorder with only nor gates include an enable input?

draw the logic diagram of 2 to 4 line decoder decoder using nor gates include enable input


How do you simplify this circuit?

To simplify a circuit you must first find a Boolean expression for the circuit and then apply Boolean algebra to take it down to the simplest form, to implement the fewest gates.


Why some of the logic circuit required another gates to construct the operation?

Because not all the logic gate have what the circuit needs to complete the operation