Mathematical Operators

Mathematical Operators

12th Grade

7 Qs

quiz-placeholder

Similar activities

Java

Java

1st - 12th Grade

8 Qs

Engineering STEM Quiz_AI_24

Engineering STEM Quiz_AI_24

12th Grade

10 Qs

TEST 1- PRAC2

TEST 1- PRAC2

9th - 12th Grade

10 Qs

Intro to Python Programming Quiz 9C

Intro to Python Programming Quiz 9C

10th Grade - University

12 Qs

Mathematical Operators Python Assessment

Mathematical Operators Python Assessment

9th - 12th Grade

10 Qs

The Flash

The Flash

6th - 12th Grade

12 Qs

Digital Devices

Digital Devices

12th Grade

10 Qs

Introductory Quiz

Introductory Quiz

9th - 12th Grade

10 Qs

Mathematical Operators

Mathematical Operators

Assessment

Quiz

Other

12th Grade

Hard

Created by

John Joyce

FREE Resource

7 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What symbol is used for dividing decimal numbers in Python?

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What symbol do I use for floor division (dividing values and outputting the largest whole number less than or equal to the result) in Python?

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What symbol do I use for MOD (dividing values and outputting the remainder ONLY) in Python?

4.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What symbol do I use for exponentiation (raising one value to the power of another) in Python?

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What function do I use to round a value in Python?

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What keyword is used to truncate a value (remove the decimal portion of the value WITHOUT rounding) in Python?

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do I generate random numbers in Python?