Comparison operators

Comparison operators

6th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

Operators

Operators

9th Grade

14 Qs

ม.5 คำสั่งเปรียบเทียบ-Comparison Operators

ม.5 คำสั่งเปรียบเทียบ-Comparison Operators

11th Grade

10 Qs

TLE Q3 M6

TLE Q3 M6

10th Grade

10 Qs

ICT 9 - LESSON 1: CONNECTING DATA THROUGH OPERATORS

ICT 9 - LESSON 1: CONNECTING DATA THROUGH OPERATORS

9th Grade

14 Qs

Python: Relational Operators

Python: Relational Operators

9th - 10th Grade

10 Qs

Computer Applications Quiz

Computer Applications Quiz

6th Grade

10 Qs

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

ICT - GRADE 6 - APRIL 2021

ICT - GRADE 6 - APRIL 2021

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