




















































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Some concept of Engineering Electrical Circuits are Active Filters, Useful Electronic, Boolean, Logic Systems, Circuit Simulation, Circuit-Elements, Common-Source, Understand, Dual-Source, Effect Transistors. Main points of this lecture are: Logic Circuit, Synthesis, Basic Gates, Logical Operators, Two Value, Logic, George Boole, Boolean Operators, Tables, Characterized
Typology: Slides
1 / 60
This page cannot be seen from the preview
Don't miss anything!





















































Boolean Algebraic Properties
Expands [AB+AC] & [A(B+C)] A B C B+C AB AC AB+AC A(B+C) 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 IDENTICAL
the EXCLUSIVE-OR Version of the Dist Law
A(B⊕C) ≡ AB⊕AC
A B C B ⊕ C AB AC AB ⊕ AC A(B ⊕ C) 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 0 0 IDENTICAL
% case-b
y = 3 y = 3 b1 = ~((y == 2)|(y > 5)) b1 = 1 b2 = (~(y == 2))&(~(y >5)) b2 = 1
( A + B ) = A ∗ B
?
Q 1 = ( A ⋅ B ⋅ C ) + A ⋅( B + C )
Q 2 = ( B + C + D ) ⋅( A + C + D ) ⋅( C + D )
Principal Boolean Algebra Laws OR expression AND expression Law Name 0 + a = a 1a = a Identity 1 + a = 1 0a = 0 a + a = a aa = a Idempotency a + a' = 1 aa' = 0 Complement (a')' = a Involution a + b = b + a ab = ba Commutativity a +(bc) = (a + b)(a + c) a(b + c) = ab + ac Distributivity a + (b + c) = (a + b) + c a(bc) = (ab)c Associativity a + ab = a a(a + b) = a Absorption a + a'b = a + b a(a' + b) = ab Simplification ( a + b)' = a' b' (ab)' = a' + b' DeMorgan's Law ab + a'c + bc = ab + a'c (a+b)(a'+c)(b+c) = (a+b)(a'+c) Consensus Thrm
NOTE: (^) a ' ≡ a b '≡ b etc.
Q = X ⋅ Y ⋅ Z + X ⋅ Y ⋅ Z
X 0 Y 0 (^) Z 0 Q 0 (^00 01 10 ) (^01 10 10 ) (^11 01 10 ) 1 1 1 0
Q = X ⋅ Y ⋅ Z + X ⋅ Y ⋅ Z
Q
X 0 Y 0 (^) Z 0 Q 0 (^00 01 10 ) (^01 10 10 ) (^11 01 10 ) 1 1 1 0
with the following:
sum-of-products function that
follows directly from expanding
the ones in the truth table as
minterms.