Operators

Operators

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

T-Level DPDD: Python Operators Quiz

T-Level DPDD: Python Operators Quiz

11th Grade

18 Qs

DIV // & MOD %

DIV // & MOD %

9th - 10th Grade

10 Qs

Unit 3 Lesson 1 Using Expressions

Unit 3 Lesson 1 Using Expressions

10th Grade

10 Qs

Python Operators & Expressions

Python Operators & Expressions

8th - 11th Grade

13 Qs

Operators in Swift Programming

Operators in Swift Programming

10th Grade

15 Qs

Logical Operators

Logical Operators

9th - 12th Grade

14 Qs

GCSE Computer Science Operators

GCSE Computer Science Operators

10th - 12th Grade

15 Qs

Python Operators

Python Operators

9th Grade

19 Qs

Operators

Operators

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Ackeema Johnson

Used 13+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which operator means 'less than or equal to'?

>=

>

<

<=

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the value of the expression 100 div 25?

4

4.0

"4.0"

0

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the answer for this expression:

9 mod 2

4.5

4.0

1

3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What operator returns the whole number after integer division?

div

mod

/

*

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

if x = 5 then what is the output for the expression:

(x > 3 and x < 10)

True

False

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If x = 8 then what is the output for the expression:

(x < 3 or x > 20)

True

False

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If x = 10 and y = 10, then what is the result of the expression:

(x <> y)

True

False

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?