DPSD - Model Lab Questions
DPSD - Model Lab Questions
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)
( , , , )= (0,1,3,5,7,11,13,15)
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