You are on page 1of 2

FAST – National University of Computer and Emerging Sciences

Fall 2023 - Digital Logic Design


Assignment 1
Due Date: 19th September 2023

Note: Assignment is to be submitted only is soft form on GCR.

Question 1:

a) Find the 16’s complement of C3DF.


b) Convert C3DF to binary.
c) Find the 2’s complement of the result in (b).
d) Convert the answer in (c) to hexadecimal and compare with the answer in (a).

Question 2: Perform subtraction on the given unsigned numbers using the 10’s complement of the
subtrahend. Where the result should be negative, find its 10’s complement and affix a minus sign. Verify
your answers.

 4,637 - 2,579
 125 - 1,800

Question 3: 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.

 10011 - 10010
 100010 - 100110
 1001 - 110101

Question 4: Simplify the following Boolean expressions to a minimum number of literals:

 ABC + A’B + ABC’


 x’yz + xz
 (x + y)’(x’ + y’)
 xy + x(wz + wz’)
 (BC’ + A’D) (AB’ + CD’)
 (a’ + c’) (a + b’ + c’)

Question 5: Express the complement of the following functions in sum‐of‐minterms form:

 F(A,B ,C, D) = ∑(2, 4, 7, 10, 12, 14)


 F ( x, y, z ) = π(3, 5, 7)

Question 6: Implement the Boolean function F = xy + x’y‘+ y’z


 With NAND and inverter gates
 With NOR and inverter gates

You might also like