Paper 2 Boolean Algebra Flashcards

(11 cards)

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

4.6.5.1 Using Boolean Algebra: What is Boolean algebra?

A

A branch of algebra dealing with variables whose values are TRUE (1) or FALSE (0). It is used to simplify digital logic circuits and logical expressions.

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

4.6.5.1 Using Boolean Algebra: What are the main Boolean operators and their symbols?

A

The main operators are AND (conjunction, . or ∧), OR (disjunction, + or ∨), and NOT (negation, an overbar or ¬).

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

4.6.5.1 Using Boolean Algebra: What is the Identity Law?

A

The Identity Law states that a variable remains unchanged when combined with an identity element. The identities are A + 0 = A and A . 1 = A.

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

4.6.5.1 Using Boolean Algebra: What is the Complement Law?

A

The Complement Law (or Inverse Law) involves a variable and its opposite, which always results in a constant. The laws are A + ¬A = 1 and A . ¬A = 0.

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

4.6.5.1 Using Boolean Algebra: What is the Distributive Law?

A

The Distributive Law allows for multiplying or factoring out expressions. The laws are A.(B + C) = A.B + A.C and the less obvious A + (B.C) = (A + B).(A + C).

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

4.6.5.1 Using Boolean Algebra: What is De Morgan’s Law?

A

De Morgan’s Law describes how to negate a group of variables. The laws are ¬(A + B) = ¬A . ¬B and ¬(A . B) = ¬A + ¬B, often remembered as “break the bar, change the sign.”

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

4.6.5.1 Using Boolean Algebra: What is the Absorption Law?

A

The Absorption Law simplifies expressions where a variable is combined with a term containing that same variable. The laws are A + (A . B) = A and A . (A + B) = A.

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

4.6.5.1 Using Boolean Algebra (Easy): Simplify the expression F = A + (¬A . B)

A

F = A + B. First, apply the Distributive law: (A + ¬A).(A + B). Then apply the Complement law (A + ¬A = 1) to get 1.(A + B), and finally the Identity law gives A + B.

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

4.6.5.1 Using Boolean Algebra (Medium): Simplify the expression F = ¬(¬A + B) + B

A

F = A + B. First, apply De Morgan’s Law to get (¬(¬A) . ¬B) + B. Then use Double Negation to get (A . ¬B) + B. Finally, use Distribution to get (B + A).(B + ¬B), which simplifies to A + B using Complement and Identity laws.

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

4.6.5.1 Using Boolean Algebra (Hard): Simplify the expression F = A.B + A.(B + C) + B.(B + C)

A

F = B + A.C. First, expand all terms using the Distributive law: A.B + A.B + A.C + B.B + B.C. Using the Idempotent law (X.X=X, X+X=X), this becomes A.B + A.C + B + B.C. Using the Absorption law (B + B.C = B), we get A.B + A.C + B. Finally, applying Absorption again (B + A.B = B) gives the final answer: B + A.C.

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