12.2 Representing Boolean Functions Flashcards

1
Q

Literals

A

A literal is a Boolean variable or its complement.

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

Minterm

A

Hence, a minterm is a product of n literals, with one literal for each variable.

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

Disjunctive Normal Form (DNF)

A

The disjunctive normal form (DNF) of a degree-n Boolean function f is the unique sum of minterms
of the variables x1, . . . , xn that represents f.

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

Maxterm

A

A maxterm of the Boolean variables x1, x2, . . . , xn is a Boolean sum y1 + y2 + . . . + yn, where
yi = xi or yi = ¯xi
. Hence, a maxterm is a sum of n literals, with one literal for each variable.

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

Maxterm

A

Hence, a maxterm is a sum of n literals, with one literal for each variable.

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

Maxterm

A

Hence, a maxterm is a sum of n literals, with one literal for each variable.

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

Conjunctive Normal Form (CNF)

A

The conjunctive normal form (CNF) of a degree-n Boolean function f is the unique product of
maxterms of the variables x1, . . . , xn that represents f.

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

Functional Completeness

A

Functional Completeness
Since every Boolean function can be expressed in terms of ·, +,¯, we say that the set of operators
{·, +,¯} is functionally complete.

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