Comparison Operators Flashcards

1
Q

==

A

If var or values are different, (true or false)

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

== exp 7==9

A

false

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

== exp 4==4

A

true

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

===

A

=== is Identical to and the same type

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

!=

A

!= is not equal to

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

!==

A

!== is not identical

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

> =

A

> = is greater than or equal to

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

> =

A

> = is greater than

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

<=

A

<= is less than or equal to

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

<=

A

<= is less than

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

== exp 7==9

A

false

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

== exp 4==4

A

true

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

==

A

== is equal t0

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

===

A

=== is Identical to and the same type

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

!=

A

!= is not equal to

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

!==

A

!== is not identical

17
Q

>

A

> is greater than

18
Q

> =

A

> = is greater than

19
Q
A

< is less than

20
Q

<=

A

<= is less than