3.6.5.1 Using Boolean Algebra. Flashcards

1
Q

What does Boolean algebra concern?

A

Boolean algebra concerns representing values with
letters and simplifying expressions. Boolean algebra uses the Boolean values TRUE and
FALSE which can be represented as 1 and 0 respectively.

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

Define A, B, C etc in Boolean algebra.

A

An unknown Boolean value being represented by a letter

just like or in conventional algebra.

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

__

Outline A in Boolean algebra.

A

NOT A. An overline represents the NOT operation being

applied to what is below the line.

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

Outline A • B in Boolean algebra.

A

A AND B, said “A dot B” where a dot represents the AND

(multiplication) operation.

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

Outline AB in Boolean algebra.

A

An alternative notation for A AND B. Just like in
Mathematics, the product of two algebraic values can be
represented without any symbol.

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

Outline A + B in Boolean algebra.

A

A OR B, where an addition symbol represents the OR

operation.

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

Define the order of precedence.

A

Algebraic operations have an order of precedence, meaning that some operations must be
applied before others. Similar to BODMAS in maths.

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

Outline the order of precedence.

A

Highest
Brackets .

NOT .

AND .

OR .
Lowest

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

Define a Boolean identity.

A

There are a number of useful identities which can be used to simplify Boolean
expressions.

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

Outline De Morgan’s law.

A

“break the bar and change the sign.”
Where “the bar” refers to an overline representing the NOT operation and “the sign” refers
to changing between + (OR) and • (AND).

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

Example of De Morgan’s law:

A

For example, the Boolean expression can have De Morgan’s law applied to it as A + B
follows:

Break the bar:
_ _
A + B

Change the sign:
_   _
A • B
\_\_\_\_     _    _
A + B =  A • B 

De Morgan’s law can also be applied in reverse, by changing the sign and building the bar.

For example, the Boolean
_ _
expression C + D can be simplified as follows:

Change the sign:
_ _
C • D

Build the bar:
_    _
C • D
_    _     _   _
C + D = C • D
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Outline the distributive rules.

A

Just like expanding brackets in Mathematics, you can use distributive rules in Boolean
algebra as follows:

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

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