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.