NEW
Font size
WorksheetsComputer Science Semester Exam Review
Total questions: 35
Worksheet time: 18mins
What does this comparison operator mean?
Compares two values to see if the number on the left is less than or equal to the number on the right
Compares two values to see if the number on the left is greater than or equal to the number on the right.
Compares two values to see if the number on the left is greater than the number on the right.
Compares two values to see if the number on the left is less than the number on the right.
What does this comparison operator mean?
Compares two values and returns true if they are not equal, otherwise false.
Compares two values and returns true if they are equal, otherwise false.
Compares two values to see if the number on the left is greater than the number on the right.
Compares two values to see if the number on the left is less than the number on the right.
Which is an example of camel case?
WelcomeToClass
wlcmtclss
WELCOMETOCLASS
Welcome To Class
A computer science term that means true/false value
boolean
boolean expression
conditional
sprite
Is the dog sprite's scale greater than the cat sprite's scale?
