NOR/NAND Logic Gates
The Boolean logic operation that governs a NAND gate is the _____.
Alternative denial
Which of the following is a semiconductor element that could be used to construct a NAND or NOR gate?
Bipolar junction transistor - or - Transistor
Which property is used for the NOR and NAND logic gate?
Commutative
NAND and NOR gates are _____ because they can be used to for all other logic gates.
Functionally complete
The Boolean logic operation that governs a NOR gate is the
Joint denial
Which of the following types of operation follows the commutative property?
NAND - or - Multiplication
A practical transistor-transistor logic (TTL) or complementary metal-oxide-semiconductor (CMOS) OR gate consists of a NOR gate followed by a(n) _____ gate.
NOT
Which of the following operations is equivalent to x AND y?
NOT (x NAND y) - or - NOT (y NAND x) - or - (x NAND y) NAND (y NAND x)
Which of the following is a valid relationship?
NOT (x NAND y) = (NOT x) AND (NOT y) - or - x NOR y = y NOR x
Which of the following is a valid distributive equality?
NOT (y AND z) = (NOT y) AND (NOT z) - or - x OR (y AND z) = (x OR y) AND (x OR z)
Which of the following operations is equivalent to x OR y?
NOT (y NOR x) - or - (x NOR y) NOR (y NOR x)
Which of the following statements is true?
The NOR gate is functionally complete. - or - The NAND gate is functionally complete.
Which of the following is equivalent to NOT x?
x NOR x - or - x NAND x - or - NOT (x AND x)
Which of the following is a valid associative equality?
x OR (y OR z) = y OR (x OR z) - or - x AND (y AND z) = y AND (x AND z)