0% found this document useful (0 votes)
95 views2 pages

Logic Design / Digital Logic (Assignment 2) Due Date: 24.10.2017 (Tuesday)

The document contains an assignment on logic design and digital logic due on October 24th, 2017. It includes 14 questions involving designing combinational circuits to perform various logic functions using gates, decoders, multiplexers, and minimizing Boolean equations. Students are asked to design circuits that take inputs and produce outputs for squaring numbers, 9's complement, comparing to a value, converting between BCD and Gray code, detecting adjacent inputs, implementing logic functions with a multiplexer, decoding, subtraction using multiplexers, and implementing and minimizing logic functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
95 views2 pages

Logic Design / Digital Logic (Assignment 2) Due Date: 24.10.2017 (Tuesday)

The document contains an assignment on logic design and digital logic due on October 24th, 2017. It includes 14 questions involving designing combinational circuits to perform various logic functions using gates, decoders, multiplexers, and minimizing Boolean equations. Students are asked to design circuits that take inputs and produce outputs for squaring numbers, 9's complement, comparing to a value, converting between BCD and Gray code, detecting adjacent inputs, implementing logic functions with a multiplexer, decoding, subtraction using multiplexers, and implementing and minimizing logic functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

LOGIC DESIGN / DIGITAL LOGIC (ASSIGNMENT 2)

Due date: 24.10.2017(Tuesday)

1. Design a combinational circuit that accepts a three bit number and generates an output
binary number equal to the square of the input number.
2. Design a combinational circuit with four inputs that represents decimal digit in BCD and four
outputs that produces 9 ‘s complement of the input digit
3. Design a combinational circuit with three input and one output. The output is equal to 1 if
binary value of the input is less than three, otherwise the output is logic 0
4. Design a combinational circuit which will convert BCD to Gray code
5. Design a combinational logic circuit with four inputs (A,B,C,D) that will produce output 1
only when two adjacent input variables are 1s. A and D are also treated as adjacent.
Implement it using universal logic gates
6. Alyssa needs to implement the function
𝑌 = 𝐴𝐵̅ + 𝐵̅𝐶̅ + 𝐴̅𝐵𝐶
to finish her senior project, but when she looks in her lab kit, the only part she has left is an
8x1 MUX . How does she implement the function?
7. Write the minimized Boolean equation for the function performed by the circuits

8. Design 5 to 32 line decoder using 4 to 16 line decoder.


9. Design a full subtractor using required number of 4x1 MUX
10. Use a multiplexer to implement logic function
F=A ⊕B⊕C
11. Design full subtractor using 3 to 8 line decoder
12. 𝐹1 = (𝑋 + 𝑌 + 𝑍)(𝑋̅ + 𝑌 + 𝑍)(𝑋 + 𝑌̅ + 𝑍̅ )

𝐹2 = (𝑋 + 𝑌̅ + 𝑍)(𝑋 + 𝑌 + 𝑍̅)(𝑋̅ + 𝑌̅ + 𝑍̅ )

Implement the function F1 and F2 with decoder and external gates


13. Find the Simplified expression of the functions given below.
F ( A,B,C,D ) = ∑(0,6,8,13,14)

d(A,B,C,D) = ∑(2,4,10)

14. Find the Simplified expression of the functions given below.


F ( A,B,C,D ) = ∑(4.5,6,7,12,13,14)

d(A,B,C,D) = ∑(1,9,11,15)

You might also like