Arithmetic Operators

Arithmetic Operators

9th Grade

20 Qs

quiz-placeholder

Similar activities

Code.org Sequencing

Code.org Sequencing

9th - 12th Grade

19 Qs

AP CSP VCFL

AP CSP VCFL

9th - 12th Grade

25 Qs

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

SST Yr 8 - NCCE - Algorithmic Thinking 2

SST Yr 8 - NCCE - Algorithmic Thinking 2

9th Grade

20 Qs

Understanding Data Types in Python Quiz

Understanding Data Types in Python Quiz

9th Grade

15 Qs

Boolean Expressions

Boolean Expressions

9th - 12th Grade

19 Qs

Code.org Unit 4

Code.org Unit 4

9th - 12th Grade

19 Qs

Boolean Code.org CSP

Boolean Code.org CSP

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?