You are on page 1of 2

KINGDOM OF SAUDI ARABIA | JAZAN UNIVERSITY

COLLEGE OF COMPUTER SCIENCE & INFORMATION SYSTEMS


ASSIGNMENT -SECOND- 2023-2024, First SEMESTER
Academic Year 2023-2024 Semester First
Course with code Digital Design, COMP-231 Section
Type of Assignment Individual Marks 15
Date of Announcement 12/10/2023 Deadline 30/10/2023

ASSIGNMENT PROBLEM STATEMENT


Guidelines:

1. Answer all the questions with the help of Textbook as well as online resources.
2. Submit assignment on or before deadline on BLACKBOARD portal. Late assignment submission will
not be allowed.
3. Students should not copy and paste assignments directly from other students. Assignments will also
be evaluated on the basis of plagiarism.
Questions:

1. Simplify the following Boolean functions, using three-variable maps: (3 Marks)


(a) F(x, y, z) = Σ( 0,1, 3, 7 )
(b) F(x, y, z) = ∑ (0,4,2,6,)

2. Simplify the following Boolean expressions, using three-variable maps:


(3 Marks)

(a) f(a,b,c) = a’bc + abc + bc’


(b) F(x, y, z) = xy + x′y′z′ + x′yz′
3. Simplify the following Boolean functions, using four-k- variable maps: (3 marks)

(a) F(A, B, C, D) = ∑ (1, 3, 7, 11, 15)


D(A,B,C,D) = (0, 2, 5)

4. Simplify the following expressions, and implement them with two-level NAND
gate circuits: (3 marks)

a) AB′ + ABD + ABD′ + A′C′D′ + A′BC′

5. Prepare the truth table, logic circuit and Boolean expression of Full Adder?

You might also like