Arithmetic Operators

Arithmetic Operators

9th Grade

20 Qs

quiz-placeholder

Similar activities

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

Unit 4 Code.org Csd

Unit 4 Code.org Csd

9th - 12th Grade

19 Qs

Boolean Expressions

Boolean Expressions

9th - 12th Grade

19 Qs

AP CSP VCFL

AP CSP VCFL

9th - 12th Grade

25 Qs

Python Basics

Python Basics

KG - University

15 Qs

Python Review Quiz

Python Review Quiz

7th - 9th Grade

20 Qs

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python

Python

6th - 10th Grade

17 Qs

Arithmetic Operators

Arithmetic Operators

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Christine Ince

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 22 Div 10?

1

2

2.2

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of 42 MOD 4?

1

2

10

4

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of MOD - % in python.

Divide

Modulo (finding the remainder)

Quotient

Exponents (To the power of)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of ^ which is ** in python?

Exponents (To the power of)

Modulo (finding the remainder)

Division

Multiplication

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the following code display?

2

50

5

10000

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would the following code display?

Code snippet:

Y = 6

X = 5

answer = X * Y

print(answer)

11

30

1

5

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

20 MOD 5

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?