Functions Flashcards

1
Q

Switching functions (g) is represent in what three major ways?

A

Equation, truth table, and the Karnaugh map

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

What is the first bridge between equations to truth tables?

A

Bridge from sum of terms equation to truth table

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

What is a sum of terms?

A

g = x + y

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

What is XOR?

A

an example of a composite operating requiring two NOT, two AND, and one OR operators

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

What does the complement of the complement of x equal?

A

x

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

What is the second bridge?

A

bridge from product of terms equation to truth table

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

equations such as the XOR can also be written as a product of terms, true or false?

A

true, duh

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

What does a product of terms equation look like?

A

g(x,y) = (x+y)(x’+y’)

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

What is the third bridge?

A

Bridge from truth table to sum of terms equation

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

Can you derive the equation of XOR from a truth table?

A

yes

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

Sum of terms includes terms from rows where g = what?

A

g = 1

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

If g = 1 on two rows, how many terms are needed in deriving the sum of terms equation?

A

2

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

How can you derive any equation for XOR product of terms?

A

if you focus on when g=0 instead of g=1.

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

product of terms includes terms from rows where g = what?

A

g = 0

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

n inputs have how many combinations?

A

2^n

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

for n variables, there must be m = ? terms?

A

m=2^n terms

17
Q

for m terms there are f = ? functions

A

f = 2^m functions

18
Q

what is a literal?

A

any variable, or its complement, in any term

aka terms are made up from literal which represent variables