Lecture 5 Flashcards

1
Q

Commutativity

A

Order of inputs for AND or OR function doesn’t affect value of output

(B and C) = (C and B)

Dual: B+C = C+B

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

Associativity

A

Specific groupings of inputs do not affect the value of the output

(B and C) and D = B and (C and D)

Dual: (B+C) + D = B + (C+D)

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

Distributivity

A

AND distributes over OR
(B and C) + (B and D) = B and (C+D)

Dual: OR distributes over AND
(B+C) and (B+D) = B+(C and D)

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

Covering, combining, and consensus

A

Allows us to eliminate redundant variables

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

Covering

A

B and (B+C) = B

Dual: B + (B and C) = B

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

Combining

A

(B and C) + (B and ~C) = B

Dual: (B+C) and (B+~C) = B

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

Consensus

A

(B and C) + (~B and D) + (C and D) = B and C + ~B and D

Dual: (B+C) and (~B+D) and (C+D) = (B+C) and (~B+D)

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

De Morgan’s Theorem

A

Complement of product of all terms equals sum of complements of each term

Dual: complement of sum of all terms equals product of complements of each term

NAND = OR with inverted inputs

NOR = AND with inverted inputs

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

Bubble

A

The inversion circuit on a logic gate

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

NAND gate: pushing bubbles from right to left

A

OR body with bubbles on inputs

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

Rules for bubble pushing

A

Pushing bubbles backward (from output) or forward (from input) changes the body of the gate from AND to OR or vice versa

Bubble pushing backward from output back to inputs puts bubbles on all gate inputs

Pushing bubbles forward from all gate inputs toward outputs puts a bubble on the output

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

Prime implication

A

If it cannot be combined with any other implicates to form a new implicant with fewer literals

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

Schematic

A

A diagram of a digital circuit showing the elements and wires that connect them together

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

Wires connect at a _

A

T junction

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

Connection between wires

A

Dot where wires cross

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

No connection between wires

A

Wires crossing without a dot