Ch. 3 Flashcards

1
Q

A statement composed of several individual statements called component statements

A

Compound Statements

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

Table that summarizes the information about state of each component and the corresponding truth value of the compound statements

A

Truth Table

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

Associativity Laws

A
  1. A v (B v C) ≡ (A v B) v C
  2. A ^ (B ^ C) ≡ (A ^ B) ^ C
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Distributivity Laws

A
  1. A ^ (B v C) ≡ (A ^ B) v (A ^ C)
  2. A v (B ^ C) ≡ (A v B) ^ (A v C)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly