Comparators MCQ Quiz - Objective Question with Answer for Comparators - Download Free PDF

Last updated on Jun 10, 2025

Latest Comparators MCQ Objective Questions

Comparators Question 1:

Error detector is also called as 

  1. Multiplexer
  2. Decoder
  3. Comparator
  4. Integrator  

Answer (Detailed Solution Below)

Option 3 : Comparator

Comparators Question 1 Detailed Solution

Explanation:

Error Detector (Comparator)

Definition: An error detector, commonly referred to as a comparator, is an electronic device or circuit that compares two input signals and determines the difference between them. It is widely used in control systems, instrumentation, and signal processing to ensure the desired performance and identify deviations or errors. The comparator plays a crucial role in maintaining the stability and accuracy of systems by continuously monitoring and correcting errors.

Working Principle:

The comparator operates by comparing an input signal (usually the actual state or condition of a system) with a reference signal (desired state or condition). The difference between these signals is called the error signal. This error signal is then processed to make adjustments to the system, bringing it closer to the desired state.

  • Input signals: The comparator receives two inputs – the reference signal and the actual signal.
  • Comparison: The comparator compares these inputs and calculates the error signal.
  • Output: The error signal is generated, which can be used to trigger corrective actions or adjustments in the system.

Applications:

  • Control Systems: Comparators are extensively used in control systems, such as PID controllers, where the error signal is utilized to adjust system parameters and achieve stability and precision.
  • Instrumentation: Error detectors are employed in measurement and instrumentation systems to ensure accurate readings by identifying discrepancies between actual and expected values.
  • Signal Processing: Comparators are used in circuits for signal processing, such as in analog-to-digital converters, oscillators, and pulse width modulation (PWM) circuits.

Advantages:

  • Provides high precision in detecting errors.
  • Enables corrective measures to maintain system stability and accuracy.
  • Simple and cost-effective design for many applications.

Disadvantages:

  • May require additional components for complex systems to process the error signal effectively.
  • Limited functionality in systems with highly nonlinear behavior.

Correct Option Analysis:

The correct option is:

Option 3: Comparator

In the context of error detection, a comparator functions as an error detector by comparing two signals – the actual state of the system and the desired state – and generating an error signal. This error signal helps in identifying deviations and initiating corrective actions. Comparators are fundamental components in control systems, ensuring the system operates as intended.

Additional Information

To further understand the analysis, let’s evaluate the other options:

Option 1: Multiplexer

A multiplexer is a device used to select one input signal from multiple input signals and forward it to a single output line. It does not perform error detection or comparison between signals. Instead, its primary function is to manage multiple data streams and direct them appropriately, which is unrelated to the functionality of error detectors.

Option 2: Decoder

A decoder is a device that translates encoded data into its original format. For example, in digital systems, it converts binary codes into human-readable formats or specific outputs. While decoders play a crucial role in communication and data processing systems, they do not perform error detection or signal comparison, which is the primary function of an error detector.

Option 4: Integrator

An integrator is a circuit that performs mathematical integration on an input signal, producing an output that represents the cumulative sum of the input signal over time. Integrators are commonly used in signal processing and control systems for tasks like smoothing signals or calculating areas under curves. However, they do not serve as error detectors or comparators.

Conclusion:

An error detector, or comparator, is an essential component in electronic systems, particularly in control and instrumentation applications. Its ability to compare signals and generate an error signal enables accurate monitoring and corrective actions to maintain system stability and performance. While other devices like multiplexers, decoders, and integrators serve important roles in electronic systems, they do not perform the function of error detection. Therefore, the correct option for this question is Option 3: Comparator.

Comparators Question 2:

In order to design 5 bit comparator, how many output(s) is/are needed?

  1. 1
  2. 2
  3. 3
  4. 4

Answer (Detailed Solution Below)

Option 3 : 3

Comparators Question 2 Detailed Solution

Comparator

