You are on page 1of 1

Assignment # 2

Note:

• Place the assignment on the table/chair in week 49 before I start the lecture.
• Late assignment won’t be entertained.

Question#1: Perform hexadecimal multiplication of (C7DF)16 and (7EFB)16

Question#2: Implement 8:1 MUX using 4:1 mux.

Question#3: From the given Boolean expression

F(A,B,C,D) = (D´ • C´ • B´ • A´) + (D´ • C´ • B • A´) + (D´ • C´ • B • A) + (D´ • C • B´ • A) +


(D´ • C • B • A´ ) + (D´• C • B • A) + (D • C´ • B´ • A´) + (D • C´ • B´ • A)

a) Simplify the Boolean expression


b) Draw truth table from (a)
c) Draw logical circuit from (a)

You might also like