Lecture 4 - DeMorgan's Law Flashcards

1
Q

What is DeMorgan’s Law?

A

Theorem relating ANDs and ORs

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

What is the first DeMorgan’s Law?

A

OR gate with inverted inputs = AND gate with inverted output

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

What is the second DeMorgan’s Law?

A

AND gate with inverted inputs is = OR gate with inverted output

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

What is the third DeMorgan’s Law?

A

Inverting inputs and outputs of an OR gate = AND gate

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

What the fourth DeMorgan’s Law?

A

Inverting inputs and outputs of and AND gate = OR gate

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

How can DeMorgan’s Law’s logic be implemented in real circuits?

A

They can be implemented through the use of Complementary-symmetry Metal-Oxide-Semiconductor (CMOS) transistors

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

How can DeMorgan’s be applied during design?

A

Typically, inversion gates are the ones used, but since they can be confusing to understand, instead, the more easily applicable AND/OR gates are used then DeMorgan’s is employed to convert them into implementable gates (NAND/NOR/NOT)

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

What should be noted when wanting to convert a circuit to exclude any inversion circles?

A

One output circle cancels all the input circles it feeds

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

How can a circuit be converted to only include AND and OR gates?

A

First start by converting the output-most to their DeMorgan equivalent and check for cancelling circles

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

What are the steps to applying DeMorgan’s Law (in the general form) to find the equivalent of an expression?

A

1) Take a boolean expression as your input
2) Bracket all groups of ANDs
3) Take the dual of the expression (clean up bracketed terms once done)
4) Invert all variables

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

What are some common mistakes to avoid in regards to solving DeMorgan’s Laws problems?

A

1) Not bracketing all AND terms before swapping the AND and OR signs
2) Not using the less error prone graph method, instead of the algebraic method (not always possible)
3) Equating the following three: F, F(dual), F(bar)

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