0% found this document useful (0 votes)
13 views

DPSD - Model Lab Questions

Digital Processing and Signal Design

Uploaded by

Sriraam SK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

DPSD - Model Lab Questions

Digital Processing and Signal Design

Uploaded by

Sriraam SK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

20CI302 – DIGITAL PRINCIPLES AND SYSTEM DESIGN

PRACTICAL QUESTIONS
1. i. The complement of a product is equal to the sum of the complements.
ii. The complement of a sum is equal to the product of the complements.
Verify the above two statements and distributive Law experimentally.
2. Verify associative law and absorption properties of the Boolean algebra given below
experimentally.

A  AB = A  B
A A  B  AB

3. Verify associative law and absorption properties of the Boolean algebra given below
experimentally.

A  AB = A  B
A A  B   A
4. Simplify the following Boolean function using K-map and implement using NOR gates only.
( , , , )= (0,1,3,4,5,8,9,11) + + (2,10)
5. Simplify the following Boolean function using K-map and implement using NOR gates only.
( , , , )= (0,1,3,4,5,8,9,11,13) + + (2,10,12)
6. Simplify the following Boolean function using K-map and implement using NOR gates only.
( , , , )= (3,4,6,7,11,13,15) + + (5,12,14)
7. Simplify the following Boolean function using K-map and implement using NAND gates
only.

( , , , )= (2,3,5,6,7,8,9,10,13) + (4,11,12,14,15)

8. Simplify the following Boolean function using K-map and implement using NAND gates
only.

( , , , )= (0,1,2,4,5,6,8,9,12,13,14) + (3,7,15)

9. Simplify the following Boolean function using K-map and implement using NAND gates
only.

( , , , )= (1,3,7,11,15) + (0,2,5)

10. Simplify the following Boolean function using K-map and implement using NOR gates only.
F (w, x, y, z) =  (0, 1, 4, 5, 8, 9, 11) + d (2,10,12,13)
11. Design a 3 bit Gray code to binary code converter and verify the truth table experimentally.
12.Design a 4 bit BCD to Gray code converter with the unused combinations of
BCD code is used as don’t care conditions. Verify the truth table experimentally.

Page 1
20CI302 – DIGITAL PRINCIPLES AND SYSTEM DESIGN
13. Design a 4 bit binary to Gray code converter and verify the truth table experimentally.
14. Implement half adder using 2X4 decoder and verify the truth table experimentally.
15. Implement half subtractor using 2X4 decoder and verify the truth table experimentally.
16. Realize the logic function given using IC 74150 (16 ×1 Mux)

( , , , )= (0,1,3,5,7,11,13,15)

17. Realize the logic function given using IC 74151 (8 ×1 Mux)

( , , , )= (0,1,3,5,7,11,13,15)

18. Realize full adder using IC 74151 (8 ×1 Mux)


19. Realize a 4 bit binary adder circuit to perform the following arithmetic operation
i. (15)10 +(12)10 ii. (12)10 +(12)10
20. Realize a 4 bit binary subtractor circuit to perform the following arithmetic operation
i. (15)10 - (12)10 ii. (12)10 - (15)10
21. Demonstrate the function of shift register IC 7495 for the data stored in the register is
1101 in SISO and SIPO modes of operation
22. Demonstrate the function of shift register IC 7495 for the data stored in the register is
1011 in PISO and PIPO modes of operation
23. Design and test a 2 bit gray code sequence counter using JK flip flop and verify its truth
table experimentally.
23. Design and test a 2 bit up counter using JK flip flop and verify its truth table
experimentally.
24. Design and test a 2 bit down counter using JK flip flop and verify its truth table
experimentally.
25. Design a 4 bit Gray code to binary code converter and verify its truth table
experimentally.
26. Realize full subtractor using IC 74151 (8 ×1 Mux)
27. a.Develop a Verilog HDL code for 1X4 comparator and simulate using XILINX ISE
Simulator
b.Verify the following absorption properties of the Boolean algebra experimentally.

A  AB = A  B
A A  B   A

Page 2
20CI302 – DIGITAL PRINCIPLES AND SYSTEM DESIGN
28. a.Develop a Verilog HDL code for mod 10 counter and simulate using XILINX ISE
Simulator
b.Verify the following absorption properties of the Boolean algebra experimentally.

A  AB = A  B
A A  B  AB

29. Realize the logic function given using IC 74150 (16 ×1 Mux)

( , , , )= (0,1,3,5,7,11,12,13,15)

Page 3

You might also like