Combinational Circuits MCQ Quiz - Objective Question with Answer for Combinational Circuits - Download Free PDF
Last updated on May 30, 2025
Latest Combinational Circuits MCQ Objective Questions
Combinational Circuits Question 1:
What is the Boolean expression for the Carry-out (C) output of a Half Adder?
Answer (Detailed Solution Below)
Combinational Circuits Question 1 Detailed Solution
A half adder circuit is made up of an AND gate with an XOR gate as shown below:
- A half adder is also known as XOR gate because XOR is applied to both inputs to produce the sum
- Half adder can add only two bits (A and B) and has nothing to do with the carry
- If the input to a half adder has a carry, then it will neglect it and adds only the A and B bits
- That means the binary addition process is not complete and that's why it is called a half adder
Sum (S) = A⊕B, Carry = A.B
INPUTS |
OUTPUTS |
||
A |
B |
Sum |
CARRY |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
1 |
Combinational Circuits Question 2:
In a priority encoder, what happens when two or more input lines are active at the same time?
Answer (Detailed Solution Below)
Combinational Circuits Question 2 Detailed Solution
The correct answer is: The encoder will output the binary code for the highest priority active input.
Explanation:
A priority encoder is a combinational circuit that:
-
Accepts multiple input lines, but only one output is generated at a time.
-
If two or more inputs are active simultaneously, the input with the highest priority (usually the one with the highest input number) is encoded and reflected at the output.
This ensures unambiguous output even when multiple inputs are high.
🔍 Example:
For a 4-to-2 priority encoder with inputs D3 to D0 (D3 has highest priority):
Inputs (D3–D0) | Output (Y1 Y0) |
---|---|
1000 | 11 |
0100 | 10 |
1100 | 11 (D3 has higher priority) |
0011 | 01 (D1 over D0) |
Combinational Circuits Question 3:
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)
Combinational Circuits Question 3 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
Combinational Circuits Question 4:
What is a Logic Gate?
Answer (Detailed Solution Below)
Combinational Circuits Question 4 Detailed Solution
The correct answer is a type of circuit.
Key Points
- A logic gate is a fundamental building block of digital circuits.
- It performs a basic logical function, such as AND, OR, NOT, NAND, NOR, XOR, and XNOR.
- Logic gates process one or more input signals to produce an output signal based on a certain logic.
- They are used in various electronic devices to perform computations and make decisions.
- Logic gates are implemented using diodes, transistors, and other electronic components.
Additional Information
- AND Gate
- An AND gate outputs true (1) only if all its inputs are true (1).
- It performs a logical conjunction operation.
- OR Gate
- An OR gate outputs true (1) if at least one of its inputs is true (1).
- It performs a logical disjunction operation.
- NOT Gate
- A NOT gate outputs the inverse of its input.
- If the input is true (1), the output is false (0), and vice versa.
Combinational Circuits Question 5:
Half adder is also known as-
Answer (Detailed Solution Below)
Combinational Circuits Question 5 Detailed Solution
Top Combinational Circuits MCQ Objective Questions
In a decoder, if the input lines are 4 then number of maximum output lines will be:
Answer (Detailed Solution Below)
Combinational Circuits Question 6 Detailed Solution
Download Solution PDFDecoder:
The decoder is a combinational ckt, that convert Binary Coded information into Familiar, representation like the decimal, octal, Hexadecimal, etc.
The decoder has ‘n’ no of i/p & less than equal to 2n O/P
i.e., \(\begin{array}{*{20}{c}} {n \le }&{{2^n}}\\ {\frac{I}{P}}&{\frac{O}{P}} \end{array}\)
For 4 input lines n = 4
Maximum output lines = 24 = 16
Additional Information
Multiplexer (MUX) is defined as:
Based on the select line, it selects the input & produces its output. i.e., at a time one input is taken to get output.
“MUX” is also known as
→ Data selector
→ Parallel to serial converter
→ Many to one circuit.
→ Universal logic Ckt.
A multiplexer is a
Answer (Detailed Solution Below)
Combinational Circuits Question 7 Detailed Solution
Download Solution PDFCombinational Logic circuits are circuits for which the present output depends only on the present input, i.e. there is no memory element to store the past output.
A combinational circuit can have ‘n’ number of inputs and ‘m’ number of outputs as shown:
Combinational circuits are:
- Multiplexer/Demultiplexer
- Encoder/Decoder
- Adders
- Subtractors
- Code Converters
Multiplexers:
- 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.
In a sequential circuit, the output depends on both the present and the past values. The circuit diagram is as shown:
Examples of sequential circuits:
- Shift Registers
- Flip flops
- Counters
The logic function implemented by the multiplexer circuit is (ground implies a logic “0”)
Answer (Detailed Solution Below)
Combinational Circuits Question 8 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)
________ has a single input and multiple outputs.
Answer (Detailed Solution Below)
Combinational Circuits Question 9 Detailed Solution
Download Solution PDFThe correct option is 1
Concept:
Multiplexer: It is a device that combines several inputs and outputs them into a single line.
Demultiplexer: It is a device that reverses the process of multiplexer i.e. it converts data from a single input line to multiple output lines.
The input to a logic gate is A = 1100 and B = 1010. What will be the output, if the logic gate is NAND gate?
Answer (Detailed Solution Below)
Combinational Circuits Question 10 Detailed Solution
Download Solution PDFNAND Gate:
- NAND gate represents the complement of the AND operation.
- The graphic symbol for the NAND gate consists of an AND symbol with a bubble on the output, denoting that a complement operation is performed on the output of the AND gate.
- The logic NAND function can be expressed by the Boolean expression of, A.B.
Analysis:
Given A = 1100 and B = 1010
∴ The output will be 0111.
A ________ arithmetic circuit adds two binary digits, giving a sum bit and a carry bit.
Answer (Detailed Solution Below)
Combinational Circuits Question 11 Detailed Solution
Download Solution PDFHalf adder circuit have two inputs and two outputs (sum and carry).
A half adder circuit is made up of an AND gate with an XOR gate as shown below:
- A half adder is also known as XOR gate because XOR is applied to both inputs to produce the sum
- Half adder can add only two bits (A and B) and has nothing to do with the carry
- If the input to a half adder has a carry, then it will neglect it and adds only the A and B bits
- That means the binary addition process is not complete and that's why it is called a half adder
Sum (S) = A⊕B, Carry = A.B
INPUTS |
OUTPUTS |
||
A |
B |
Sum |
CARRY |
0 |
0 |
0 |
0 |
0 |
1 |
1 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
0 |
1 |
Which of the following circuit has its output dependent only upon the present input?
Answer (Detailed Solution Below)
Combinational Circuits Question 12 Detailed Solution
Download Solution PDFCombinational Logic circuits are circuits for which the present output depends only on the present input, i.e. there is no memory element to store the past output.
A combinational circuit can have ‘n’ number of inputs and ‘m’ number of outputs as shown:
Combinational circuits are:
- Multiplexer/Demultiplexer
- Encoder/Decoder
- Adders
- Subtractors
- Code Converters
In a sequential circuit, the output depends on both the present and the past values. The circuit diagram is as shown:
Examples of sequential circuits:
- Shift Registers
- Flip flops
- Counters
A 3 to 8 Decoder is shown in the figure. Find F(x2; x1; x0)
Answer (Detailed Solution Below)
Combinational Circuits Question 13 Detailed Solution
Download Solution PDFConcept:
The output of a NOR gate will be at logic 1 when all the input is at logic 0.
- NOR gate is the output (f).
- For the NOR gate whenever there is input(high), It gives Zero.
- The NOR gate is connected with \(D_1,D_4 and D_7\) only, so we have to look after those input only.
\(X_0\) | \(X_1\) | \(X_2\) | \(D_1,D_4,D_7\) | f | |
0 | 0 | 0 | 0 | 1 | |
1 | 0 | 0 | 1 | \(D_1\) | 0 |
2 | 0 | 1 | 0 | 1 | |
3 | 0 | 1 | 1 | 1 | |
4 | 1 | 0 | 0 | \(D_4\) | 0 |
5 | 1 | 0 | 1 | 1 | |
6 | 1 | 1 | 0 | 1 | |
7 | 1 | 1 | 0 | \(D_7\) | 0 |
Hence, the output of the given circuit is given as:
F = ∑m (0, 2, 3, 5, 6)
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)
Combinational Circuits Question 14 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
An encoder has _________ input lines _________ output lines.
Answer (Detailed Solution Below)
Combinational Circuits Question 15 Detailed Solution
Download Solution PDFEncoder:
- It is a combinational circuit which converts decimal number into binary number.
- It consists 2n input lines and n output lines.
- They do not have any select lines.
Additional Information
Decoder:
- It is a combinational circuit which converts binary number into decimal number.
- It consists n input lines and 2n output lines.
- They also do not have any select lines.
Multiplexer:
- It is a combinational circuit which have many data inputs and single output depending on control or select inputs.
- For 2m input lines , m selection lines are required in multiplexer.
De-Multiplexer:
- It is a combinational circuit which have single data input and many data output depending on control or select inputs.
- For 2m output lines, m selection lines are required in de-multiplexer.