Multiplexer MCQ Quiz in తెలుగు - Objective Question with Answer for Multiplexer - ముఫ్త్ [PDF] డౌన్లోడ్ కరెన్
Last updated on Mar 15, 2025
Latest Multiplexer MCQ Objective Questions
Top Multiplexer MCQ Objective Questions
Multiplexer Question 1:
A Boolean function F(A,B,C,D) = π(1, 5,12,15) is to be implemented using an 8×1 multiplexer (A is MSB). The inputs ABC are connected to the select inputs S2S1S0 of the multiplexer respectively.
Which one of the following options gives the correct inputs to pins 0, 1, 2, 3, 4, 5, 6, 7 in order?
Answer (Detailed Solution Below)
Multiplexer Question 1 Detailed Solution
Given maxterm
F (A,B,C,D) = π (1,5,12,15)
The minterms of the given max terms will be
f (A,B,C,D) = Σm (0,2,3,4,6,7,8,9,10,11,13,14)
|
I0 |
I1 |
I2 |
I3 |
I4 |
I5 |
I6 |
I7 |
\(\bar D\left( 0 \right)\) |
0 |
2 |
4 |
6 |
8 |
10 |
12 |
14 |
\(D\left( 1 \right)\) |
1 |
3 |
5 |
7 |
9 |
11 |
13 |
15 |
|
\(\bar D\) |
1 |
\(\bar D\) |
1 |
1 |
1 |
D |
\(\bar D\) |
Therefore, the correct inputs to pins 0, 1, 2, 3, 4, 5, 6, 7 in order is D’, 1, D’, 1, 1, 1, D, D’
Multiplexer Question 2:
The output F of the 4-to-1 MUX shown in figure is
Answer (Detailed Solution Below)
Multiplexer Question 2 Detailed Solution
\(F = \overline {{s_1}} \overline {{s_0}} \left( {{I_0}} \right) + \overline {{s_1}} {s_0}\left( {{I_1}} \right) + {s_1}\overline {{s_0}} \left( {{I_2}} \right) + {s_1}{s_0}\left( {{I_3}} \right)\)
= x̅ y̅ (0) + x̅ y (1) + x y̅ (1) + xy (1)
= x̅ y + x y̅ + xy
= x̅ y + x (y̅ + y)
= x + x̅ y = x + y
Multiplexer Question 3:
Which of the following statements is correct?
Answer (Detailed Solution Below)
Multiplexer Question 3 Detailed Solution
Concept:
- 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.
Application:
A 4 × 1 multiplexer selects one of the 4 inputs and presents it to the output, i.e.
2n = 4
n = log24 = log222
n = 2log22
n = 2
So the number of select lines will be 2.
The block diagram representation of a 4 × 1 multiplexer is as shown:
S1 and S0 indicate the select lines.
Multiplexer Question 4:
The output of a multiplexer shown below is f(w1, w2, w3, w4,w5) = w̅1 w̅2 w̅4 w̅5 + w1w2 + w1w3 + w1 w4 + w3w4w5
The boxes 1, 2 and 3 represents 2 input logic gates.
Which of the following statements is/are true?
Answer (Detailed Solution Below)
Multiplexer Question 4 Detailed Solution
Concept:
Multiplexer: It is a combinational circuit that selects binary information from one of many input lines and directs it is to single output lines.
The selection of particular input lines is controlled by a set of selection lines.
\(Y = {\bar S_1}{\bar S_0}\;{I_0} + {\bar S_1}{S_0}{I_1} + {S_1}{\bar S_0}{I_2} + {S_1}{S_0}{I_3}\)
Calculation:
From the given multiplexer,
f = w̅1w̅4 (I0) + w̅1w4(I1) + w1w̅4 (I2) + w1w4 (I3)
Given that the output is,
f = w̅1w̅2w̅4w̅5 + w1w2 + w1w3 + w1w4 + w3w4w5
Now, we need to express every term in terms of w1 and w4 as these are the inputs of selection lines
f = w̅1 w̅4 (w̅2w̅5) + w1w2 (w̅4 + w4) + w1w3 (w̅4 + w4) + w1w4 + w3w4w5 (w̅1 + w1)
= w̅1w̅4 (w̅2w̅5) + w1w2w̅4 + w1w2w4 + w1w3w̅4 + w1w3w4 + w3w4w5w̅1 + w3w4w5w1 + w1w4
= w̅1w̅4 (w̅2w̅5) + w̅1w4 (w3w5) + w1w̅4 (w2 + w3) + w1w4 (w2 + w3 + w3w5 + 1)
= w̅1w̅4 (w̅2w̅5) + w̅1w4 (w3w5) + w1w̅4 (w2 + w3) + w1w4 (1)
I0 = w̅2w̅5 → Box 1 represents NOR gate
I1 = w3w5 → Box 2 represents AND gate
I2 = w2 + w3 → Box 3 represents OR gate
Multiplexer Question 5:
The primary function of the multiplexing is
Answer (Detailed Solution Below)
Multiplexer Question 5 Detailed Solution
- Multiplexing is the process of transmission of information from more than one source into a single signal over a shared medium.
- The primary advantage of multiplexing is that we can transmit a large number of signals through a single medium.
- The channel can be a physical medium like a coaxial, metallic conductor or a wireless link.
- The block diagram showing frequency division multiplexing is as shown:
Multiplexer Question 6:
Number of control lines required for 16 to 1 multiplexer is _____
Answer (Detailed Solution Below)
Multiplexer Question 6 Detailed Solution
Multiplexer:
- 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
Example:
A 16 × 1 multiplexer selects one of the 16 inputs and presents it to the output, i.e.
2m = 16
m = log216 = log224
m = 4log22
m = 4
So the number of select lines will be 4.
Multiplexer Question 7:
For implementing Boolean function F (A, B, C, D) = Σm (0, 1, 2, 4, 6, 9, 12, 14) using 8:1 multiplexer with select lines as B, C and D. Which of the following is correct?
Answer (Detailed Solution Below)
Multiplexer Question 7 Detailed Solution
F (A, B, C, D) = Σm (0, 1, 2, 4, 6, 9, 12, 14)
To implement the above Boolean expression using a 8 : 1 multiplexer, the selection lines are B, C and D.
Now drawing the Truth table by taking A as MSB.
From the above truth table,
\({I_0} = \;\bar A,{I_1} = 1,{I_2} = \bar A,{I_3} = 0,{I_4} = 1,{I_5} = 0,{I_6} = 1,{I_7} = 0\)
Now, the required 8:1 multiplexer is as shown below.
Multiplexer Question 8:
For the multiplexer shown above, the number of selection lines is equal to ________?
Answer (Detailed Solution Below)
Multiplexer Question 8 Detailed Solution
The correct answer is option (1)
Concept:
Multiplexer:
- It is type of combinational circuit for which the present output depends only on the present input.
- It is also known as memoryless circuit because there are no memory element to store the past output.
- A multiplexer is a many to one data selector.
- It selects one of the many data available at its input depending on the bits of the select lines.
- For 2n inputs, there are n select lines that determine which input is to be connected to the output.
In the given multiplexer circuit, we have 8 input lines.
∴ 2n = 8
2n = 23
By comparing exponents on both sides we get;
n = 3
In conclusion, the total number of select lines is (n) = 3
Multiplexer Question 9:
How many data select lines are required for an 8-line-to-1-line multiplexer?
Answer (Detailed Solution Below)
Multiplexer Question 9 Detailed Solution
Multiplexer:
- 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 selecting eight inputs, there are three data select lines that must be used. The multiplexer requires the data select lines. We have three data select lines for eight inputs, and it's an 8:1 multiplexer.
Example:
An 8 × 1 multiplexer selects one of the 8 inputs and presents it to the output, i.e.
2m = 8
m = log2 8 = log2 (23)
m = 3log2 2
m = 3
So, the number of data select lines are 3.
Multiplexer Question 10:
Let X = a ⊕ b, the Boolean function at the output of the given circuit is
Answer (Detailed Solution Below)
Multiplexer Question 10 Detailed Solution
Concept:
For a 2 × 1 MUX is shown above, the output function F is expressed as:
F = S̅1 I0 + S1I1
Application:
Let the Output of Multiplexer is Y.
Y = X̅.X + X.X̅.
Y = 0
Y0 = 0 ⊙ X̅
With X = a ⊕ b, X̅ = a ⊙ b
Y0 = 0 ⊙ (a ⊙ b)
Y0 = a ⊕ b