Assignment DE
Assignment DE
11. Explain the design and operation of a full-adder circuit. Provide the truth table and
logical expressions for the outputs.
12. Simplify the logic circuit shown in figure
13. Design a 4-to-1 multiplexer circuit and provide the truth table for its operation.
14. Describe the operation of a BCD adder and explain how it differs from a regular
binary adder.
15. Explain the concept of canonical forms in Boolean algebra. Provide an example to
illustrate the canonical representation of a Boolean function.
16. Design a 4-variable Boolean function and simplify it using both Karnaugh map and
algebraic methods. Compare the results obtained.
17. Implement full adder using multiplexer.
18. Define Synchronous counter.
19. Realize T Flip Flop using SR Flip Flop
20. Design a 3 bit synchronous counter which counts in the sequence 000, 001, 011,
010,100, 110, (repeat) 000, …using D flip flop.
21. Convert Transparent flip flop into a JK flip flop.
22. Simplify the following function using K – map, f = ABCD + AB’C’D’+ AB’C + AB
& realize the SOP using only NAND gates?
23. Minimize the term using Quine McCluskey method & verify the result using K
map method πM(0,1,4,11,13,15)+ πd(5,7,8).
24. Using Quine McCluskey method Simplify the Boolean expression F(v,w,x,y,z) = ∑
(4,5,9,11,12,14,15,27,30) +∑ø(1,17,25,26,31)
25. Given Y (A, B, C, D) = ∏M (0, 1, 3, 5, 6, 7, 10, 14, 15), draw the K-map and obtain
the simplified expression. Realize the minimum expression using basic gates.
26. Implement the following function using suitable multiplexer F (A, B, C, D) = Σ(1, 3,
4, 11, 12, 13, 14 , 15 )
27. Draw the logic diagram of BCD to Decimal decoder and explain its operations.
28. Explain the working Master/Slave JK FF.