Multiplexer MCQ Quiz - Objective Question with Answer for Multiplexer - Download Free PDF
Last updated on Apr 4, 2025
Latest Multiplexer MCQ Objective Questions
Multiplexer Question 1:
A 3-bit gray counter is used to control the output of the multiplexer as shown in the figure below. The initial state of the counter is 000. The output is pulled high when multiplexer is not enabled. The output of the circuit follows the sequence :
Answer (Detailed Solution Below)
Multiplexer Question 1 Detailed Solution
Explanation:
3-bit Gray Counter Controlled Multiplexer
Definition: A 3-bit Gray counter is a type of binary counter in which two successive values differ in only one bit. This counter is used to control the output of a multiplexer, which selects one of several input signals and forwards the selected input to a single output line.
Working Principle: In the given scenario, the 3-bit Gray counter is used to control the multiplexer’s output. The counter starts from an initial state of 000 and goes through a sequence of states where only one bit changes at a time. The output of the multiplexer is pulled high when it is not enabled.
The Gray code sequence for a 3-bit counter is as follows:
- 000
- 001
- 011
- 010
- 110
- 111
- 101
- 100
Sequence Analysis:
With the initial state of the counter being 000, the multiplexer will follow the Gray code sequence mentioned above. The multiplexer is enabled only for certain states, and the output is high (1) when it is not enabled. Let’s analyze the sequence step-by-step:
- 000: Multiplexer selects I0.
- 001: Multiplexer is not enabled, output is 1.
- 011: Multiplexer is not enabled, output is 1.
- 010: Multiplexer selects I1.
- 110: Multiplexer selects I3.
- 111: Multiplexer is not enabled, output is 1.
- 101: Multiplexer is not enabled, output is 1.
- 100: Multiplexer selects I2.
Based on this analysis, the output sequence of the circuit is:
I0, 1, 1, I1, I3, 1, 1, I2
Correct Option Analysis:
The correct option is:
Option 1: I0, 1, 1, I1, I3, 1, 1, I2
This option correctly describes the output sequence of the multiplexer controlled by the 3-bit Gray counter
Multiplexer Question 2:
If 2n is the number of input lines in the available multiplexer and 2N is the number of input lines in the desired multiplexer, then how many individual multiplexers are required to construct the desired multiplexer circuit?
Answer (Detailed Solution Below)
Multiplexer Question 2 Detailed Solution
Calculation:
The number of input lines in a available multiplexer is 2n.
The number of input lines in a desired multiplexer is 2N.
The number of individual multiplexer required to construct the desired multiplexers circuit is equal to the ratio of The number of input lines in a desired multiplexer to the number of input lines in a available multiplexer.
i.e., \(\frac{2^N}{2^n}\)
= \(2^{N-n}\)
Multiplexer Question 3:
Which of the following can be used as a Parallel-to-Series converter?
Answer (Detailed Solution Below)
Multiplexer Question 3 Detailed Solution
Concept:
Multiplexer:
The multiplexer is a combinational logic circuit designed to switch one of several input lines to a single common output line.
- The multiplexer or “MUX” is a combinational logic circuit designed to switch one of several input lines through a single common output line by the application of a control signal.
- Multiplexers operate like very acting multiple position rotary switches connecting or controlling multiple input lines called “channels” one at a time to the output.
- Multiplexers are used to convert parallel to serial data.
Additional Information
De-multiplexer:
- The demultiplexer is a combinational logic circuit designed to switch one common input line to one of several separate output lines.
- The data distributor, known as a Demultiplexer or “Demux”, works in just the opposite way to that of the Multiplexer.
- The demultiplexer takes one single input data line and then switches it to any one of a number of individual output lines one at a time.
The block diagram is as shown:
Application:
The demultiplexer converts a serial data signal at the input to parallel data at its output lines as shown below.
The function of the Demultiplexer is to switch one common data input line to any one of the 4 output data lines A to D.
Multiplexer Question 4:
In the circuit shown below, P and Q are the inputs. The logical function realized by the circuit shown below is
Answer (Detailed Solution Below)
Multiplexer Question 4 Detailed Solution
Concept:
For a 2 × 1 MUX as shown above, the output function F is expressed as:
F = S̅1 I0 + S1I1
i.e. when S1 = 0, I0 is transmitted to the output.
And when S1 = 1, I1 is transmitted to the output.
Calculation:
For the given figure
\(Y=\bar Q.0+Q.P\)
Y = PQ
Multiplexer Question 5:
Consider a logic gate circuit. with 8 input lines (D0, D1 ..... D7) and 3 output lines (A0, A1, A2) specified by following operations
A2 = D4 + D5 + D6 + D7
A1 = D2 + D3 + D6 + D7
A0 = D1 + D3 + D5 + D0
Where + indicates logical OR operation. This circuit is
Answer (Detailed Solution Below)
Multiplexer Question 5 Detailed Solution
The Correct Answer is option 1.
Concept:
Multiplexers:
- Multiplexers are combinational circuits designed to select one of multiple data inputs and produce a single output
- They're commonly used in communication transmissions
- A multiplexer is Many to one data selector
- A multiplexer selects one of the many data available at its input depending on the bits on the select line
- For 2n inputs, there are n select lines that determine, which input is to be connected to the output.
Top Multiplexer MCQ Objective Questions
The logic function implemented by the multiplexer circuit is (ground implies a logic “0”)
Answer (Detailed Solution Below)
Multiplexer Question 6 Detailed Solution
Download Solution PDFConcept:
In a 4 × 1 MUX
Truth-Table
S1 |
S0 |
V |
0 |
0 |
I0 |
0 |
1 |
I1 |
1 |
0 |
I2 |
1 |
1 |
I3 |
Y = Output = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
MUX contains AND gate followed by OR gate
Calculation:
By re-drawing circuit diagram
∴ I0 = 0, I1 = 1, I2 = 1, I3 = 0 & (P = S1, Q = S0)
Now output of 4 × 1 MUX is
Y = F = (P̅ Q̅) 0 + (P̅ Q)1 + (P Q̅) 1 + (P Q)0
∴ F = P Q̅ + P̅ Q = P ⊕ Q
∴ F = XOR (P, Q)
Consider the multiplexer based logic circuit shown in the figure.
Which one of the following Boolean functions is realized by the circuit?
Answer (Detailed Solution Below)
Multiplexer Question 7 Detailed Solution
Download Solution PDFConcept:
For a 2 × 1 MUX is shown above, the output function F is expressed as:
F = S̅1 I0 + S1I1
i.e. when S1 = 0, I0 is transmitted to the output.
And when S1 = 1, I1 is transmitted to the output.
Analysis:
The given circuit is redrawn as:
F1 = S̅1 w + S1 w̅
F1 = S1 ⊕ w
Now, the required function f will be:
F2 = F = S̅2F1 + S2F̅1
F = S2 ⊕ F1
F = S2 ⊕ S1 ⊕ w
The number of control lines in a multiplexer is 5, identify the MUX.
Answer (Detailed Solution Below)
Multiplexer Question 8 Detailed Solution
Download Solution PDFMultiplexer:
- A multiplexer is Many to one data selector.
- A multiplexer selects one of the many data available at its input depending on the bits on the select line.
- For 2m inputs, there are m select lines that determine, which input is to be connected to the output, i.e.
Number of control lines = log2(number of input lines)
So, m control lines can create 2m combinations
Calculation:
Given:
Control lines in a multiplexer is 5.
5 control lines can create 25 = 32 combinations
Hence, the size of Mux is 32 ∶ 1
Answer (Detailed Solution Below)
Multiplexer Question 9 Detailed Solution
Download Solution PDFConcept:
In a 4 × 1 MUX
Truth-Table
S1 |
S0 |
V |
0 |
0 |
I0 |
0 |
1 |
I1 |
1 |
0 |
I2 |
1 |
1 |
I3 |
Y = Output = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
MUX contains AND gate followed by OR gate
Calculation:
By re-drawing the circuit diagram
∴ I0 = 1, I1 = 0, I2 = 0, I3 = 0 & (x= S2, y = S1)
Now output of 4 × 1 MUX is
Y = F = S̅1 S̅2 I0 + S̅1 S2 I1 + S1 S̅2 I2 + S1 S2 I3
F = x̅ y̅ 1 + x̅ y 0 + x y̅ 0 + x y 0
∴ F = x̅ y̅ = \(\rm{\overline{x + y}}\)
What is the Boolean expression for the given logic diagram?
Answer (Detailed Solution Below)
Multiplexer Question 10 Detailed Solution
Download Solution PDFConcept:
For a 2 × 1 MUX is shown above, the output function F is expressed as:
F = S̅1 I0 + S1I1
i.e. when S1 = 0, I0 is transmitted to the output.
And when S1 = 1, I1 is transmitted to the output.
Application:
For the given MUX, the output expression will be:
Y = A̅ B + AB̅
Y = A XOR B
The Inputs of a Half Adder are A = 1, B = 1. The outputs are connected to the select lines of a 4 : 1 Multiplexer. What will be the output?
Answer (Detailed Solution Below)
Multiplexer Question 11 Detailed Solution
Download Solution PDFConcept:
Half Adder:
Half Adder is an arithmetic combinational circuit that adds two numbers and produces a sum bit (s) and carry bit (C) as the output.
If A and B are the input bits, then sum bit (s) is the XOR of A and B and the carry bit (C) will be the AND of A and B.
Truth table of Half Adder is given below
Input |
Output |
||
A |
B |
S |
C |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
1 |
S = A ⊕ B
C = A ⋅ B
The half adder can odd only two input bits (A and B) and has nothing to do with the carry if there is any input.
So if the input to a half adder have a carry, then it will be neglected it and add only the A and B bits, which means the binary addition process is not complete and that’s why it is called a half adder.
Multiplexer (MUX):
Multiplexer (MUX) is a combinational logic circuit designed to switch one of several input lives through a single common output line by application of control signal.
Output expression of 4:1 Mux is
Q = a̅ b̅ A + a̅ b B + a b̅ C + a b D
Calculation:
Given:
A = 1 ; B = 1 ; S0 = lower bit
S1 = upper bit
We know output of half Adder
S = A ⊕ B
C = A ⋅ B
∴ S = 1 ⊕ 1 = 0
C = 1.1 = 1
EXOR
A |
B |
Y |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
0 |
1 |
1 |
1 |
0 |
AND
A |
B |
Y |
0 |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
0 |
1 |
1 |
1 |
Now, output of MUX is
Y = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
Where
S1 = S = 0
S0 = C = 1
∴ Y = 0̅.1̅ . I0 + 0̅ . 1 . I1 + 0.1̅.I2 + 0.1.I3
Y = 1.0.I0 + 1.1.I1 + 0.0.I2 + 0.1.I3
Y = 0 + I1 + 0 + 0
Y = I1
NOTE:
If someone took ‘S0’ as upper bit and ‘S1’ as lower bit, it would display wrong answer. As:
Y = 1̅.0̅.I0 + 1̅.0̅.I1 + 1.0̅.I2 + 1.0.I3
Y = 0.1.I0 + 0.0.I1 + 1.1.I2 + 1.0.I3
Y = 0 + 0 + I2 + 0
Y = I2
The logic function implemented by the following 4: 1 MUX is:
Answer (Detailed Solution Below)
Multiplexer Question 12 Detailed Solution
Download Solution PDFCalculation:
For the given MUX, the output is given by,
\(Z=\bar{X}\bar{Y}{{I}_{0}}+\bar{X}Y{{I}_{1}}+X\bar{Y}{{I}_{2}}+XY{{I}_{3}}\)
Given I0 = X, I1 = Y, I2 = X and I3 = 0
Now, \(Z=\bar{X}\bar{Y}\left( X \right)+\bar{X}Y\left( Y \right)+X\bar{Y}\left( X \right)+XY\left( 0 \right)\)
= 0 + X̅Y + XY̅ + 0
= X̅Y + XY̅
= X ⊕ Y (X-OR gate)
So, option (3)A four-variable boolean function is realized using 4 × 1 multiplexers as shown in the figure.
The minimized expression for F(U, V, W, X) is
Answer (Detailed Solution Below)
Multiplexer Question 13 Detailed Solution
Download Solution PDFThe output of the first multiplexer will be:
A = U̅V̅0 + U̅V.1 + UV̅.1 + UV.0
A = (U̅V + UV̅) ---(1)
Now, the output of second multiplexer will be:
F = A.(W̅ X̅) + A(W̅X) + 0.(WX̅) + 0.(WX)
F = AW̅ (X̅ + X) = AW̅
Subsitutin A from Equation (1), we get:
F = (U̅V + UV̅) W̅
A digital multiplexer is an example of:
Answer (Detailed Solution Below)
Multiplexer Question 14 Detailed Solution
Download Solution PDFIntegrated Circuits (IC):
An IC comprises a number of circuit components like resistors, transistors, etc.
They are interconnected in a single small package to perform the desired electronic function.
These components are formed and connected within a small chip of semiconductor material.
Scale Of Integration:
The number of components fitted into a standard size IC represents its integration scale, it's a density of components.
It is classified as follows:
- SSI (Small Scale Integration):
It has less than 100 components (about 10 gates).
Example: MOS chips
- MSI (Medium Scale Integration):
It contains less than 500 components or has more than 10 but less than 100 gates.
Example: Multiplexers, decoders, counters, and registers.
- LSI (Large Scale Integration):
Here the number of components is between 500 and 300000 or have more than 100 gates.
Example: Musical instruments, MP3 decoders and telephony receivers, microprocessors.
- VLSI (Very Large Scale Integration):
It contains more than 300000 components per chip.
Example: Verilog, System Verilog, and VHDL, CPU, ROM, RAM.
- VVLSI (Very Very Large Scale Integration):
It contains more than 1500000 components per chip.
Example: Intel 486, the Pentium series processor.
The output f of and 4 ∶ 1 MUX shown in figure is
(x = S1, y = S0)
Answer (Detailed Solution Below)
Multiplexer Question 15 Detailed Solution
Download Solution PDFConcept:
In a 4 × 1 MUX
Truth-Table
S1 |
S0 |
V |
0 |
0 |
I0 |
0 |
1 |
I1 |
1 |
0 |
I2 |
1 |
1 |
I3 |
Y = Output = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
MUX contains AND gate followed by OR gate
Calculation:
By re-drawing circuit diagram
∴ I0 = 0, I1 = 1, I2 = 1, I3 = 1 & (x = S1, y = S0)
Now output of 4 × 1 MUX is
Y = F = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
F = x̅ y̅ 0 + x̅ y 1 + x y̅ 1 + x y 1
∴ F = x + y