Comparison operators

Comparison operators

6th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

Computer Applications Quiz

Computer Applications Quiz

6th Grade

10 Qs

REVIEW QUIZ FOR & WHILE LOOP

REVIEW QUIZ FOR & WHILE LOOP

10th Grade

10 Qs

Python Comparison Operators

Python Comparison Operators

8th - 11th Grade

13 Qs

Python variables

Python variables

6th - 8th Grade

8 Qs

Javascript conditions

Javascript conditions

11th Grade

6 Qs

Quiz#5

Quiz#5

8th Grade

10 Qs

Class 8 Program coding Java

Class 8 Program coding Java

8th Grade

13 Qs

Python Quiz - 4

Python Quiz - 4

6th - 8th Grade

10 Qs

Comparison operators

Comparison operators

Assessment

Quiz

Computers

6th - 11th Grade

Medium

Created by

Adam Masters

Used 699+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operators is this ==
not equal to 
equal to
Greater than 
Greater than or equal to 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operators is this !=
not equal to 
equal to
Greater than 
Greater than or equal to 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operators is this >
Less than
Less than or equal to
Greater than 
Greater than or equal to 

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operators is this >=
Less than
Less than or equal to
Greater than 
Greater than or equal to 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What operators is this <=
Less than
Less than or equal to
Greater than 
Greater than or equal to 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would this be "Hello Word!"
Data
String
Numeric
Float

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would hold numbers with a decimal point
Data
String
Numeric
Float

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would this be "555.78"
Data
String
Numeric
Float

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would this be "5"
Data
Integer
Numeric
Float