You are on page 1of 3

Assignment #2

Digital Logic Design


Deadline: 27 April,2024 (11:59 PM)
Total Marks: 70
Instructions
 You have to submit Assignment 1 individually on Portal.
 The assignment should be handwritten. You need to assemble the pictures of
handwritten assignments in pdf/word .
 Incase of plagiarism, straight ZERO will be awarded.
 Assignments will not be accepted on email and late submissions of assignments
are strictly prohibited.

This Assignment will test your CLO 1

Question 1: 10 marks

Using the concepts taught in class, convert the following expressions


to standard SOP form:
a) BC + AD (BC’ + CD)
b) B + C ( BD + (C+D’) A )

Question 2: 10 marks

Using the concepts of conversion between SOP and POS, convert


each standard SOP expression in question 1 to standard POS form.

Question 3: 10 marks

Develop a truth table for following standard POS expression:

(A+B)(A+C)(A+B+C)
Question 4: 20 marks

Solve the following questions:

A. Determine the 2’s complement


a. 101010
b. 11001100
B. Convert each hexadecimal number to binary
a. ABCD
b. 1A3
C. Convert each binary to hexadecimal number
a. 10101100
b. 10111011
D. Convert each hexadecimal to decimal number
a. BCD
b. 6F1
E. Convert each decimal to hexadecimal number
a. 3652
b. 7825
F. Convert each octal number to binary
a. 145
b. 456
G. Convert each binary to octal number
a. 10101111
b. 11110
H. Convert each octal to decimal number
a. 2673
b. 7777
I. Convert each decimal to octal number
a. 654
b. 9999
J. 1111 + 1111 = ?
K. 110000 – 1111 = ?
Question 5: 20 marks

Simplify using K-Map

A. F(A,B,C,D) = A’B’C’ + B’CD’ + A’BCD’ + AB’C’

B. F(w,x,y,z) = ∑(1,3,7,11,15)
Using don’t care conditions
D(w,x,y,z) = ∑ (0,2,5)

You might also like