F2 Vinanti Engineering 21.03.23 D12
A magnitude digital Comparator is a combinational circuit that compares two digital or binary numbers in order to find out whether one binary number is equal, less than, or greater than the other binary number.

For N ≤ 2k bit comparator circuit, k output lines are required.

Calculation

Given, N = 5

5 ≤ 2k

k = 3

Comparators Question 3:

Which of the following is a 4 bit Comparator IC?

  1. IC 7485
  2. IC 7805
  3. IC 555
  4. IC 7400

Answer (Detailed Solution Below)

Option 1 : IC 7485

Comparators Question 3 Detailed Solution

F1 S.B 8.6.20 Pallavi D 5

  • 74LS85 is a 4-bit magnitude comparator of two binary format inputs.
  • 74LS85 can compare two 4-bit binary data and output can be given in a 3-bit parallel form.
  • The IC has low power consumption and gives output in the TTL form which makes it compatible with other TTL devices and microcontrollers.


The block diagram is as shown:

F1 S.B 8.6.20 Pallavi D 6

Comparators Question 4:

For the 2-bit comparator circuit having inputs as A1A0 and B1B0, the Boolean expression for A = B output can be expressed as:

  1. (A1⊙ B0) (A0 ⊙ B1)
  2. (A1⊕ B1) (A0 ⊕ B0)
  3. (A1⊙ B1) (A0 ⊙ B0)
  4. (A1⊕ B0) (A0 ⊕ B1)

Answer (Detailed Solution Below)

Option 3 : (A1⊙ B1) (A0 ⊙ B0)

Comparators Question 4 Detailed Solution

2-bit comparator

A comparator used to compare two binary numbers each of two bits is called a 2-bit magnitude comparator.

It consists of four inputs and three outputs to generate less than, equal to, and greater than between two binary numbers.

F4 Vinanti Engineering 16.02.23 D7

The truth table for the 2-bit comparator is given below:

A

B

A=B

A>B

A

A1

A0

B1

B0

0

0

0

0

1

 

 

0

0

0

1

 

 

1

0

0

1

0

 

 

1

0

0

1

1

 

 

1

0

1

0

0

 

1

 

0

1

0

1

1

 

 

0

1

1

0

 

 

1

0

1

1

1

 

 

1

1

0

0

0

 

1

 

1

0

0

1

 

1

 

1

0

1

0

1

 

 

1

0

1

1

 

 

1

1

1

0

0

 

1

 

1

1

0

1

 

1

 

1

1

1

0

 

1

 

1

1

1

1

1

 

 

 

F4 Vinanti Engineering 16.02.23 D8

The output of the A=B is:

 \(Y=\overline{A_1}\space \overline{A_0}\space \overline{B_1}\space \overline{B_0}+\overline{A_1}\space {A_0}\space \overline{B_1}\space {B_0}+{A_1}\space {A_0}\space {B_1}\space {B_0}+{A_1}\space \overline{A_0}\space {B_1}\space \overline{B_0}\)

\(Y=\overline{A_1}\space \overline{B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)+{A_1}\space {B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)\)

Y = (A1⊙ B1) (Ao ⊙ Bo)

Comparators Question 5:

In applications where measurement of a physical quantity is involved, the OPAMP circuit recommended is

  1. Basic non-inverting amplifier
  2. A comparator
  3. An active filter
  4. An instrumentational amplifier
  5. None

Answer (Detailed Solution Below)

Option 2 : A comparator

Comparators Question 5 Detailed Solution

​For applications where measurement of a physical quantity is involved, an instrumentation amplifier type op-amp circuit is recommended.

26 June 1

Instrumentation Amplifier:

CaptureBSNL TTA Analog Circuit full test 1 Images-Q76

An instrumentation amplifier is usually employed to amplify low-level signals, rejecting noise and interference signals. Therefore, the characteristics of a good Instrumentation amplifier should include:

