Arithmetic Operators

Arithmetic Operators

9th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org CSP Unit 4

Code.org CSP Unit 4

9th - 12th Grade

19 Qs

Code.org CSP Visualizations

Code.org CSP Visualizations

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

LA3.C3: Variables

LA3.C3: Variables

9th Grade - University

16 Qs

SST Yr 8 - NCCE - Algorithmic Thinking 2

SST Yr 8 - NCCE - Algorithmic Thinking 2

9th Grade

20 Qs

Boolean Expressions

Boolean Expressions

9th - 12th Grade

19 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?