Comparison operators

Comparison operators

6th - 11th Grade

9 Qs

quiz-placeholder

Similar activities

VB Using Expressions and Operators

VB Using Expressions and Operators

10th Grade

10 Qs

CodeHS 2.8 Comparison Operators

CodeHS 2.8 Comparison Operators

9th - 12th Grade

13 Qs

Unit 4 Vocabulary

Unit 4 Vocabulary

11th - 12th Grade

10 Qs

Computer Applications Quiz

Computer Applications Quiz

6th Grade

10 Qs

Introduction to Hardware

Introduction to Hardware

8th Grade

10 Qs

Grade 7 & 8 First quiz term 3

Grade 7 & 8 First quiz term 3

7th Grade

10 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

Spreadsheet Basics 2

Spreadsheet Basics 2

8th Grade

12 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