Finite, Accurate and Stable Gain: Since the instrumentation amplifiers are required to amplify very low-level signals from the transducer device, high and finite gain is the basic requirement. The gain also needs to be accurate and the closed-loop gain must be stable.

High Input Impedance: To avoid the loading of input sources, the input impedance of the instrumentation amplifier must be very high (ideally infinite).

Low Output Impedance: The output impedance of a good instrumentation amplifier must be very low (ideally zero), to avoid loading effect on the immediate next stage.

High CMRR: The output from the transducer usually contains common-mode signals, when transmitted over long wires. A good instrumentation amplifier must amplify only the differential input, completely rejecting common-mode inputs. Thus, the CMRR of the instrumentation amplifier must be ideally infinite.

High Slew Rate: The slew rate of the instrumentation amplifier must be as high as possible to provide maximum undistorted output voltage swing.

Low Power ConsumptionA good Instrumentation amplifier have low input offset currents and therefore has very low power consumption which is always a desirable property.

Top Comparators MCQ Objective Questions

For the 2-bit comparator circuit having inputs as A1A0 and B1B0, the Boolean expression for A = B output can be expressed as:

  1. (A1⊙ B0) (A0 ⊙ B1)
  2. (A1⊕ B1) (A0 ⊕ B0)
  3. (A1⊙ B1) (A0 ⊙ B0)
  4. (A1⊕ B0) (A0 ⊕ B1)

Answer (Detailed Solution Below)

Option 3 : (A1⊙ B1) (A0 ⊙ B0)

Comparators Question 6 Detailed Solution

Download Solution PDF

2-bit comparator

A comparator used to compare two binary numbers each of two bits is called a 2-bit magnitude comparator.

It consists of four inputs and three outputs to generate less than, equal to, and greater than between two binary numbers.

F4 Vinanti Engineering 16.02.23 D7

The truth table for the 2-bit comparator is given below:

A

B

A=B

A>B

A

A1

A0

B1

B0

0

0

0

0

1

 

 

0

0

0

1

 

 

1

0

0

1

0

 

 

1

0

0

1

1

 

 

1

0

1

0

0

 

1

 

0

1

0

1

1

 

 

0

1

1

0

 

 

1

0

1

1

1

 

 

1

1

0

0

0

 

1

 

1

0

0

1

 

1

 

1

0

1

0

1

 

 

1

0

1

1

 

 

1

1

1

0

0

 

1

 

1

1

0

1

 

1

 

1

1

1

0

 

1

 

1

1

1

1

1

 

 

 

F4 Vinanti Engineering 16.02.23 D8

The output of the A=B is:

 \(Y=\overline{A_1}\space \overline{A_0}\space \overline{B_1}\space \overline{B_0}+\overline{A_1}\space {A_0}\space \overline{B_1}\space {B_0}+{A_1}\space {A_0}\space {B_1}\space {B_0}+{A_1}\space \overline{A_0}\space {B_1}\space \overline{B_0}\)

\(Y=\overline{A_1}\space \overline{B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)+{A_1}\space {B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)\)

Y = (A1⊙ B1) (Ao ⊙ Bo)

Which of the following is a 4 bit Comparator IC?

  1. IC 7485
  2. IC 7805
  3. IC 555
  4. IC 7400

Answer (Detailed Solution Below)

Option 1 : IC 7485

Comparators Question 7 Detailed Solution

Download Solution PDF

F1 S.B 8.6.20 Pallavi D 5

  • 74LS85 is a 4-bit magnitude comparator of two binary format inputs.
  • 74LS85 can compare two 4-bit binary data and output can be given in a 3-bit parallel form.
  • The IC has low power consumption and gives output in the TTL form which makes it compatible with other TTL devices and microcontrollers.


The block diagram is as shown:

F1 S.B 8.6.20 Pallavi D 6

In order to design 5 bit comparator, how many output(s) is/are needed?

  1. 1
  2. 2
  3. 3
  4. 4

