A variable is a symbol used to represent a logical quantity that can have a value of 1 or 0.
The Boolean expression C + CD is equal to ________.
The OR function is Boolean multiplication and the AND function is Boolean addition.
In Boolean algebra, A + 1 = 1.
The product-of-sums (POS) is basically the ORing of ANDed terms.
Which of the following is true for a 5-variable Karnaugh map?
An OR gate with schematic "bubbles" on its inputs performs the same functions as a(n)________ gate.
An AND gate with schematic "bubbles" on its inputs performs the same function as a(n)________ gate.
Which of the following expressions is in the sum-of-products (SOP) form?
When four 1s are taken as a group on a Karnaugh map, the number of variables eliminated from the output expression is ________.
Which of the examples below expresses the commutative law of multiplication?
When grouping cells within a K-map, the cells must be combined in groups of ________.
The commutative law of Boolean addition states that A + B = A × B.
In Boolean algebra, the word "literal" means ________.
Use Boolean algebra to find the most simplified SOP expression for F = ABD + CD + ACD + ABC + ABCD.
In Boolean algebra, the word "literal" means ________.
The expression W(X + YZ) can be converted to SOP form by applying which law?
How many gates would be required to implement the following Boolean expression before simplification? XY + X(X + Z) + Y(X + Z)
Occasionally, a particular logic expression will be of no consequence in the operation of a circuit, such as a BCD-to-decimal converter. These result in ________terms in the K-map and can be treated as either ________ or ________, in order to ________ the resulting term.
The systematic reduction of logic circuits is accomplished by: