Respuesta :

Answer:

  any of AND, NOR, XOR

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.