ADE LAB Viva Questions
ADE LAB Viva Questions
Its not reliable, Noise effect is more on the signals, Power required for signal transmission also
more, Circuit complexity is more and costly.
Reliable, Noise effect is very less, power consumption is very less, various Digital ICs are available
so circuits not complex, cheap, Error detection and correction is also possible.
The difference between latches and Flip-flop is that the latches are level triggered and flip-flops
are edge triggered. In latches level triggered means that the output of the latches changes as we
change the input and edge triggered means that control signal only changes its state when goes
from low to high or high to low.
The complement of a product of two numbers is the sum of the complements of those numbers.
Truth Table:
The complement of the sum of two numbers is equal to the product of the complement of two
numbers.
(A + B)' = A'B'
Truth Table:
AND gate.
OR gate.
NOT gate.
9. Which gates are called as Universal gate and what are its advantages?
The Universal gates are NAND and NOR. The advantages of these gates are that they can be used for
any logic calculation.
• Commutative Property.
• Associative Property.
• Distributive Property.
K-Map is a pictorial representation of truth table in which the map is made up of cells, and each term
in this represents the min term or max term of the function. By this method, we can directly minimize
the Boolean function without following various steps.
A minterm is called Product of sum because they are the logical AND of the set of variables and
Maxterm are called sum of product because they are the logical OR of the set of variables.
• Propagation delay.
• Power Dissipation.
• Fan-in.
• Fan-out.
• Noise Margin.
17. What are the advantages and disadvantages of the K-Map Method?
• It is not suitable when the number of variables exceeds more than four.
• For Computer reduction, it is not suitable.
• We have to take while entering the numbers in the cell-like 0, 1 and don't care terms.
• Fan-in- The Fan-in of the gate means that the number of inputs that are connected to the gate
without the degradation of the voltage level of the system.
• Fan-out- The Fan-out is the maximum number of same inputs of the same IC family that a gate
can drive maintaining its output levels within the specified limits.
The demultiplexer is a circuit that receives the input on a single line and transmits this onto 2n
possible output line. A Demultiplexer of 2n outputs has n select lines, which are used to select
which output line is to be sent to the input. The demultiplexer is also called as Data Distributor.
D-latch is level sensitive whereas flip-flop is edge sensitive. Flip-flops are made up of latches.
The multiplexer is a digital control which combines all the digital information from numerous
sources and gives one output.