DDCA Set-1 Insem-1 Key
DDCA Set-1 Insem-1 Key
1, D Compare and contrast a Latch and Flipflop in controlling the logic of the system. 2M
Latches Flip-flops
Continuously checks its inputs and
Continuously checks its inputs and
changes output at times determined by
changes output accordingly.
the clock signal.
Level Triggered Edge Triggered
Requires Enable signal to function Requires clock to function
Made up of Logic gate blocks Made up of Latches and Logic gates
1, E Illustrate the modelling diagram of a register using flip-flops. 2M
1, F List the different types of shift registers. 2M
1. Serial In Serial Out (SISO)
2. Serial In Parallel Out (SIPO)
3. Parallel In Serial Out (PISO)
4. Parallel In Parallel Out (PIPO)
SECTION-B
2, A Describe the full adder using a block diagram, list its truth table and output equations. 4M
Block Diagram: Truth Table:
Output Expressions:
SUM = ∑m(1,2,4,7) = A’.B’.C+A’.B.C’+A.B’.C’+A.B.C
CARRY= ∑m(3,5,6,7) = A’.B.C+A.B’.C+A.B.C’+A.B.C
Circuit Diagram:
2, B Design a circuit diagram for a 3-to-8 line decoder. Include input and output labels in your 4M
diagram.
2, C Identify and categorize the various types of triggering mechanisms utilized in digital 4M
circuits.
2, D Compare and contrast the design considerations for synchronous and asynchronous 4M
sequential circuits.
SECTION-B
3, A Optimize the four variable function F ⟮A,B,C,D⟯ = ∑m ⟮0,1,4,5,6,10,13⟯ + d ⟮2,3⟯ using 5M
K-Maps.
4, B Design a Configurable Logic Block (CLB) for the given Boolean function Y(A,B)= ∑m 6M
(0,1,2).
5, A Describe the working principle of an JK Flip-Flop using a truth table and logic diagram. 5M
5, B A 4-bit register is initially filled with the data "1101". The register is shifted six times to 6M
the right with the serial input being 101101. What is the content of the register after each
shift?
6, B Construct a 4-bit shift register configuration that outputs the binary data pattern "1011" 6M
in parallel format after receiving it serially.