232,439 views
9 votes
9 votes
A basic 3-input logic circuit has a LOW on one input and a HIGH on the other two inputs, and the output is LOW. What type of logic circuit is it

User Ed Mozley
by
2.3k points

1 Answer

13 votes
13 votes

Answer:

any of AND, NOR, XOR

Step-by-step explanation:

An AND gate will give a Low output for any input Low. The logic circuit could be an AND gate.

A NOR gate will give a Low output for any input High. The logic circuit could be a NOR gate.

An XOR gate will give a Low output for an even number of High inputs. The logic circuit could be an XOR gate.

The logic circuit could be any of ...

AND or NOR or XOR

__

Additional comment

What you consider a "basic" gate is not defined here. All of these are catalog items. If you consider only AND, OR, and NOT to be the basic gates, then your answer is AND.

User Aurea
by
2.9k points