Assignment 1
Assignment 1
Assignment 1
Date: 13-12-2021
Due Date: 20-12-2021
Instructor: Dr. F. Anjam Total Marks: 80 (relative)
1. Explain the following number systems with examples. (CLO 1 --- marks = 10)
a. Binary
b. Octal
c. Decimal
d. Hexadecimal
3. If If A = 10012 and B = 0011, using 2’s compliment, find (CLO 1 --- marks = 10)
a. A – B
b. B – A
4. If M = 1111012 and N = 0100002, using 2’s compliment, find (CLO 1 --- marks = 10)
a. M – N
b. N – M
5. Using K-Map, simplify the Boolean functions into Sum-of-products (SOP) forms and draw
the simplified logic diagrams: (CLO 2 --- marks = 20)
a. F(A, B, C, D) = ∑ (1, 3, 6, 7, 9, 10, 12, 14)
b. F(X, Y, Z) = XY + YZ’ + XY’Z + XYZ
6. Using K-Map, simplify the Boolean functions into Product-of-sums (POS) forms and draw
the simplified logic diagrams: (CLO 2 --- marks = 20)
a. F(A, B, C, D) = ∏ (0, 2, 4, 5, 8, 11, 13, 15)
b. F(X, Y, Z) = (X + Y) * (Y + Z’) * (X + Y’ + Z) * (X + Y + Z)