Python Math

Python Math

1st - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Python Programming

Python Programming

5th Grade - University

15 Qs

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Python

Python

7th Grade

10 Qs

Python Fundamentals

Python Fundamentals

1st - 10th Grade

12 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

Sentinel Controlled Repetition (Java)

Sentinel Controlled Repetition (Java)

12th Grade

15 Qs

Edublocks yr 8

Edublocks yr 8

7th Grade

15 Qs

PYTHON DICTIONARIES

PYTHON DICTIONARIES

11th Grade

14 Qs

Python Math

Python Math

Assessment

Quiz

Computers

1st - 12th Grade

Hard

Created by

Syahrul Affendi

Used 1K+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(min(100, 200, 300, 400))

100

200

300

400

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(max(100, 200, 300, 400))

100

200

300

400

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(abs(-7.25))

7.25

-7.25

+7.25

+7.25-

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(pow(8, 3))

6561

6424

64

24

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(math.pi)

3.141592653589793

3.142

31.41592653589793

π

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(math.ceil(2.6))

3

2

2.5

3.5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the displayed value for Python coding below:


print(math.floor(2.6))

3

2

2.5

3.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?