Digital Logic Design 3 Flashcards
What is a minterm?
A minterm is one combination of binary variables ANDed together
If there are n variables, there are 2n minterms, each having n literals
What is a max term?
A maxterm is one combination of binary variables ORed together
There are 2n max terms, each having n literals
What is the sum of minterms?
A way of representing boolean function by ORing minterms that make the function equal 1
What is the product of max terms?
A way of representing boolean function by ANDing max terms that make the function equal 0
What is the sum of products?
Has one or more product terms
Consists of one or more literals ANDed (“multiplied”) together
The product terms are ORed (“summed”)
How many possible functions are there for n binary variables?
There are 2^2^n functions for n binary variables
What kinds of logic gates are there?
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