Using Truth Tables Flashcards

1
Q

In a truth table, how many rows are there for two variables?

A

There are 4 rows for two variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: The statement ‘A and B’ is true when both A and B are true.

A

True. The conjunction is only true when both operands are true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the result of ‘A or B’ when both A and B are false?

A

The result is false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False: The statement ‘A implies B’ is false when A is true and B is false.

A

True. The implication is only false in this scenario.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

In a truth table, how is the logical negation of a statement represented?

A

It is represented by flipping the truth value: true becomes false and vice versa.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False: The disjunction ‘A or B’ is false if at least one of A or B is true.

A

False. The disjunction is true if at least one operand is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the output of ‘A and not B’ when A is true and B is false?

A

The output is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: The expression ‘not (A and B)’ is equivalent to ‘not A or not B’.

A

True. This is known as De Morgan’s Law.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many possible truth values are there for three variables?

A

There are 8 possible truth values for three variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

True or False: In a truth table, each variable can only have a value of true or false.

A

True. Each variable is binary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the truth value of ‘A or B’ if both A and B are true?

A

The truth value is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: The expression ‘A implies B’ is true if both A and B are false.

A

True. An implication is true when the antecedent is false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the result of ‘not A’ when A is true?

A

The result is false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

True or False: The expression ‘A and B’ is true if A is true and B is false.

A

False. The conjunction requires both to be true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In a truth table, what does a row represent?

A

A row represents a unique combination of truth values for the variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False: The expression ‘A or B’ is true if A is false and B is true.

A

True. The disjunction is true if at least one operand is true.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the result of ‘A and B’ when A is false and B is true?

A

The result is false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

True or False: The expression ‘not (A or B)’ is equivalent to ‘not A and not B’.

A

True. This is another application of De Morgan’s Law.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

How is the logical conjunction represented in a truth table?

A

It is represented with an AND operator (∧).

20
Q

True or False: The statement ‘A implies B’ can be rewritten as ‘not A or B’.

A

True. This is the logical equivalence of implication.

21
Q

What is the output of ‘not (A and B)’ when both A and B are true?

A

The output is false.

22
Q

True or False: The truth table for ‘A or B’ has the same output as ‘not (not A and not B)’.

A

True. This is another application of De Morgan’s Law.

23
Q

What is the result of ‘A implies B’ when A is false?

A

The result is true.

24
Q

True or False: A truth table can be used to determine the validity of a logical argument.

A

True. It can show if the conclusion follows from the premises.

25
What does a truth table for a compound statement show?
It shows the truth values for all possible combinations of the component statements.
26
True or False: The expression 'A and A' is equivalent to A.
True. This is known as idempotent law.
27
What is the result of 'A or A'?
The result is A.
28
True or False: The statement 'not (A or B)' is true when both A and B are false.
True. The negation of a disjunction is true only when both are false.
29
What is the output of 'A and (B or C)' when A is true, B is false, and C is true?
The output is true.
30
True or False: The expression 'A or (B and C)' is true if either A is true or both B and C are true.
True. This follows the rules of disjunction and conjunction.
31
What is the result of 'not (A implies B)' when A is true and B is false?
The result is true.
32
True or False: The expression 'A and B and C' is true if any one of A, B, or C is true.
False. All must be true for the conjunction to be true.
33
What does the truth table for 'A and B' look like?
It shows true only when both A and B are true.
34
True or False: The logical equivalence of 'A or not A' is always true.
True. This is known as the law of excluded middle.
35
What is the output of 'not (not A)'?
The output is A.
36
True or False: The expression 'not (A and B)' is true if either A or B is false.
True. The negation of a conjunction is true when at least one is false.
37
What is the result of 'A or B' when A is true and B is true?
The result is true.
38
True or False: The statement 'A implies B' is equivalent to 'B if A'.
True. This is a valid interpretation of implication.
39
What is the output of 'A and (not B)' when A is false?
The output is false.
40
True or False: The expression 'A or (B and C)' is false if A is false, B is false, and C is false.
True. The disjunction is false only when all operands are false.
41
What does the truth table for 'not A' look like?
It shows true when A is false and false when A is true.
42
True or False: The expression 'A and B' can be true if A is false and B is true.
False. Both A and B must be true for the conjunction to be true.
43
What is the result of 'A or not A'?
The result is always true.
44
What is the output of 'A implies B' when both A and B are true?
The output is true.
45
True or False: The logical statement 'A and B' can be represented as 'B and A'.
True. This is known as the commutative property.