Boolean Algebra Rules Flashcards

(6 cards)

1
Q

What is De morgon’s law and use an example to show what it is.

A

AND / OR can be replaced by the other given changes to the equation

NOT(A OR B) == NOT A AND NOT B

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

What is distribution (in terms of boolean algebra) and give an example.

A

Allows for the multiplying or factoring out of an expression

A OR ( B AND C ) == (A OR B) AND (A OR C)

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

What is association (in terms of boolean algebra) and give an example.

A

**Allows for the removal of brackets and the regrouping of variables. **

A OR (B OR C) == A OR B OR C

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

what is communication (in terms of boolean algebra) and give an example.

A

The order of application of two seperate terms is not important

A OR B == B OR A

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

What is double negation ( in terms of boolean algebra) and give an example.

A

Double false means it is true

NOT NOT A = A

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

what is absorption (in terms of boolean algebra) and give an example.

A

A variable both outside and inside a bracket in the same expression removes the other variable

A OR ( A AND B) = A

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