DLD Questions
DLD Questions
DLD Questions
(a) With logic diagram and truth table explain the working of 3 to 8 line decoder. 07
(b) With logic diagram and truth table explain the working JK Flipflop.Also obtain its
characteristic equation. How JK flip-flop is the refinement of RS flip-flop?
1. With logic diagram and function table explain the operation of 4 to 1 line
multiplexer.
2.What is the function of shift register? With the help of simple diagram explain its
working. With block diagram and timing diagram explain the serial transfer of
information from register A to register B.
Design a 4 bit binary to BCD code converter
Design a full adder circuit using decoder and multiplexer
Convert SR flip-flop into JK flip-flop
convert decimal 8620 into BCD, excess-3 code and Gray code.
Design a combinational circuit whose input is four bit binary number and
output is the 2’s complement of the input binary number.
Design Sequential Circuit with J.K. Flip Flops to satisfy the following state
equation.
A( t + 1 ) =A′ B′ CD + A′ B′ C + ACD +AC′ D′
B(t+1)= A′ C + CD′ + A′ BC′
C(t + 1) = B
D(t +1)=D′
Represent the decimal number 8620 in BCD , Excess-3 , and Gray code
Design a sequential circuit using JK Flip-Flops and two states Q0 and Q1 such
that ,
1. It moves to the next state for input 0. (00 to 01, 01 to 10,…, 11 to 00)
2. It moves to the previous state for input 1. (reverse from the above mentioned
steps)