You are on page 1of 7

lOMoARcPSD|33071628

DLD Assignment #3 - Chp4 and chp 5

Digital Logic Design (COMSATS University Islamabad)

Studocu is not sponsored or endorsed by any college or university


Downloaded by Ibrahim Rana (irana844@gmail.com)
lOMoARcPSD|33071628

1. Design a combinational circuit with three inputs x, y and z and three outputs A, B and C. When
the binary input is 0, 1, 2 or 3, the binary output is two greater than the input. When the binary
input is 4, 5, 6 or 7, the binary output is three lesser the input.

Downloaded by Ibrahim Rana (irana844@gmail.com)


lOMoARcPSD|33071628

2. Design a combinational circuit that compares two 4-bit numbers to check if they are equal. The
circuit output is equal to 1 if they are equal and 0 otherwise.

Downloaded by Ibrahim Rana (irana844@gmail.com)


lOMoARcPSD|33071628

Downloaded by Ibrahim Rana (irana844@gmail.com)


lOMoARcPSD|33071628

3. Design a combinational circuit that counts the number of 1s present in three inputs A, B and C.
Its output is a 2-bit number X1 and X0, representing that count in binary.

Downloaded by Ibrahim Rana (irana844@gmail.com)


lOMoARcPSD|33071628

4. Implement full subtractor using decoder.

Downloaded by Ibrahim Rana (irana844@gmail.com)


lOMoARcPSD|33071628

5. Implement the following POS function using multiplexer.


F(A,B,C,D) = Ω (2,3,4,7,10,11,13,14)

Downloaded by Ibrahim Rana (irana844@gmail.com)

You might also like