Concepto 1
Relational operators
start
RELATIONALOPERATORS
4.3 == 4.3
4.3 < 20.5
NUMeRICAL
4 == -4
4 < -20
4 >= 4
4 <= 7
4.7 != 4.7
4.2 >= 2.6
4.9 <= 0
4 != -4
Next
RELATIONALOPERATORS
'dice' < 'house'
'A' > 'a'
text
'goal' > 'table'
'A' < 'a'
When we compare text, the ASCII value of the characters is used. In general, uppercase letters come before lowercase letters, and the letters are ordered alphabetically.
'a' <= 'b'
'day' != 'night'
'z' >= 'a'
'vehicle' == 'car'
Back
Next
Copyright © 2025 Instituto Tecnológico y de Estudios Superiores de Monterrey. The total or partial reproduction of this material by any means is prohibited without the prior and express written consent of the Instituto Tecnológico y de Estudios Superiores de Monterrey.
(INGLÉS)Operadores relacionales
TEC MX
Created on October 31, 2025
Start designing with a free template
Discover more than 1500 professional designs like these:
View
Piñata Challenge
View
Teaching Challenge: Transform Your Classroom
View
Frayer Model
View
Math Calculations
View
Interactive QR Code Generator
View
Interactive Scoreboard
View
Interactive Bingo
Explore all templates
Transcript
Concepto 1
Relational operators
start
RELATIONALOPERATORS
4.3 == 4.3
4.3 < 20.5
NUMeRICAL
4 == -4
4 < -20
4 >= 4
4 <= 7
4.7 != 4.7
4.2 >= 2.6
4.9 <= 0
4 != -4
Next
RELATIONALOPERATORS
'dice' < 'house'
'A' > 'a'
text
'goal' > 'table'
'A' < 'a'
When we compare text, the ASCII value of the characters is used. In general, uppercase letters come before lowercase letters, and the letters are ordered alphabetically.
'a' <= 'b'
'day' != 'night'
'z' >= 'a'
'vehicle' == 'car'
Back
Next
Copyright © 2025 Instituto Tecnológico y de Estudios Superiores de Monterrey. The total or partial reproduction of this material by any means is prohibited without the prior and express written consent of the Instituto Tecnológico y de Estudios Superiores de Monterrey.