Edexcel GCSE Computer Science

2.5.2: understand the purpose of, and how to use, relational operators (equal to, less than, greater than, not equal to, less than or equal to, greater than or equal to)

Keywords:
Programming
Test your self on these keywords and definitions using the games below or Play random game
KeywordDefinition
<operator that checks if the first value is less than the second value
<=operator that checks if the first value is less than or equal to the second value
<>operator that checks if two values are not equal
==operator that checks if two values are equal
>operator that checks if the first value is greater than the second value
>=operator that checks if the first value is greater than or equal to the second value
Relational Operatorsymbol that compares two values
Keyword games:
Resources: