////////// Topic 6 Boolean Algebra \\\\\\\\\\\ Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What’s Basic Rule 1 ?

A

Apply the OR operator to an expression and the value FALSE:

A+0 = A

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

What’s Basic Rule 2 ?

A

Apply the OR operator to an expression and the value TRUE:

A + 1 = 1

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

What’s Basic Rule 3 ?

A

Apply the OR operator to an expression and a copy of the same expression:

A + A = A

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

What’s Basic Rule 4 ?

A

Apply the OR operator to an expression and the inverse of that expression:

A + Ā = 1

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

What’s Basic Rule 5 ?

A

Apply the AND operator to an expression and the value FALSE:

A .0 = 0

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

What’s Basic Rule 6 ?

A

Apply the AND operator to an expression and the value TRUE:

A.1 = A

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

What’s Basic Rule 7 ?

A

Apply the AND operator to an expression and a copy of the same expression:

A.A = A

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

What’s Basic Rule 8 ?

A

Apply the AND operator to an expression and the inverse of the same expression:

A.Ā = 0

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

What’s Basic Rule 9 ?

A

Apply the NOT operator to an expression twice:
_
Ā = A

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

What’s Basic Rule 10 ?

A

A + A.B = A

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

What’s Basic Rule 11 ?

A

A. (A+B) = A

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