250+ TOP MCQs on Magnitude Comparator and Answers

Digital Electronics/Circuits Multiple Choice Questions on “Magnitude Comparator”.

1. All the comparisons made by comparator is done using ____________
A. 1 circuit
B. 2 circuits
C. 3 circuits
D. 4 circuits
Answer: A
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. Because, all the input is compared to each other, therefore it is possible only by using 1 circuit.

2. One that is not the outcome of magnitude comparator is ____________
A. a > b
B. a – b
C. a < b
D. a = b
Answer: B
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. In a digital comparator, only 3 outputs are possible (i.e. A = B, A > B, A < B.. So, a – b is an incorrect option.

3. If two numbers are not equal then binary variable will be ____________
A. 0
B. 1
C. A
D. B
Answer: A
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. In a digital comparator, only 3 outputs are possible (i.e. A = B, A >B, A < B.. Other than this, the output will be 0.

4. How many inputs are required for a digital comparator?
A. 1
B. 2
C. 3
D. 4
Answer: A
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. Thus, there are two inputs required for a digital comparator (i.e. A & B..

5. In a comparator, if we get input as A>B then the output will be ____________
A. 1
B. 0
C. A
D. B
Answer: A
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. If A > B, it means that it satisfies one of the condition among three. Hence the output will be 1.

6. Which one is a basic comparator?
A. XOR
B. XNOR
C. AND
D. NAND
Answer: A
Clarification: Generally, an XNOR outputs high for even number of 1s or all 0s and outputs low for otherwise. Thus, an XNOR gate is a basic comparator, because its output is “1” only if its two input bits are equal.

7. Comparators are used in ____________
A. Memory
B. CPU
C. Motherboard
D. Hard drive
Answer: B
Clarification: Comparators are used in the central processing unit (CPUs). Because all the arithmetic and logical operations are performed in the ALU(Arithmetic Logic Unit) part of the CPU.

8. A circuit that compares two numbers and determines their magnitude is called ____________
A. Height comparator
B. Size comparator
C. Comparator
D. Magnitude comparator
Answer: D
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. A circuit that compares two numbers and determine their magnitude is called magnitude comparator.

9. A procedure that specifies finite set of steps is called ____________
A. Algorithm
B. Flow chart
C. Chart
D. Venn diagram
Answer: A
Clarification: A procedure that specifies finite set of steps is called algorithm, While a flowchart is a pictorial representation of the algorithm.

10. How many types of digital comparators are?
A. 1
B. 2
C. 3
D. 4
Answer: B
Clarification: There are two main types of Digital Comparator available and these are: Identity Comparator & Magnitude Comparator. Identity Comparator checks only the equality of the inputs and thus has one output terminal. While Magnitude Comparator checks for greater than, less than as well as equality of the inputs, and thus has 3 output terminals.

11. An identify comparator is defined as a digital comparator which has ____________
A. Only one output terminal
B. Two output terminals
C. Three output terminals
D. No output terminal
Answer: A
Clarification: An Identity Comparator is a digital comparator that has only one output terminal for when A = B either “HIGH” A = B = 1 or “LOW” A = B = 0.

12. A magnitude comparator is defined as a digital comparator which has ____________
A. Only one output terminal
B. Two output terminals
C. Three output terminals
D. No output terminal
Answer: C
Clarification: A Magnitude Comparator is a digital comparator which has three output terminals, one each for equality, A = B greater than, A > B and less than A < B.

13. The purpose of a Digital Comparator is ____________
A. To convert analog input into digital
B. To create different outputs
C. To add a set of different numbers
D. To compare a set of variables or unknown numbers
Answer: D
Clarification: A comparator is a combinational circuit that takes two numbers as input in binary form and results whether one input is greater, lesser or equal to the other input. The purpose of a Digital Comparator is to compare a set of variables or unknown numbers, for example A (A1, A2, A3, …. An, etC. against that of a constant or unknown value such as B (B1, B2, B3, …. Bn, etC. and produce an output condition or flag depending upon the result of the comparison.

14. TTL 74LS85 is a _____________
A. 1-bit digital comparator
B. 4-bit magnitude comparator
C. 8-bit magnitude comparator
D. 8-bit word comparator
Answer: B
Clarification: TTL 74LS85 is a 4-bit magnitude comparator.

Leave a Reply

Your email address will not be published. Required fields are marked *