Comparison operators

Comparison operators

6th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

Q3 G9 St Garnet Pre-Assessment

Q3 G9 St Garnet Pre-Assessment

9th Grade

10 Qs

CSP I: Unit 4 – Lessons 5-8 (Conditionals)

CSP I: Unit 4 – Lessons 5-8 (Conditionals)

9th Grade

10 Qs

Class 8 Program coding Java

Class 8 Program coding Java

8th Grade

13 Qs

Python Fundamentals

Python Fundamentals

11th - 12th Grade

12 Qs

Q3 module-6

Q3 module-6

10th Grade

10 Qs

Computer Applications Quiz

Computer Applications Quiz

6th Grade

10 Qs

Boolean Comparison

Boolean Comparison

7th - 12th 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