imp_ques_CS-304-1
imp_ques_CS-304-1
imp_ques_CS-304-1
MANAGEMENT-TECHNICAL CAMPUS
Important Questions
Digital Systems (CS-304)
1. What is Boolean algebra? Compare it with Karnaugh map. Also simplify the following expression using
k-map. 𝑌 = 𝐴̅𝐵̅𝐶̅ + 𝐵̅𝐶 + 𝐴̅𝐵
2. If X = 111.101 and Y = 101.110. Calculate x + y, and x–y and y–x by 2's complement method.
3. What are the universal Gate? Why we call them universal? Explain it with examples.
4. What do you mean by logic gates? Describe the various types of gates.
5. What is the weighted code? Explain any two weighted code.
6. Given the following Boolean function: F(W,X,Y,Z)=WXꞌ(Yꞌ+Zꞌ) + Xꞌ.Zꞌ.(WꞌΘY) where Θ
represents the XNOR operation, determine the simplified (minimal) SOP expression for F using
Boolean algebra & implement the given function using NOR-NOR logic.
7. Simplify the Boolean function F together with the don’t-care condition d in the following
forms:
i. Sum of products
ii. Product of sums
F(w,x,y,z)= Σ0,1,2,3,7,8,10
d(w,x,y,z)= Σ5,6,11,15
8. What is the difference between combinational circuit and sequential circuit?
9. Design a combinational circuit to convert the binary input ABCD to gray code.
10. Implement the function f A,B,C,DΣ0,1,5,7,10,14,15using 8:1multiplexer.
11. Convert (138.32)10 to
i. Binary
ii. Octal
iii. Hexadecimal
12. What is decoder? Explain BCD to decimal decoder.
13. Explain the addition of 10102 to 10112 using full adder step by step.
14. Convert Decimal to Binary
i. (1024)10
ii. (23.25)10
15. Explain synchronous and Asynchronous counter.
16. Design the binary to octal decoder and explain its working using Block diagram.
17. Design a synchronous counter to count in the random sequence 0,2,4,5,7,0,2,4,5,7 using D
flilp-flop.
18. Write short notes on
i. Semiconductor memories
ii. DRAM
19. What is Flip-Flop? Explain Master Slave J-K flip-flop.