Boolean Algebra Flashcards

1
Q

p or q

A

p + q

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

p and q

A

p*q

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

Identity laws

A

x*1 = x
x+0 = x

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

Domination laws

A

x*0 = 0
x+1 = 1

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

Idempotent laws

A

x+x = x
x*x = x

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

Double complement laws

A

(x¯)¯ = x

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

Commutative laws

A

x+y = y+x
xy = yx

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

Associative laws

A

(x + y) + z = x + (y + z)
(x · y) · z = x · (y · z)

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

Distributive laws

A

x(y + z) = xy + xz
x + yz = (x + y)(x + z)

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

De Morgan’s laws

A

(xy)¯ = ¯x + ¯y
(x + y)¯ = ¯x · y¯

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

Absorption laws

A

x + xy = x
x(x + y) = x

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

Unit property

A

x + ¯x = 1

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

Zero property

A

x · x¯ = 0

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

Boolean function of degree n

A

f: B^n –> B

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

Number of boolean functions of degree n

A

2^(2^n)

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

Dual

A

interchanging + and · signs, and interchanging 0-s and
1s in this expression.