12.1 Virtual Lab Link and Viva Questions (MCQ) For PART A
12.1 Virtual Lab Link and Viva Questions (MCQ) For PART A
1. 1. What is a multiplexer?
a) It is a type of decoder which decodes several inputs and gives one output
b) A multiplexer is a device which converts many signals into one
c) It takes one input and results into many output
d) It is a type of encoder which decodes several inputs and gives one output
Answer: b
Explanation: A multiplexer (or MUX) is a device that selects one of several
analog or digital input signals and forwards the selected input into a single
line, depending on the active select lines.
2. What is the function of an enable input on a multiplexer chip?
a) To apply Vcc
b) To connect ground
c) To active the entire chip
d) To active one half of the chip
Answer: c
Explanation: Enable input is used to active the chip, when enable is high the
chip works (ACTIVE), when enable is low the chip does not work (MEMORY).
However, Enable can be Active-High or Active-Low, indicating it is active
either when it is connected to VCC or GND respectively.
3. A basic multiplexer principle can be demonstrated through the use of a
___________
a) Single-pole relay
b) DPDT switch
c) Rotary switch
d) Linear stepper
Answer:c c
Explanation: A basic multiplexer principle can be demonstrated through the use
of a rotary switch. Since its behaviour is similar to the multiplexer. There are
around 10 digits out of which one is selected one at a time and fed to the output.
4. Most demultiplexers facilitate which type of conversion?
a) Decimal-to-hexadecimal
b) Single input, multiple outputs
c) AC to DC
d) Odd parity to even parity
Answer: b
Explanation: A demultiplexer sends a single input to multiple outputs, depending
on the select lines. Demultiplexer converts single input into multiple outputs.
5. In 1-to-4 multiplexer, if C1 = 1 & C2 = 1, then the output will be ___________
a) Y0
b) Y1
c) Y2
d) Y3
Answer: d
5. Asynchronous Counter: Realization of Mod N counter & Synchronous Counter:
Realization of Mod-N counters.(4 bit Counter)
LINK 1:- https://de-iitr.vlabs.ac.in/digital-electronics-iitr/exp/4bit-synchronous-asynchronous-
counter/index.html
DATE:-22/09/2020
1. Internal propagation delay of asynchronous counter is removed by ____________
a) Ripple counter
b) Ring counter
c) Modulus counter
d) Synchronous counter
Answer: d
Explanation: Propagation delay refers to the amount of time taken in producing an output when
the input is altered. Internal propagation delay of asynchronous counter is removed by
synchronous counter because clock input is given to each flip-flop individually in synchronous
counter.
2. What happens to the parallel output word in an asynchronous binary down counter
whenever a clock pulse occurs?
a) The output increases by 1
b) The output decreases by 1
c) The output word increases by 2
d) The output word decreases by 2
Answer: b
Explanation: In an asynchronous counter, there isn’t any clock input. The output of 1 st flip-flop
is given to second flip-flop as clock input. So, in case of binary down counter the output word
decreases by 1.
3. A 4-bit counter has a maximum modulus of ____________
a) 3
b) 6
c) 8
d) 16
Answer: d
Explanation: In a n-bit counter, the total number of states = 2 n.
Therefore, in a 4-bit counter, the total number of states = 2 4 = 16 states
4. A counter circuit is usually constructed of ____________
a) A number of latches connected in cascade form
b) A number of NAND gates connected in cascade form
c) A number of flip-flops connected in cascade
d) A number of NOR gates connected in cascade form
Answer: c
Explanation: A counter circuit is usually constructed of a number of flip-flops connected in
cascade. Preferably, JK Flip-flops are used to construct counters and registers.
5.What is the maximum possible range of bit-count specifically in n-bit binary counter
consisting of ‘n’ number of flip-flops?
a) 0 to 2n
b) 0 to 2n + 1
c) 0 to 2n – 1
d) 0 to 2n+1/2
Answer: c
Explanation: The maximum possible range of bit-count specifically in n-bit binary counter
consisting of ‘n’ number of flip-flops is 0 to 2 n-1. For say, there is a 2-bit counter, then it will
count till 22-1 = 3. Thus, it will count from 0 to 3