Mid 2 DLD
Mid 2 DLD
Mid 2 DLD
10. Draw the block diagram for the hardware that implements the following statements:
+ : +
where AR and BR are two n-bit registers and x,y, and z are control variables. Include the logic
gates for the control function.
11. Tabulate the PLA programming table for the four Boolr=ean functions listed below. Minimize the
numbers of product terms.
(, , ) = (1,3,5,6) B(, , ) = (0,1,6,7)
C(, , ) = (3,5) (, , ) = (1,2,4,5,7)
12. Tabulate the truth table for an 8 X 4 ROM that implements the Boolean functions
(, , ) = (0,3,4,6) B(, , ) = (0,1,4,7)
C(, , ) = (1,5) (, , ) = (0,1,3,5,7)
Considering now the ROM as a memory. Specify the memory contents at addresses 1 and 4.
13. Derive the PLA programming table for the combinational circuit that squares a three-bit
number.Minimize the number of product terms.
14. Derive the ROM programming table for the combinational circuit that squares a four-bit
number.Minimize the number of product terms.
15. List the PLA programming that for the BCD-to-excess-3-code converter.
16. Design a four-bit binary synchronous counter with D flip-flops.
17. What is the difference between serial and parallel transfer? Explain how to convert serial data to
parallel and parallel data to serial.What type of register is needed?
18. Te contents of a four-bit register is initially 0110. The register is shifted six times to the right with
serial input being 1011100. What is the content of the register after each shift?
19. A sequential circuit has two JK flip-flops A and B and one input x. Yhe circuit is described by the
following flip-flop inpot equations:
= = = =
a. Derive the state equations A(t+1) and B(t+1) by substituting the input equations for the J and K
variables.
b. Draw the state diagram of the circuit.
20. A sequential circuit has three flip-flops A,B,C; one input x_in;and one output y_out. The state
diagram is shown in fig. The circuit is to be design by treating the unused states as dont-care
conditions. Analyze the circuit obtained from the design to determine the effect of the unsuded
states. Use D flip-flops in the design.