Functions Flashcards
Switching functions (g) is represent in what three major ways?
Equation, truth table, and the Karnaugh map
What is the first bridge between equations to truth tables?
Bridge from sum of terms equation to truth table
What is a sum of terms?
g = x + y
What is XOR?
an example of a composite operating requiring two NOT, two AND, and one OR operators
What does the complement of the complement of x equal?
x
What is the second bridge?
bridge from product of terms equation to truth table
equations such as the XOR can also be written as a product of terms, true or false?
true, duh
What does a product of terms equation look like?
g(x,y) = (x+y)(x’+y’)
What is the third bridge?
Bridge from truth table to sum of terms equation
Can you derive the equation of XOR from a truth table?
yes
Sum of terms includes terms from rows where g = what?
g = 1
If g = 1 on two rows, how many terms are needed in deriving the sum of terms equation?
2
How can you derive any equation for XOR product of terms?
if you focus on when g=0 instead of g=1.
product of terms includes terms from rows where g = what?
g = 0
n inputs have how many combinations?
2^n