answersLogoWhite

0


Best Answer

NOT gate

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is an inverter gate called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What logic gate output is complement of the input?

INVERTER gate


Which logic gate has the output is compliment of its input?

inverter gate


How can you make nand gate from and gate?

A nand gate can be made from an and gate by introducing an inverter at the output of the gate.


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

NAND gate


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


What are other names for NOT gate?

Another name is an Inverter.


What is an explanation of nor gate?

1. Explain NOR gate as Universal Gate A NOR gate is a simple OR gate with an inverter (NOT gate) at the output. NOR gates are considered Universal Gates because thay can be configured in a few different ways. Connecting the inputs on a NOR gate will result in a NOT gate (inverter). Connecting the above to the output of a NOR gate results in an OR gate.


What are three gates that are used to implement AOL logic?

AND gate, INVERTER gate and OR gate. Hope this would help.


What is the name of a logic gate that will invert a signal from a 0 to a 1 when added to a circuit?

a not gate or an inverter


What is the function of the NOT logic gate?

The NOT gate is also called an "inverter", as its output is always the complement of the input. That is, if the input is TRUE then the output is FALSE else the output is TRUE end if). Its implementation electronically is not much different than that of an analog inverting amplifier, except that the gate is deliberately designed to operate nonlinear and change rapidly from one state to another.


Any logical function can be implemented with only NOR gates?

Yes._____A----|_____NOR------QThis is an inverter. A NOR gate is an OR gate with an inverter on the end, so adding the above configuration after another NOR gate would give you an OR gate.__A----|__NOR---\__ NOR------QB----|__NOR---/This is an AND gate. By adding the inverter, you can get a NAND gate.A____|___|__NOR----------------\| | \| |___ NOR----QB __| |___NOR-----\ /|_____ NOR --/|_____NOR-----/By combining an AND gate, an OR gate, and a NAND gate, and canceling out a couple of inverters, you get this operator, which is a XOR gate.The formatting here is messed up, but if you go to the "improve answer" link, you can see the circuits.


What does it mean by C is NOT A in basic logic gates?

It means that C is the inverse of A. Implementing the equation C = !A in basic logic gates requires the use of an inverter. An inverter can be made from a dedicated inverter gate, if available, or from a NAND gate with n inputs, where all n inputs are connected to A.