Electronics - Logic Circuit Simplification - Discussion

Discussion Forum : Logic Circuit Simplification - General Questions (Q.No. 4)
4.
The observation that a bubbled input OR gate is interchangeable with a bubbled output AND gate is referred to as:
a Karnaugh map
DeMorgan's second theorem
the commutative law of addition
the associative law of multiplication
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Deepa said:   1 decade ago
DeMorgan's Law:

~(P^Q) <=> ~Pv~Q;
~(PvQ) <=> ~P^~Q;

Amresh said:   8 years ago
You are correct @Srikanth.

Srikanth said:   9 years ago
~a + ~b = ~(a.b).

Post your comments here:

Your comments will be displayed after verification.