Quick Calculations with Python

Quick Calculations with Python

7th Grade - University

10 Qs

quiz-placeholder

Similar activities

Python Iteration

Python Iteration

10th Grade

13 Qs

For Loops (Java)

For Loops (Java)

9th - 12th Grade

14 Qs

Python L4 Math Operator

Python L4 Math Operator

6th - 8th Grade

11 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

CodeHS - Intro to Python - Conditionals Quiz

CodeHS - Intro to Python - Conditionals Quiz

9th Grade - Professional Development

15 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

Year 9 lower Python

Year 9 lower Python

9th Grade

10 Qs

Python Revision Tour - I

Python Revision Tour - I

12th Grade

15 Qs

Quick Calculations with Python

Quick Calculations with Python

Assessment

Quiz

Computers

7th Grade - University

Medium

Created by

James Abela

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(10-5)

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(5*5)

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(2**3)

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(5/2)

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(5//2)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

print(5%2)

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

print(round(4.5))

Answer explanation

If round is .5 between two numbers then it will round up or down to the nearest even number. This is called a bankers round. (And might not be what you are taught in UK Maths)

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?