3.2. Logic Gates and Logic Circuits Flashcards
1
Q
Logic Gates
A
- Use one or more inputs and produces a
single logical output
2
Q
AND gate
A
If both inputs high, output is high (A*B)
3
Q
OR gate
A
If either inputs high, output is high (A+B)
4
Q
NOT gate
A
An inverter (A)
5
Q
NAND gate
A
(A*B) \n
6
Q
NOR gate
A
(A+B) \n
7
Q
XOR gate
A
(A⨁B) \n