What is a NOT gate?
A NOT gate, also called an inverter, is a fundamental logic gate that has a single input and a single output. The output is the opposite of the input.
What is a AND gate?
An AND gate is a digital logic gate that outputs a high (1) only when all of its inputs are high (1)
What is a OR gate?
An OR gate is a digital logic gate that produces a true output if any of its inputs are true, and a false output only when all inputs are false.
A NOT Gate has how many inputs?
1
An AND Gate has how many inputs?
2
An OR gate has how many inputs?
2
1 AND 1 =
1
1 AND 0 =
0
NOT 1 =
0
0 OR 0
0
The tables used to represent the logic of a circuit are called?
Truth tables.
It needs both inputs to be true for the output to be true. Which gate is this?
AND
It needs one of inputs to be true for the output to be true. Which gate is this?
OR
Makes a false a true. Which gate is this?
NOT
A NAND gate is a combination of which gates?
NOT, AND
A NOR gate is a combination of which gates?
NOT, OR