Boolean Algebra Flashcards
1
Q
Simplify the following boolean expression: /B . /A + B
A
/B . /A
2
Q
What boolean operation is represented with an overline?
A
NOT
3
Q
What has the highest order of precedence: AND, OR, NOT?
A
NOT
4
Q
Complete the boolean identity: C ^ C
A
C
5
Q
Which boolean operation is represented with a ^?
A
AND
6
Q
Simplify (C v (B v /B)) ^ D
A
D
7
Q
Complete the boolean identity:
B ^ 1 =
A
B
8
Q
Apply one of De Morgan’s Law to the following boolean expression:
/A ^ /B
A
/A v B
9
Q
Which boolean operation is represented with a v?
A
OR
10
Q
Apply one of De Morgan’s Laws to the following: /A ^ C
A
/A v /C
11
Q
Apply a distributive rule to the following: B ^ (A v C)
A
B ^ A v B ^ C