Digital Logic Design 3 Flashcards

1
Q

What is a minterm?

A

A minterm is one combination of binary variables ANDed together
If there are n variables, there are 2n minterms, each having n literals

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

What is a max term?

A

A maxterm is one combination of binary variables ORed together
There are 2n max terms, each having n literals

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

What is the sum of minterms?

A

A way of representing boolean function by ORing minterms that make the function equal 1

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

What is the product of max terms?

A

A way of representing boolean function by ANDing max terms that make the function equal 0

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

What is the sum of products?

A

Has one or more product terms
Consists of one or more literals ANDed (“multiplied”) together
The product terms are ORed (“summed”)

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

How many possible functions are there for n binary variables?

A

There are 2^2^n functions for n binary variables

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

What kinds of logic gates are there?

A

Buffer - Is the not gate without the small complement circle
NAND gate - AND gate followed by inverter
NOR gate - OR gate followed by an inverter
XOR gate - OR gate with extra curved line in front
XNOR - OR gate with extra curved line in front and an inverter behind

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