COMPARISON OPERATORS Flashcards

1
Q

Operators that we are using to compare two values or objects. It return either TRUE or FALSE according to the condition.

A

COMPARISON OPERATORS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If the values of two operands are equal, then the condition becomes TRUE

A

EQUAL TO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If values of two operands are not equal, then condition becomes TRUE.

A

NOT EQUAL TO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If the value of left operand is greater than the value of the right operand, then condition becomes TRUE.

A

GREATER THAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

If the values of the left operand is less than the value of right operand, then condition becomes TRUE.

A

LESS THAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

If the value of left operand is greater than or equal to the value of right operand, then condition becomes TRUE.

A

GREATER THAN OR EQUAL TO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

If the value of left operand is less than or equal to the value of right operand, then condition becomes TRUE.

A

LESS THAN OR EQUAL TO

How well did you know this?
1
Not at all
2
3
4
5
Perfectly