Boolean Algebra Laws Flashcards

1
Q

What is the Commutative law for addition?

A

A + B = B + A

This law states that the order of addition does not affect the result.

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

What is the Commutative law for multiplication?

A

A. B = B. A

This law indicates that the order of multiplication does not affect the result.

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

What does the identity law state for AND?

A

A. A = A

This law indicates that a variable ANDed with itself equals the variable.

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

What does the identity law state for OR?

A

0 + A = A

This law indicates that false ORed with a variable equals the variable.

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

What is the result of ANDing a variable with false?

A
  1. A = 0

This indicates that any variable ANDed with false results in false.

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

What is the result of ORing a variable with true?

A

1 + A = 1

This indicates that any variable ORed with true results in true.

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

What is the result of ORing a variable with itself?

A

A + A = A

This indicates that ORing a variable with itself results in the variable.

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

What is the result of ORing a variable with its negation?

A

A + A = 1

This indicates that ORing a variable with itself results in true.

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

What does the Associative law state for multiplication?

A

(A. B). C = A. (B. C)

This law indicates that the grouping of variables does not affect the result of multiplication.

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

What does the Associative law state for addition?

A

(A + B) + C = A + (B + C)

This law indicates that the grouping of variables does not affect the result of addition.

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

What does the Distributive law state?

A

A. (B + C) = A. B + A. C

This law indicates that a variable ANDed with a sum is equal to the sum of that variable ANDed with each term.

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

What is the result of ANDing a variable with a sum of itself?

A

(A + B). (A + B) = A.A + B.B + A. B + A. B

This shows the expansion of ANDing a sum.

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

What is the absorption law for OR?

A

A + A. B = A

This law indicates that ORing a variable with itself ANDed with another variable results in the original variable.

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

What is the absorption law for AND?

A

A. (A + B) = A

This law indicates that ANDing a variable with itself ORed with another variable results in the original variable.

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

What does De Morgan’s law state?

A

Ã. B = A + B

This law relates the complement of a product to the sum of the complements.

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

What is the result of ORing a variable with its AND?

A

A + B = A. B

This indicates a relationship between OR and AND operations.