answersLogoWhite

0


Best Answer

Truth tables:

NAND

  • 0, 0 --> 1
  • 0, 1 --> 1
  • 1, 0 --> 1
  • 1, 1 --> 0

XNOR

  • 0, 0 --> 1
  • 0, 1 --> 0
  • 1, 0 --> 0
  • 1, 1 --> 1
User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Mainly because you can make any other gates only with these (instead of getting 5 different sets of gates, you just use a single one -NOR or NAND- and achieve the same goal)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function of an AND gate?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The OR gate can be converted to the NAND function by adding which gate to the input of the OR gate?

NOT Gate


What logic gate is similar to the function of two parallel switch?

And gate is similar to the function of two series switches


When is that the 'NAND' logic gate can function as a 'NOT' logic gate?

When the two input terminals of a NAND gate are short circuited, it acts as a NOT gate.


What logic function is obtained by adding an inverter to the inputs of an AND gate?

NAND gate


How do you make NOT gate from AND or OR gates?

A: NOT means inversion of the function like an OR gate if inverted it becomes a NOR gate AND becomes a NAND gate if logic input function is inverted on the output. This can plainly be seen by looking at a gate symbol if there is a circle on the output it means it function is inverted.B: You have not answered my question, please read carefully my question again!


What does this idiom mean to gate-crash?

To 'gate crash' is to attend a party or function where you weren't invited.


What is the function of gate valve?

A gate valve is positive shut off and used for on of off . A globe valve is for throttling


What is the basic function of the SCR's gate electrode?

The SCR's gate electrode is used to turn the SCR on, i.e. fire it.


Can you obtain OR gate function from AND gate?

Well, if you mean to make the truths of an AND gate similiar to the ones of OR gates, then you can do the following: 1. Put an inverter at every input of the AND gate. This will make it act like an NOR gate 2. Put an inverter at the output of the gate. This will invert the truths and turn the NOR gate into an OR gate


How do you draw Nand gates to function to like an And gate?

pass the inputs through an nand gate and again pass them through inverter,which is again formed by an nand gate


Describe the circuit implementation of function xy plus yz?

-- Take two 2-input AND gates.-- Attach 'y' to one input of one gate, and jumper that point toone input of the other gate.-- Attach 'x' to the free input of one gate, and attach 'z' to thefree input of the other gate.-- Attach the outputs of both gates to the inputs of a single OR gate.-- The output of the OR gate is the Boolean function ( XY + YZ ).=======================================Better implementation (faster, cheaper, easier to build, less hardware to fail):-- Attach 'x' and 'z' to the inputs of a single OR gate.-- Attach 'y' and the output of the OR gate to the two inputs of a single AND gate.-- The output of the AND gate is the same Boolean function.


How NOT gate function can be obtained from NOR gate?

There are two simple ways to do this. One way to get the NOT function from a NOR gate is to connect all of the NOR gate's inputs together, so that the same digital signal is sent to all of its inputs. However, this is not the best way to do it, especially if you are dealing with actual circuitry. A much better way to get a NOT function is to connect all of the NOR gate's inputs except one to a fixed low logic level (meaning off or 0, depending on how you like to think about it), and passing the digital signal into the remaining input. These two methods will both allow you to obtain a NOT gate from a NOR gate.