162k views
4 votes
Relational operations provide a "binary" 0 or 1 indicating false/true as the output.

A) True
B) False

User Alyona
by
8.1k points

1 Answer

4 votes

Final answer:

Relational operations result in boolean values of true or false, not necessarily the binary digits 0 or 1.

Step-by-step explanation:

The statement 'Relational operations provide a "binary" 0 or 1 indicating false/true as the output' is false. Relational operations in computer science refer to the comparisons made between two entities, typically numbers or strings.

The output of a relational operation is indeed a boolean value, but it is not limited to the binary digits 0 or 1. In many programming languages, the output is represented as the boolean literals true or false.

User Maheshsgr
by
8.5k points