Answer (Detailed Solution Below)

Option 3 : 3

Comparators Question 8 Detailed Solution

Download Solution PDF

Comparator

F2 Vinanti Engineering 21.03.23 D12
A magnitude digital Comparator is a combinational circuit that compares two digital or binary numbers in order to find out whether one binary number is equal, less than, or greater than the other binary number.

For N ≤ 2k bit comparator circuit, k output lines are required.

Calculation

Given, N = 5

5 ≤ 2k

k = 3

The output Y of a 2-bit comparator is logic 1 whenever the 2-bit input A is greater than the 2-bit input B. The number of combinations for which the output is logic 1, is

  1. 4

  2. 6

  3. 8

  4. 10

Answer (Detailed Solution Below)

Option 2 :

6

Comparators Question 9 Detailed Solution

Download Solution PDF

The only possible combinations are

A = 01 and B = 0 0

A = 10 and B = 00, 01

A = 11 and B = 00, 01, 10

So there are only 6 combinations

Tips and Tricks:

\(\frac{2^{2n} - 2^n}{2}\)

where n = 2 bit

Maximum conversion time in clock cycles for three types of 8 bit ADCs (i) Successive approximation, (ii) Dual slope and (iii) Parallel comparator are respectively

  1. 8, 512, 1
  2. 8, 256, 4
  3. 16, 256, 2
  4. 256, 8, 1

Answer (Detailed Solution Below)

Option 1 : 8, 512, 1

Comparators Question 10 Detailed Solution

Download Solution PDF

Concept:

The conversion time of different types of n-bit ADC is shown :

Type of ADC

No. of Clocks

Time

Counter Type

        2n-1

2n-1 Tclk

SAR (Successive Approximation Register)

n

nTclk

Flash (Parallel comparator)

1

Tclk

Dual Slope

2n+1

2n+1 Tclk

 

  • From the above table, it is clear that the dual-slope is the slowest ADC and Flash Type is the fastest ADC.
  • The conversion type of Flash type is independent of the number of bits 

 

Application:

n = 8

  • Maximum conversion time in clock cycles of 8-bit Successive approximation type ADC  = n=  8
  • Maximum conversion time in clock cycles of 8 bit Dual slope type ADC = 2n+1 = 29 = 512
  • Maximum conversion time in clock cycles of 8 bit Successive approximation type ADC = 1

X = X1X0 and Y = Y1Y0 are 2-bit binary numbers. The Boolean function S that satisfies the condition “If X > Y, then S = 1”, in its minimized form, is

  1. X1Y1 + X0Y0
  2. X11 + X001 + X00X1
  3. X11X00
  4. X1Y1 + X00Y1 + X001

Answer (Detailed Solution Below)

Option 2 : X11 + X001 + X00X1

Comparators Question 11 Detailed Solution

Download Solution PDF

x = x1 x0 y = y1 y0

The Boolean function S that satisfies condition,

If x > y, then s = 1.

We can represent the above condition through a truth table.

x

x1 x0

y

y1 y0

s

x > y

0 0

0 0

0

0 0

0 1

0

0 0

1 0

0

0 0

1 1

0

0 1

0 0

1

0 1

0 1

0

0 1

1 0

0

0 1

1 1

0

1 0

0 0

1

1 0

0 1

1

1 0

1 0

0

1 0

1 1

0

1 1

0 0

1

1 1

0 1

1

1 1

1 0

1

1 1

1 1

0

 

By using k-maps

GATE IN 2019 Official 47Q Technical 16

Minimized form:

s = x11 + x1x00 + x010

Comparators Question 12:

For the 2-bit comparator circuit having inputs as A1A0 and B1B0, the Boolean expression for A = B output can be expressed as:

  1. (A1⊙ B0) (A0 ⊙ B1)
  2. (A1⊕ B1) (A0 ⊕ B0)
  3. (A1⊙ B1) (A0 ⊙ B0)
  4. (A1⊕ B0) (A0 ⊕ B1)

