

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
during the course of Design Techniques for Digital Systems, I notice the main points in these solved exam paper are:Boolean Algebra, Laws and Theorems, Particular Law, Karnaugh Map, Simplify Function, Minimal Two-Level, Sum of Products Expressions, Switching Functions, Universal Set of Gates, Assuming Constants
Typology: Exams
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Proof: a ′ c ′ + ab + ac + a ′ b ′ = a’c’ + ab + (ac + a’b’) associativity = a’c’ + ab + (ac + a’b’ + b’c) consensus = a’c’ + ab + ac + a’b’ + b’c + b’c idenpotency = (a’c’ + b’c + a’b’) + (ab + b’c + ac) commutativity+ associativity = (a’c’ + b’c) + (ab + b’c) consensus = a’c + ab + b’c idenpotency
Proof: ( a + c )( a ′ + c ′)( b ′ + c + d ′)( a + b ′ + d ′) = (a + c) (a’ + c’) ((ac) + (b’ + d’)) distributivity = (a + c) (a’ + c’) ac + (a + c) (a’ + c’) (b’ + d’) distributivity = (a + c) (a’ac + c’ac) + (a + c) (a’ + c’) (b’ + d’) distributivity = (a + c) (0 + 0) + (a + c) (a’ + c’) (b’ + d’) complement = 0 + (a + c) (a’ + c’) (b’ + d’) nullity = (a + c) (a’ + c’) (b’ + d’) identity
Show the switching functions. No need for the diagram.
F = a’d + a’b’ + c’d’ or F = a’d + b’c + c’d’ or F = a'd + c'd' + b'd'
1 1 1 1 1 1 1 1 x 1 x
00 01 11 10 00 01 11 10
cd
ab
Show the switching functions. No need for the diagram.
F = (a’ + d’) (a’ + c’) (b’ + c’ + d)
Solution: We know {AND, OR, NOT} is universal. If we can construct these three gates using the ones from the gate set we are checking, then the gate set under checking is also universal.
i. {AND, NOT}
ii. {NAND}
iii. {XOR, NOT} Not universal, because AND or OR can not be constructed using XOR & NOT
1 1 1 1 1 1 1 1 x 1 x
00 01 11 10 00 01 11 10
cd
ab