DLD Class-Test
DLD Class-Test
----------------------------------------------------------------------------------------------------------------------------- ------------------------
1. Add the two decimal numbers (989)10 and (123)10 using multi-bit BCD addition. Show all steps. 2
2. Reduce the following Boolean Expression to just three literals, using Boolean algebraic identities and 3
laws.
(x'y' + z)' + z + xy + wz
Make sure you must mention the identity or law beside each step.
3. Draw the truth table of the following function. Find out the Canonical POS of the function. Express 5
this using the product symbol, Π. Finally convert the canonical POS to Canonical SOP directly.
F(u,v,w,x) = (u + xw)(x + u'v)
------------------------------------------------------------------------------------------------------ -----------------------------------------------