60.3k views
2 votes
Which arithmetic operation is used by a signed binary comparator to determine if two operands are equal

User ShelbyZ
by
5.0k points

1 Answer

1 vote

Answer:

Equality Operators

Step-by-step explanation:

The equality operators, which are often written as "equal (==), and not-equal (!=)" are technically used by a signed binary comparator to determine if two operands are equal or not equal. They produce 1 in a situation where both operands have equal value, and 0 if they do not have equal value.

Hence, in this case, the correct answer is Equality Operators.

User Luc Hermitte
by
4.2k points