Computer Science Ch. 10 Words

About this set

Created by:

connerquinn15  on April 2, 2012

Log in to favorite or report as inappropriate.
Pop out
No Messages

You must log in to discuss this set.

Computer Science Ch. 10 Words

==
(a==b)
True if a equals b
1/10
Preview our new flashcards mode!

Study:

Cards

Speller

Learn

Test

Scatter

Games:

Scatter

Space Race

Tools:

Export

Copy

Combine

Embed

Order by

Terms

Definitions

==
(a==b)
True if a equals b
===
(a=== b)
True if a equals b and the data are of the same type
!=
(a!=b)
True if a does not equal b
!==
(a!==b)
True if a does not equal b and/or the data are not of the same type
>
(a>b)
True if a is greater than b
<
(a<b)
True if a is less than b
>=
(a>=b)
True if a is greater than or equal to b
<=
(a<=b)
True if a is less than or equal to b
&&
(a==b) && (x<y)
True if both conditions are true (a equals b and x is less than y)
||
(a!=b) || (x>=a)
True if either condition is true (a does not equal b or x is greater than or equal to a)

First Time Here?

Welcome to Quizlet, a fun, free place to study. Try these flashcards, find others to study, or make your own.

Set Champions

There are no high scores or champions for this set yet. You can sign up or log in to be the first!