Logic Gates Flashcards
What is the not gate symbol?
Triangle circle on the end
What is the not gate worded expression?
The output is the compliment of the input
What is the not gate Boolean expression?
A = A’
What is the or gate worded expression?
Zero when both are zero and one other otherwise
What is the Nor gate worded expression?
High when both are low and low otherwise
What is the and gates worded expression?
High when both are high and low otherwise
What is the Nand gate worded expression?
Low when both are high and high otherwise
What is the Exor worded expression?
Only high when ONLY one of the inputs are high
What is the Ex Nor gate worded expression?
Low when ONLY one of the inputs are high.
High when both inputs are tied to each other .
What is the or gate Boolean expression?
A+B
What is the nor gate Boolean expression?
(A+B)’
What is the and gate Boolean expression?
A.B
What is the nand gate Boolean expression?
(A.B)’
What is the ex or gate Boolean expression?
A ⊕ B
What is the ex nor gate Boolean expression?
(A ⊕ B)’
Not Gate TTL #
7404
OR Gate TTL #
7432
NOR Gate TTL #
7402
AND Gate TTL #
7408
NAND Gate TTL #
7400
EXOR Gate TTL #
7486
EXNOR Gate TTL #
7466