S T L D
S T L D
:14BT40405 SVEC-14
3 a) Draw the multi level NOR circuit for the following. 7 Marks
(AB+CD)E + BC(A+B)
b) Simplify the Boolean function using tabular method 7 Marks
F(A,B,C,D) = (0,1,2,8,10,11,14,15) + d(3,5)
(OR)
4 a) Simplify the Boolean function and obtain its realization using only NAND 7 Marks
gates:
F(A,B,C,D) = (0,1,3,4,6,9,11) + d(2,5)
b) Assume propagation delay of EX-OR gate is 20ns and OR and AND gate is 7 Marks
10ns and then find the propagation delay 4 bit parallel adder.
5 a) Explain the operation of ripple carry adder with a neat diagram. 6 Marks
b) Design a 3-bit binary to gray code converter 8 Marks
(OR)
6 a) Implement the following function using (8 : 1) MUX and (4 : 1) MUX 8 Marks
f = (0,2,3,5,7)
b) Realize a full adder circuit using 3 x 8 decoder and OR gates. 6 Marks
1
7 a) Write the conversion procedures of the Flip Flops. Convert T Flip Flop to JK. 7 Marks
b) Draw a 4 bit parallel in serial out shift register and briefly explain. 7 Marks
(OR)
8 a) Draw an asynchronous decade counter and explain its operation. 7 Marks
b) Design and explain the function of 4-bit bidirectional shift register. 7 Marks
2
CODE No.:10BT40404
4. a) What are the hazards in an digital system and explain in detail about static, dynamic
and essential hazards?
b) Implement the following functions using a multiplexer
Y = C'B'A' + C'BA' + C'BA + CB'A + CBA.
5. Derive the ROM programming table for the combinational circuit that squares a 4 bit number.
Minimize the number of product terms.
1
CODE No.:10BT40404
3. a) Simplify the Boolean function 'F' using don't care conditions 'd' in (i) SOP form (ii) POS
form F=A'B'D'+A'CD+A'BC, d=A'BC'D+ACD+AB'D'
b) Given F(A,B,C,D,E) = (0,2,4,6,9,11,13,15,17,21,25,27,29,31). Obtain the simplified SOP
form using k-map method.
5. Draw the internal construction of PLA having 3 inputs, 3 product terms and 2 output and realize the
following functions using it. F1 = m (0,1,3,5) and F2 = m (0,3,5,7).
1
CODE No.:10BT40404
6. a) Draw the logic diagram of a 4 bit binary ripple counter using positive edge triggering.
b) Design Mod-10 Counter using JK Flip-Flops.
7. a) Draw the block diagrams of Mealy and Moore state machines and explain.
b) Explain the capabilities and limitations of Finite state machines.
8. a) Show the eight exit paths in an ASM block emanating from the decision boxes that check
the eight possible binary values of three control variables x,y and z .
b) Explain the features of ASM charts.
1
CODE No.:10BT40404
3. a) Simplify the following Boolean function for minimal POS form using K-map.
F(W,X,Y,Z) = (4,5,6,7,8,12) + d(1,2,3,9,11,14)
b) Simplify the following Boolean expressions using K-map and implement them using
NAND gates: F (W, X, Y, Z) = W'X'Y'Z' + WXY'Z' + W'X'YZ + WXYZ.
4. a) Draw the truth tables of half subtractor and full subtractor. Implement these using only
NAND gates.
b) Design a combinational circuit that accepts a 3 bit number and generates an output binary
number equal to the square of the input number.
5. a) Design a combinational circuit using a PROM. The circuits accept 3 bit binary number and
generate its equivalent Excess-3 code.
b) Derive the PLA programming table for the combinational circuit that squares a 3 bit number.
2
CODE No.:10BT40404
2. a) Implement the following logical expression using AND-OR-INVERTER gates and also
using only NOR gates. A + BC'(D' + BE').
b) Prove the following using Boolean algebra:
i) y'z' + w'x'z' + w'xyz' + wyz' = z'
ii) ABC + A'B'C + A'BC +ABC' + A'B'C' = A'B' + B(A + C).
3. Implement the following logical expression using only universal gates of NAND and NOR
i) ABC + AB'C +A'BC + A'B'C
ii) f(A,B,C,D) = m (0, 2,3,6,8,9,14,15).
4. a) What are the hazards in an digital system and explain in detail about static, dynamic
and essential hazards
b) Implement the following functions using a multiplexer
Y = C'B'A' + C'BA' + C'BA + CB'A + CBA.
8. a) How do you indicate Moore outputs and mealy outputs in an ASM block?
b) Draw the ASM chart for binary multiplier and explain with an example.
1
CODE No.:10BT40404
3. a) Simplify the Boolean function 'F' using don't care conditions 'd' in (i) SOP form (ii) POS
form F=A'B'D'+A'CD+A'BC, d=A'BC'D+ACD+AB'D'
b) Given F(A,B,C,D,E) = (0,2,4,6,9,11,13,15,17,21,25,27,29,31). Obtain the simplified SOP
form using k-map method.
5. Realize the following logical functions using an PLA and also the architecture of the PLA used
i) F1(x,y,z) = m(0,1,2,4,6) and F2(x,y,z) = m(0,2,6,7)
ii) F1(x,y,z) = m(0,1,3,5) and F2(x,y,z) = m(1,3,5,7).
8. a) Explain how the ASM chart differs from a conventional flow chart and also explain the
advantages of using an ASM chart over conventional flow chart.
b) Design a Mealy type serial adder using an FSM.
1
CODE No.:10BT40404
2. a) Implement the following logical expression using AND-OR-INVERTER gates and also
using only NOR gates. A + BC'(D' + BE')
b) Prove the following using Boolean algebra
i) y'z' + w'x'z' + w'xyz' + wyz' = z'
ii) ABC + A'B'C + A'BC +ABC' + A'B'C' = A'B' + B(A + C).
5. a) Design a combinational using a PROM . The circuits accept 3 bit binary number and generate
its equitant Excess-3 code.
b) Derive the PLA programming table for the combinational circuit that squares a 3 bit number.
4. a) Draw the truth tables of half subtractor and full subtractor. Implement these using only
NAND gates.
b) Design a combinational circuit that accepts a 3 bit number and generates an output binary
number equal to the square of the input number.
8. a) Draw and explain the ASM chart for designing a binary multiplier.
b) Explain the procedure of state minimization using merger graph and merger table.
1
CODE No.:10BT40404
5. Draw the internal construction of PLA having 3 inputs, 3 product terms and 2 output and realize the
following functions using it. F1 = m (0,1,3,5) and F2 = m (0,3,5,7).
8. a) Show the eight exit paths in an ASM block emanating from the decision boxes that check
the eight possible binary values of three control variables x,y and z ?
b) Explain the features of ASM charts?