DSD QB
DSD QB
DSD QB
UNIT – I
UNIT – II
1. Explain Carry Look Ahead Adder circuit with the help of logic diagram
2. Design & implement Half Adder and Full Adder with truth table
3. Design a 16×1 MUX by using two 8×1 MUX
4. Implement the following functions using a PROM:
i) F(w,x,y,z)=Σ(1,9,12,15)
ii) G(w,x,y,z)==Σ(0,1,2,3,4,5,6,7,10,11,12,13,14,15)
5. Implement 4-bit Magnitude Comparator and write down its design procedure.
6. Implement the following Boolean function using PLA
(i)F(w,x,y,z) = Σm(0,1,3,5,9,13) (ii)F(w,x,y,z) ) = Σm(0,2,4,5,7,9,11,15)
7. Implement the following Boolean function using 8:1 multiplexer. F(A,B,C,D) =
A’BD’+ACD+B’CD+A’C’D.
8. Design a combinational circuit using a PROM, which accepts 3 bit binary number and
generates its equivalent Excess-3 code.
9. Design and Explain Decimal to BCD Encoder
UNIT – III
UNIT – IV
1. Draw the block diagram of Moore and mealy circuits and give a comparison table of
these circuits
2. With suitable example explain a) State table b) State diagram c) State equivalence.
3. Compare synchronous and asynchronous counters
4. Design a mod 6 synchronous up counter using T flip-flop
5. Design a Modulo-12 up Synchronous counter Using T-Flip Flops and draw the Circuit
diagram
6. Obtain state diagram for the given state table
PS NS,Z
X=0 X=1
A B,0 E,0
B C,0 E,0
C D,1 E,0
D D,1 E,0
E B,0 F,0
F B,0 G,1
G B,0 G,1
7. Explain the state reduction and state assignment in designing sequential circuit.
Consider one example in this process.
8. Draw the diagram of melay type FSM for serial adder
UNIT – V