Answer (Detailed Solution Below)

Option 3 : (A1⊙ B1) (A0 ⊙ B0)

Comparators Question 12 Detailed Solution

2-bit comparator

A comparator used to compare two binary numbers each of two bits is called a 2-bit magnitude comparator.

It consists of four inputs and three outputs to generate less than, equal to, and greater than between two binary numbers.

F4 Vinanti Engineering 16.02.23 D7

The truth table for the 2-bit comparator is given below:

A

B

A=B

A>B

A

A1

A0

B1

B0

0

0

0

0

1

 

 

0

0

0

1

 

 

1

0

0

1

0

 

 

1

0

0

1

1

 

 

1

0

1

0

0

 

1

 

0

1

0

1

1

 

 

0

1

1

0

 

 

1

0

1

1

1

 

 

1

1

0

0

0

 

1

 

1

0

0

1

 

1

 

1

0

1

0

1

 

 

1

0

1

1

 

 

1

1

1

0

0

 

1

 

1

1

0

1

 

1

 

1

1

1

0

 

1

 

1

1

1

1

1

 

 

 

F4 Vinanti Engineering 16.02.23 D8

The output of the A=B is:

 \(Y=\overline{A_1}\space \overline{A_0}\space \overline{B_1}\space \overline{B_0}+\overline{A_1}\space {A_0}\space \overline{B_1}\space {B_0}+{A_1}\space {A_0}\space {B_1}\space {B_0}+{A_1}\space \overline{A_0}\space {B_1}\space \overline{B_0}\)

\(Y=\overline{A_1}\space \overline{B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)+{A_1}\space {B_1}({\overline{A_0}\space \overline{B_0}}+A_0B_0)\)

Y = (A1⊙ B1) (Ao ⊙ Bo)

Comparators Question 13:

Which of the following is a 4 bit Comparator IC?

  1. IC 7485
  2. IC 7805
  3. IC 555
  4. IC 7400

Answer (Detailed Solution Below)

Option 1 : IC 7485

Comparators Question 13 Detailed Solution

F1 S.B 8.6.20 Pallavi D 5

  • 74LS85 is a 4-bit magnitude comparator of two binary format inputs.
  • 74LS85 can compare two 4-bit binary data and output can be given in a 3-bit parallel form.
  • The IC has low power consumption and gives output in the TTL form which makes it compatible with other TTL devices and microcontrollers.


The block diagram is as shown:

F1 S.B 8.6.20 Pallavi D 6

Comparators Question 14:

In order to design 5 bit comparator, how many output(s) is/are needed?

  1. 1
  2. 2
  3. 3
  4. 4

Answer (Detailed Solution Below)

Option 3 : 3

Comparators Question 14 Detailed Solution

Comparator

F2 Vinanti Engineering 21.03.23 D12
A magnitude digital Comparator is a combinational circuit that compares two digital or binary numbers in order to find out whether one binary number is equal, less than, or greater than the other binary number.

For N ≤ 2k bit comparator circuit, k output lines are required.

Calculation

Given, N = 5

5 ≤ 2k

k = 3

Comparators Question 15:

The output Y of a 2-bit comparator is logic 1 whenever the 2-bit input A is greater than the 2-bit input B. The number of combinations for which the output is logic 1, is

  1. 4

  2. 6

  3. 8

  4. 10

Answer (Detailed Solution Below)

Option 2 :

6

Comparators Question 15 Detailed Solution

The only possible combinations are

A = 01 and B = 0 0

A = 10 and B = 00, 01

A = 11 and B = 00, 01, 10

So there are only 6 combinations

Tips and Tricks:

\(\frac{2^{2n} - 2^n}{2}\)

where n = 2 bit

Get Free Access Now
Hot Links: teen patti teen patti master real cash teen patti gold apk download