Thursday, June 28, 2018

Laws of Boolean

Truth Tables for the Laws of Boolean

Boolean
Expression
DescriptionEquivalent
Switching Circuit
Boolean Algebra
Law or Rule
A + 1 = 1A in parallel with
closed = "CLOSED"
universal parallel circuitAnnulment
A + 0 = AA in parallel with
open = "A"
universal parallelIdentity
A . 1 = AA in series with
closed = "A"
universal series circuitIdentity
A . 0 = 0A in series with
open = "OPEN"
universal seriesAnnulment
A + A = AA in parallel with
A = "A"
idempotent parallel circuitIdempotent
A . A = AA in series with
A = "A"
idempotent series circuitIdempotent
NOT A = ANOT NOT A
(double negative) = "A"
 Double Negation
A + A = 1A in parallel with
NOT A = "CLOSED"
complement parallel circuitComplement
A . A = 0A in series with
NOT A = "OPEN"
complement series circuitComplement
A+B = B+AA in parallel with B =
B in parallel with A
absorption parallel circuitCommutative
A.B = B.AA in series with B =
B in series with A
absorption series circuitCommutative
A+B = A.Binvert and replace OR with AND de Morgan’s Theorem
A.B = A+Binvert and replace AND with OR de Morgan’s Theorem

No comments:

Post a Comment