Implement Logical Expression MCQ Quiz - Objective Question with Answer for Implement Logical Expression - Download Free PDF
Last updated on Mar 20, 2025
Latest Implement Logical Expression MCQ Objective Questions
Implement Logical Expression Question 1:
The output f of the 4-to-1 MUX is shown in the figure. The function, f, is given as
Answer (Detailed Solution Below)
Implement Logical Expression Question 1 Detailed Solution
Concept:
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
Analysis:
f = S̅1 S̅0 I0 + S̅1 S0 I1 + S1 S̅0 I2 + S1 S0 I3
= x̅ y̅ (1) + x̅ y (0) + x y̅ (0) + xy (1)
= x̅ y̅ + xyImplement Logical Expression Question 2:
Without any additional circuitry, a 16:1 MUX can be used to obtain
Answer (Detailed Solution Below)
Implement Logical Expression Question 2 Detailed Solution
Concept:
- A multiplexer with n-data select inputs can implement any function of n-variables and some function of (n + 1) variables.
- The key to this design is to use the most significant input variable and its complement to drive some of the data inputs.
Calculation:
Given 16:1 MUX, i.e. 24:1 MUX,
Here, we have 4 data select lines.
So, without any additional circuitry, this given MUX can be used to obtain all Boolean functions of 4 variables and some Boolean functions of 4 + 1 = 5 variables.Implement Logical Expression Question 3:
Match the terms in List - I with the options given in List - II :
|
List - I |
|
List – II |
(a) |
Decoder |
(i) |
1 line to 2n lines |
(b) |
Multiplexer |
(ii) |
n lines to 2n lines |
(c) |
De multiplexer |
(iii) |
2n lines to 1 line |
|
|
(iv) |
2n lines to 2n−1 lines |
Answer (Detailed Solution Below)
Implement Logical Expression Question 3 Detailed Solution
Decoder is a combinational circuit that has ‘n’ input lines and maximum of 2n output lines. Therefore, Decoder - n lines to 2n lines
The multiplexer is a combinational logic circuit designed to switch 1 of several (2n) input lines to a single common output line. Therefore, Multiplexer - 2n lines to 1 line
A de-multiplexer is a device that takes 1 input line and routes it to one of several (2n) digital output lines. Therefore, De multiplexer - 1 line to 2n lines
Implement Logical Expression Question 4:
A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only one register will move to the accumulator. The minimum number of select lines needed for the multiplexer is ______.
Answer (Detailed Solution Below) 5
Implement Logical Expression Question 4 Detailed Solution
Concept:
The number of select lines required for an N×1 multiplexer is log2 N.
Calculation:
number of registers = 32. So, N = 32
Implement Logical Expression Question 5:
Following Multiplexer circuit is equivalent to
Answer (Detailed Solution Below)
Implement Logical Expression Question 5 Detailed Solution
Output of MUX:
Y = A′B′C + A′BC′ + AB′C′ + ABC
Y = (A ⊕ B ⊕ C)
Y = ∑(1,2,4,7), difference equation of full subtractor.
Truth table:
A |
B |
C |
Sdifference |
Cborrow |
Ssum |
Ccarry |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
0 |
0 |
1 |
1 |
1 |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
The output equation of MUX = Y = Sdifference = Ssum
Therefore, multiplexer circuit is equivalent to sum equation of full adder as well as difference equation of a full subtractor
NOTE:
Since it is official ISRO CS 2020 question marks has been given for option 1 and option 4.
.Original 4 is this. "Difference equation of a full subtractor" which is changed to get correct answer
Top Implement Logical Expression MCQ Objective Questions
The minimum Boolean expression for the following circuit is
Answer (Detailed Solution Below)
AB + AC + BC
Implement Logical Expression Question 6 Detailed Solution
Download Solution PDFA(B + C) + AB + (A + B)C
= AB + AC + AB + AC + BC
= AB + AC + BCWithout any additional circuitry, a 16:1 MUX can be used to obtain
Answer (Detailed Solution Below)
Implement Logical Expression Question 7 Detailed Solution
Download Solution PDFConcept:
- A multiplexer with n-data select inputs can implement any function of n-variables and some function of (n + 1) variables.
- The key to this design is to use the most significant input variable and its complement to drive some of the data inputs.
Calculation:
Given 16:1 MUX, i.e. 24:1 MUX,
Here, we have 4 data select lines.
So, without any additional circuitry, this given MUX can be used to obtain all Boolean functions of 4 variables and some Boolean functions of 4 + 1 = 5 variables.Consider the two cascaded 2-to-1 multiplexers as shown in the figure.
The minimal sum of products form of the output X is
Answer (Detailed Solution Below)
Implement Logical Expression Question 8 Detailed Solution
Download Solution PDFinput given at 0 is R̅ in MUX 2
Concept:
For a 2: 1 multiplexer, if S is enabled and I0, I1 are the input, output = S̅ I0 + SI1
Explanation:
MUX 1 MUX 2
Here, output of MUX 1 is input to MUX 2.
Here, output of MUX1 = P̅.0 + P.R = P R
Output of MUX 2 = X = Q̅.R̅ + Q.P.R
The minimal sum of products form of the output X is Q̅.R̅ + PQR
A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only one register will move to the accumulator. The minimum number of select lines needed for the multiplexer is ______.
Answer (Detailed Solution Below) 5
Implement Logical Expression Question 9 Detailed Solution
Download Solution PDFConcept:
The number of select lines required for an N×1 multiplexer is log2 N.
Calculation:
number of registers = 32. So, N = 32
Match the terms in List - I with the options given in List - II :
|
List - I |
|
List – II |
(a) |
Decoder |
(i) |
1 line to 2n lines |
(b) |
Multiplexer |
(ii) |
n lines to 2n lines |
(c) |
De multiplexer |
(iii) |
2n lines to 1 line |
|
|
(iv) |
2n lines to 2n−1 lines |
Answer (Detailed Solution Below)
Implement Logical Expression Question 10 Detailed Solution
Download Solution PDFDecoder is a combinational circuit that has ‘n’ input lines and maximum of 2n output lines. Therefore, Decoder - n lines to 2n lines
The multiplexer is a combinational logic circuit designed to switch 1 of several (2n) input lines to a single common output line. Therefore, Multiplexer - 2n lines to 1 line
A de-multiplexer is a device that takes 1 input line and routes it to one of several (2n) digital output lines. Therefore, De multiplexer - 1 line to 2n lines
Following Multiplexer circuit is equivalent to
Answer (Detailed Solution Below)
Implement Logical Expression Question 11 Detailed Solution
Download Solution PDFOutput of MUX:
Y = A′B′C + A′BC′ + AB′C′ + ABC
Y = (A ⊕ B ⊕ C)
Y = ∑(1,2,4,7), difference equation of full subtractor.
Truth table:
A |
B |
C |
Sdifference |
Cborrow |
Ssum |
Ccarry |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
1 |
1 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
0 |
0 |
0 |
1 |
1 |
1 |
0 |
0 |
0 |
0 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
The output equation of MUX = Y = Sdifference = Ssum
Therefore, multiplexer circuit is equivalent to sum equation of full adder as well as difference equation of a full subtractor
NOTE:
Since it is official ISRO CS 2020 question marks has been given for option 1 and option 4.
.Original 4 is this. "Difference equation of a full subtractor" which is changed to get correct answer
Implement Logical Expression Question 12:
The minimum Boolean expression for the following circuit is
Answer (Detailed Solution Below)
AB + AC + BC
Implement Logical Expression Question 12 Detailed Solution
A(B + C) + AB + (A + B)C
= AB + AC + AB + AC + BC
= AB + AC + BCImplement Logical Expression Question 13:
Without any additional circuitry, a 16:1 MUX can be used to obtain
Answer (Detailed Solution Below)
Implement Logical Expression Question 13 Detailed Solution
Concept:
- A multiplexer with n-data select inputs can implement any function of n-variables and some function of (n + 1) variables.
- The key to this design is to use the most significant input variable and its complement to drive some of the data inputs.
Calculation:
Given 16:1 MUX, i.e. 24:1 MUX,
Here, we have 4 data select lines.
So, without any additional circuitry, this given MUX can be used to obtain all Boolean functions of 4 variables and some Boolean functions of 4 + 1 = 5 variables.Implement Logical Expression Question 14:
Find the minimum number of MUX needed to implement 64 x 1 MUX using 4 x 1 MUX?
Answer (Detailed Solution Below)
Implement Logical Expression Question 14 Detailed Solution
Data:
M = 64, N = 4
Fomula:
L ≥ logNM
L = The number of levels of connection required.
Calculation:
∴ L ≥ 3
Lmin = 3
∴ the minumum level required for 4 x 1 MUX = 3
Total number of MUX 4 × 1 is
Given MUX |
To be implemented |
Required |
2 : 1 |
16 : 1 |
8 + 4 + 2 + 1 = 15 |
4 : 1 |
16 : 1 |
4 + 1 = 5 |
4 : 1 |
64 : 1 |
16 + 4 + 1 = 21 |
8 : 1 |
64 : 1 |
8 + 1 = 9 |
8 : 1 |
256 : 1 |
32 + 4 + 1 = 37 |
Implement Logical Expression Question 15:
Consider the circuit below. Which one of the following options correctly represents f(x, y, R) where S2 is LSB bit?
Answer (Detailed Solution Below)
Implement Logical Expression Question 15 Detailed Solution
Concept:
For a general 4 to 1 multiplier as shown, the output expression is written as:
F = S̅1S̅2I0 + S̅1S2I1 + S1S̅2I2 + S1S2I3
i.e. I0 will be the output when the select inputs are 00, I1 will be the output when the select Inputs are 01, and so on.
Analysis: