answersLogoWhite

0

Not sure about the comparator. XOR is what I came up with, so we have two XORs.

This is the "exclusive OR" logic function. Build one out of standard resistors and transistors, or buy an IC with the XOR function already implemented, or use four two-input NAND gates. At least that's the way we did it in the 1960s. In analog circuits, a comparator.

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Movies & Television

Device a circuit to perform OR logic using only NOR gate?

Use two NOR gates. Tie the output of the first to both (or all) inputs of the second. A logic one at any input of the first produces a logic one at the output of the second which is a standard OR.


What is the difference between sampling gates and logic gates?

A logic gate is a computer circuit with several inputs but only one output that can be activated by a particular combinations of inputs, a diagram that shows the major gates can be found here.An example would be if you have 2 wires going to an AND gate and only 1 wire has a current (is on, 1) and the other one is 0, then your output would be 0 as you need wire 1 AND wire 2 to have a current, for the output to be 1, on.A sampling gate, on the other hand is a circuit that produces an output only when first activated by a preliminary pulse. So if you have a current going through a wire and through a sampling gate, your output would be 0, unless you program the sampling gate to let the current through.I'm sorry if this is a slightly plain answer, but if you would like more reading, then go to the Wikipedia.


WHY on making both the inputs high in the AND Gate the output becomes high?

The output of the AND gate is high when both inputs are high because that is the definition of an AND gate. (Ouput is true ONLY WHEN Input A AND Input B are true.)


What logic gate might be called the all or nothing gate why?

AND gate is called an all or nothing gate.Because it produces a 1 only in one case when all its inputs are "1". In all other cases its output is a "zero".


What is output short circuit current?

The output short circuit current is the solar cell's current when the voltage is zero, or when it, is short circuited.

Related Questions

Introduction multiplexer demultiplexer?

A multiplexer, commonly referred as an input selector, is a circuit with many inputs but only one output: it has some data inputs, control inputs and one output, depending on the control inputs, one input from the data inputs is sent to the output .A demultiplexer is a circuit with one data input, few control inputs and many outputs, it is also known as output selector.


How does the AND circuit work?

It requires two inputs before the output turns on.


How does the AND safety circuit work?

It requires two inputs before the output turns on.


What is the device that produces a single binary output based on one or more binary inputs?

Logic gate


Device a circuit to perform OR logic using only NOR gate?

Use two NOR gates. Tie the output of the first to both (or all) inputs of the second. A logic one at any input of the first produces a logic one at the output of the second which is a standard OR.


What is a AND circuit?

An AND circuit is a circuit that takes two or more inputs, and generates an output that is the boolean AND function of those inputs. Two light switches in series, for instance, is an AND circuit because both switches have to be on for the light to be on. If the switches were wired in parallel to each other, and then in series with the light, that would be an OR circuit.


What is transmission Gate circuit?

It has 3 inputs. They are source, n gate, p gate and only one output that is drain


What is a xor gate?

An XOR gate is an Exclusive OR gate. The output is 1 if either one or the other inputs are 1. but remains at 0 if both inputs are 1.A normal OR gate will output 1 if both inputs or either is at 1.XOR means exclusivly OR, one or the other but not both.


Which IC gates will have a low output if either of the inputs are high?

A 2-input NOR (Negative OR) Gate produces a low output when either input (or both) are high.


There is a circuit using there nand gates with two inputs and one output find the output?

A "Nand" gate is an "And" gate with an "Inverter" added to its output. To get a logic 1 output from a "Nand" gate, you need a logic 0 on both of its inputs. If I understand your question correctly, you have three "Nand" gates. Presumably the outputs of two of them are connected to the inputs of the third. Logic 1 at both inputs of the first two "Nand" gates will produce a logic 0 output from both of them. The two logic 0's are fed to the inputs of the third "Nand" gate producing a logic 0 output from the third "Nand" gate.


Multiplier is also know as data selector why?

A multiplier is a digital circuit that performs multiplication of two numbers. It is not typically referred to as a data selector. A data selector, also known as a multiplexer, is a digital circuit that selects one of several inputs and routes it to the output. It is called a data selector because it selects which data input to use and sends it to the output. A data selector has several inputs and a single output, and it is controlled by a set of select signals that determine which input to route to the output. The data selector is used to choose between multiple inputs and can be used to implement functions such as Boolean logic or arithmetic operations. In summary, a multiplier is a circuit that performs multiplication, while a data selector is a circuit that selects one of several inputs and routes it to the output. These are two different types of digital circuits that serve different functions.


What is a simple circuit with one or two inputs and one output?

The following are definitely examples of a simple circuit:-A resistor hooked across a battery-A lit bulbThe following might be examples of a simple circuit:-A Logic gate has one or more inputs and one or more outputs but is not necessarily a simple circuit within the chip containing it.