Define AND gate.
A digital logic gate that outputs true only if all inputs are true.
What is the output of an OR gate with inputs true and false?
The output is true.
True or false: A NOT gate inverts its input.
TRUE
If the input is true, the output is false, and vice versa.
Fill in the blank: The output of an XOR gate is true when inputs are ______.
Different
Define NAND gate.
A digital logic gate that outputs false only if all inputs are true.
What is the output of a NOR gate with both inputs false?
The output is true.
True or false: An XOR gate can have more than two inputs.
FALSE
XOR gates typically operate with two inputs.
What is the primary function of a logic gate?
To perform a basic operation on one or more binary inputs.
Fill in the blank: The output of an AND gate is ______ when any input is false.
False
Define truth table.
A table that shows all possible input combinations and their corresponding outputs.
What is the output of a NAND gate with inputs true and true?
The output is false.
True or false: NOR gates are the opposite of AND gates.
FALSE
NOR gates are the opposite of OR gates.
What is the output of an OR gate with both inputs true?
The output is true.
Fill in the blank: An XOR gate outputs true for ______ inputs.
One true and one false
Define combinational logic.
Logic circuits where the output depends only on the current inputs, not past states.