Assignment 1 For DSD
Assignment 1 For DSD
6. Convert the following SOP Boolean expression into POS form ABC+ A’B’C
10. Minimize the given Boolean function using K map and implement the simplified function
using NAND gate only.
F(A,B,C,D)= ∑m(0,1,2,9,11,15) + d∑ m(8,10,14)
12. Draw a NAND logic diagram that implements the complement of the following function:
F(A, B, C, D) = (0, 1, 2, 3, 6, 10, 11, 14)
13. Express the following function as a sum of minterms and as a product of maxterms:
F(A, B, C, D) = B’D + A’D + BD
14. Draw the logic diagram corresponding to the following Boolean expressions without
simplifying them: (a) BC’+ AB + ACD (b) (A + B)(C + D)(A’ + B + D)
18. Obtain the 1’s and 2’s complements of the following binary numbers:
(a) 00010000 (b) 00000000 (c) 11011010 (d) 10101010
19. Perform subtraction on the given unsigned binary numbers using the 2’s complement of
the subtrahend. Where the result should be negative, find its 2’s complement and affix a
minus sign. (a) 10011 - 10010 (b) 100010 - 100110 (c) 1001 - 110101 (d) 101000 – 10101