3.3 KiB
Test Yourself
Page 73
- An and statement is true when, and only when, both components are _______.
Solution
True.
- An or statement is false when, and only when, both components are _______.
Solution
False.
- Two statement forms are logically equivalent when, and only when, they always have _______.
Solution
The same truth values.
- De Morgan's laws says (1) that the negation of an and statement is logically equivalent to the _______ statement in which each component is _______, and (2) that the negation of an or statement is logically equivalent to the _______ statement in which each component is _______.
Solution
or; negated; and; negated.
- A tautology is a statement that is always _______.
Solution
true
- A contradiction is a statement that is always _______.
Solution
false
Test Yourself
Page 86
- An if-then statement is false if, and only if, the hypothesis is _______ and the conclusion is _______.
Solution
true; false
- The negation of "if
pthen $q$" is _______.
Solution
p and not q.
p \wedge \neg q
- The converse of "if
pthen $q$" is _______.
Solution
if q then p
q \to p
- The contrapositive of "if
pthen $q$" is _______.
Solution
if not q then not p.
\neg q \to \neg p
- The inverse of "if
pthen $q$" is _______.
Solution
if not p then not q.
\neg p \to \neg q
- A conditional statement and its contrapositive are _______.
Solution
logically equivalent.
- A conditional statement and its converse are not _______.
Solution
logically equivalent.
- "
Ris a sufficient condition for $S$" means "if _______ then _______."
Solution
R; S.
- "
Ris a necessary condition for $S$" means "if _______ then _______."
Solution
S; R
- "
Ronly if $S$" means "if _______ then _______."
Solution
R; S
Test Yourself
Page 99
- For an argument to be valid means that every argument of the same form whose premises _______ has a _______ conclusion.
are all true; true
- For an argument to be invalid means that there is an argument of the same form whose premises _______ and whose conclusion _______.
are all true; is false
- For an argument to be sound means that it is _______ and its premises _______. In this case we can be sure that its conclusion _______.
valid; are all true; is true
Test Yourself
Page 113
- The input/output table for a digital logic circuit is a table that shows _______.
The output signal(s) that correspond to all possible combinations of input signals to the circuit.
- The Boolean expression that corresponds to a digital logic circuit is _______.
a Boolean expression that represents the input signals as variables and indicates the successive actions of the logic gates on the input signals.
- A recognizer is a digital logic circuit that _______.
outputs a 1 for exactly one particular combination of input signals and outputs 0s for all other combinations.
- Two digital logic circuits are equivalent if, and only if, _______.
they have the same input/output table
- A NAND-gate is constructed by placing a _______ gate immediately following an _______ gate.
NOT; AND
- A NOR-gate is constructed by placing a _______ gate immediately following an _______ gate.
NOT; OR