Top 25 DLD VIVA Questions
Top 25 DLD VIVA Questions
Top 25 DLD VIVA Questions
Basic Concepts
Analog signals are continuous and represent data with varying voltages or currents.
Digital signals are discrete, consisting of binary 0s and 1s.
Combinational circuits: Output depends only on current inputs (e.g., adders, multiplexers).
Sequential circuits: Output depends on current inputs and previous states (e.g., flip-flops,
counters).
SOP (Sum of Products): Boolean expression is expressed as a sum of product terms (ANDed
variables).
POS (Product of Sums): Boolean expression is expressed as a product of sum terms (ORed
variables).
Minterms: AND combinations of all variables in a truth table row that result in an output of 1.
Maxterms: OR combinations of all variables in a truth table row that result in an output of 0.
10. What are universal gates? Why are they called so?
NAND and NOR gates are universal gates because any Boolean function can be
implemented using only NANDs or NORs.
3. Logic Gates
A B Output
000
010
100
111
A B Output
000
011
101
110
A B Output
001
010
100
110
4. Combinational Circuits
16. Define a multiplexer and its uses.
A multiplexer (MUX) selects one of several input signals based on control inputs and
forwards it to the output. It’s used in data routing and communication systems.
5. Sequential Circuits