Model Question DS
Model Question DS
i) A sequential circuit with two D flip-flops A and B, one input x and one output z
is specified by the following next-state and output equations:
A(t+1)= A′+B, B(t+1)=B′x, z=A+B′
(1) Draw the logic diagram of the circuit
11.a. Ap CO3 16
(2) Draw the state table
(3) Draw the state diagram of the circuit
ii) Explain the difference between a state table,
characteristics table and excitation table.
OR
Design a synchronous counter that counts the sequence
11.b. 000,001,010,011,100,101,110,111,000 Ap CO3 16
Using D flipflop
12.a. Design an asynchronous sequential circuit with 2 inputs X and Y and with one Ap CO4 16
output Z Wherever Y is 1, input X is transferred to Z. When Y is 0; the output
does not change for any change in X. Use SR latch for implementation of the
circuit.
OR
(a) Explain the Race- free state assignment procedure.
(b) Reduce the number of states in the following state diagram. Tabulated the
reduced state table and draw the reduced state diagram.
12.b. Ap CO4 16
13.a. Implement the switching function F=Σm(1,3,5,7,8,9,14,15) by a static hazard free Ap CO4 16
two level AND OR gate network.
OR
A synchronous sequential circuit is described by the following excitation and
output function Y=X1X2+(X1+X2)Y, Z=Y.
13.b (i) Draw the logic diagram of the circuit. Ap CO4 16
(ii) derive the transition table and output map.
(iii) describe the behaviour of the circuit.
14.a. Implement the following function using PAL F1 (A, B,C) = Σ(1, 2, 4, 6); F2 (A, Ap CO5 16
B, C) = Σ(0, 1, 6, 7); F3 (A, B, C) = Σ(1, 2, 3, 5, 7).