>
Greater than
<
Smaller than
> =
Greater than or equal to
<=
Smaller than or equal to
==
Equal to
!=
Not equal to
All of the relational operators are?
Binary
Because relational operators are binary, they use how many operarands?
Two operands
What is this expression called?
x > y
Relational expression
Relational expressions are also known as?
Boolean expressions
What is a Boolean expression?
A Boolean expression means their value can only be true or false.
How does a computer store true in memory?
With the number 1.
How does a computer store false in memory?
With the number 0.