Practice Assignment No-3 Digital Logic Design Fall 2024
Practice Assignment No-3 Digital Logic Design Fall 2024
Problem No-2 Find two different minimal sum-of-product (SOP) expressions for
the following function: -
F (a, b, c, d) = ∑m (3, 7, 11, 12, 13, 15) + ∑d (5, 8, 9, 14)
Problem No-3 Find a minimal product-of-sums (POS) expression for the following
function: -
F (a, b, c, d) = πM (0, 2, 10, 11, 12, 14, 15). πD (5, 7)
Problem No-4 Assuming that the inputs abcd = 0101; abcd = 1001; abcd = 1011
never occur, find a simplified expression for
F = a’bc’d + a’b’d + a’cd + abd + abc
Problem No-5 Find the essential prime implicants for the following function:
F (a, b, c, d, e) = ∑ (0, 3, 4, 5, 6, 7, 8, 12, 13, 14, 16, 21, 23, 24,
29, 31)
Problem No-7 Realize the function f = a’bc’ + bd + ac + b’cd’ using only 2-input
NAND gates.
Problem No-8 The following equation is implemented using AND gates, OR gates,
and inverters. Convert the circuit to use only NAND gates and
inverters (do not manipulate the equation with Boolean algebra).
F (a, b, c, d) = b (a (bc + d’) + c’d)
Problem No-9 Repeat problem 8 above, using only NOR gates and inverters.
Problem No-10 Implement the function F (a, b, c, d) = ∑ (0, 1, 4, 6, 7, 9, 11, 13, 14)
+ ∑d (2, 5, 12), in all non-degenerate Forms.
Problem No-11 Design a network of NAND gates and inverters that converts from
8,4,-2,-1 BCD code to 6,3,1,1 code.
Problem No-12 After completing the design and fabrication of a digital system, a
designer finds that one more inverter is required. However, the only
spare gates in the system are a 3-input OR, a 2-input AND, and a
2-input XOR. How should the designer realize the inverter function
without adding another IC?
Problem No-13 Use Quine-McCluskey procedure to find all the minimum sum-of-
products (SOP) expression for the following function F
F(A,B,C,D,E)=Ʃm(0,2,6,7,8,10,11,12,13,14,16,18,19,29,30)
+Ʃd(4,9,21)
Problem No-14 Use the Quine-McCluskey procedure to find all of the prime
implicants for
F (a, b, c, d) = ∑ (0, 1, 3, 5, 6, 7, 8, 10, 14, 15)
Problem No-15 Using a prime implicant chart, find all minimum sum-of-products
(SOP) solutions for the function of problem 14.
Problem No-16 Use the Petrick’s method to find all of the minimal sum-of-product
(SOP) expressions for the following function:
f(a, b, c, d) = ∑ (0, 2, 6, 7, 8, 9, 10, 13, 15)
Problem No-17 Use the Petrick’s method to find all of the minimal sum-of-product
expressions for
f(w, x, y, z) = ∑ (7, 12, 14, 15)+ ∑d (1, 3, 5, 8, 10, 11, 13)
Problem No-18 Optimize the following Boolean functions together with the don’t
care conditions d in the forms indicated using map method by
finding all the prime implicants and essential prime implicants and
apply the selection rule: -
a. F1(A,B,C,D)=(A′+B′+D′)(A+B′+C′)(A′+B+D′)(B+C′+D′)
SOP & POS
F(A,B,C,D)=Σm (1,3,4,5,9,10,11,12,13,14,15)
G(A,B,C,D)=Σm (0,2,3,4,5,7,8,10,11,12,13,15)
Problem No-26 For the following function G, use map method to find minimum
sum-of-productS (SOP) form.
G(A,B,C,D,E,F)= ∑m
(1,3,6,8,9,13,14,17,19,24,25,29,32,33,34,35,38,40,46,49,51,53,55,56,61,63)
___________________________________________________________________
“Good Luck”