4.6.5 Boolean Algebra Flashcards

1
Q

Define Boolean Algebra.

A

A way of working with logical values, where variables are either true or false.
It is used to represent and simplify logic circuits using a mathematical approach.

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

What are the identity laws?

A

A + 0 = A
A . 1 = A

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

What are the null laws?

A

A + 1 = 1
A . 0 = 0

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

What are the idempotent laws?

A

A + A = A
A . A = A

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

What are the inverse laws?

A

A + -A = 1
A . -A = 0

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

What is the commutative law?

A

The order of variables do not matter in the same operation.

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

What is the associative law?

A

Brackets can be removed as long as the operators are the same.

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

What is the absorption law?

A

Variables that do not affect the final output can be removed.
X + (X . Y) = X
X . (X + Y) = X
the symbols inside and outside the brackets have to be opposite.

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

What is the distributive law?

A

Considers the . operator as a multiply and the + operator as addition, equivalent of expanding brackets or factorising in normal algebra.
X + (Y . Z) = (X + Y) . (X + Z)

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

What are De Morgan’s Laws?

A

X . Y = -(-X + -Y)-
X + Y = -(-X . -Y)-

split the line and change the sign.

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

What is the order of precedence?

A
  1. Brackets
  2. NOT
  3. AND
  4. OR
    (Boole never ate olives)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly