Imp Questions DCS
Imp Questions DCS
Unit 1
Q.1 Express the following unsigned decimal numbers in binary, octal, and hexadecimal: 225.5,
67.25, 49, 10.1, 0.2
Q.2 Simplify the following Boolean function to (1) a sum of products form (2) a product of sums
form:
f1(A, B, C, D) = ABC + ABD + BCD
Q.4 Implement y=AB’+CD’ with the help of NAND and NOR gate.
Q.6 Simplify the following Boolean Function by using the tabulation/ Quine Mc-Cluskey
method
F(A, B, C, D)= ∑(0,1,2,8,10,11,14,15)
Q.7 Implement the following function with NAND gate and NOR gate.
F(x, y, z) = ∑m( 0, 3,7)
Unit 2
Q.3 Design a full adder using two half adders and a OR gate.
Q.4 Design a BCD to excess-3 code converter circuit and draw the logic diagram
Q.7 Simplify the Boolean Function F = A'B'CD + AB'CD'+ A'BCD + AB'C' D' +
ABCD+A'B'C'D'
using a suitable decoder.
Q.11 Explain 4 bit parallel adder with look ahead carry generator.
Unit 3
Q.1 Draw a neat diagram of master slave JK flip flop. Explain how race around condition is
avoided using master slave JK flip flop. (CO3, PO1)
Q.2 Design a conversion logic to convert JK flip flop to a D flip flop. (CO3, PO1)
Q.4 Design a 4-bit bidirectional shift register with parallel load. (CO3, PO1)
Q.5 The content of 4-bit shift register is initially 1001. The register is shifted 6 times to right
with serial input being 101101. What is the content of the register after each shift? Justify your
answer. (CO3, PO1)
Q.6 Design a asynchronous decade counter with T flip flop. (CO3, PO1)
Q.9 Design a counter for the following using JK flip flop. Avoid lock out condition.
0→2→4→6→7→0 (CO3, PO1)
Unit 4
Q. 1 What are the advantages of TTL circuits? Draw a circuit diagram of a two input TTL
NAND gate and explain its operation.
Q.7 Design the basic gate of RTL, DTL, TTL, ECL and CMOS logic families and explain its
working.
Q.8 Write a short note on the concept of PAL, PLA and PROM
Q.9 what is a programmable logic device? What is the advantage of using PLDs in the design of
digital syatem
Q.10 what is the architectural difference between PAL, PLA and PROM
Unit 5
Q. 1 What is the need of analog to digital converter and digital to analog converter?