DSD Previous Year Questions
DSD Previous Year Questions
DSD Previous Year Questions
20. Design a full adder. Using full adders implement a 4- bit adder-subtractor circuit.
21. Perform subtraction using 2’s complement of the subtrahend of 1100.101 – 101.1011
22. Determine the base of the numbers in the operation; 58/4= 15
23. Prove that A+A̅B = A + B using Boolean postulates.
24. Find the complement of the Boolean function F = A̅ + ABC̅.And prove that F + F̅ = 1
and F. F̅ = 0.
25.
26. Represent (+59) and (-31) as signed binary numbers using 2’s complement
representation enough digits to accommodate the numbers. Perform the addition of
these signed binary numbers.
27. Design a look ahead carry generator to add two four-bit binary data input
28. Simplify the following functions using Quine- McClusky method : f (a,b,c,d) = ∑m (2,
3, 4, 5, 13, 15) + ∑d (8, 9, 10, 11).
29. Design a 4-bit code-converter to convert BCD to gray code.
30. Simplify the following Boolean function into (i) sum-of-products form and (ii)
product-of-sums form:
F (A, B, C, D) = ∑m(0, 1, 2, 5, 8, 9, 10)
31. Simplify the following functions using Quine- McClusky method :
F (w,x,y,z) = ∑m(3,4,5,6,7,11,12,14,15)
32. Using K-map simplify following Boolean expressions & give implementation of same
using gates
F(A,B,C,D)=AB(C+D)+ A̅(B+C+BCD)
d(A,B,C,D)= 𝐴 𝐵 𝐶 + 𝐴𝐵𝐶 𝐷 + 𝐴 𝐵 𝐶
33. Derive the circuit for two bit magnitude comparator