
























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
Odd Parity Function, SOP Expression Simplification, Simplifying Expression, Odd Parity Generator Circuit, Operation of Odd Parity circuit, XOR and XNOR Gates, Combinational Functional Devices are main points of this lecture.
Typology: Slides
1 / 32
This page cannot be seen from the preview
Don't miss anything!

























SOP Expression SImplification
D 3 D 2
D 1 D 0 00 01 11 10
00 1 0 1 0
01 0 1 0 1
11 1 0 1 0
10 0 1 0 1
Operation of Odd-Parity circuit
t0 t1 t2 t3 t4 t5 t6 t7 t
AB + A B
AB + AB
A
B
F
Combinational Functional
Devices
Sum = AB+ AB = A ⊕ B CarryOut^ = AB
Sum = ABC + ABC+ ABC + ABC
Sum = A(B C+BC) + A(BC+BC )
Sum = A(B ⊕C) + A(B⊕ C )
Sum = A ⊕B ⊕ C
CarryOut = ABC + ABC + ABC + ABC
CarryOut = C( AB + AB) + AB(C+C )
CarryOut = C(A ⊕B) + AB