kcs ks3 mastering python calculations

kcs ks3 mastering python calculations

7th Grade

20 Qs

quiz-placeholder

Similar activities

BZA Python Programming 3

BZA Python Programming 3

6th - 8th Grade

20 Qs

Checkpoint 1 revision

Checkpoint 1 revision

7th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Python level 1 Autumn 2024

Python level 1 Autumn 2024

7th Grade

15 Qs

quiz dasar python

quiz dasar python

1st Grade - University

20 Qs

Computer Parts

Computer Parts

3rd - 12th Grade

20 Qs

Mastering Small Basic Drawing and Math

Mastering Small Basic Drawing and Math

7th Grade

15 Qs

kcs ks3 mastering python calculations

kcs ks3 mastering python calculations

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Brian Chipungu

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for addition in Python?

-

*

/

+

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for subtraction in Python?

*

+

/

-

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for multiplication in Python?

+

-

/

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used for division in Python?

+

-

*

/

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you print the result of 8 multiplied by 7 in Python?

print(8 + 7)

print(8 - 7)

print(8 / 7)

print(8 * 7)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the output of print(10 / 2) in Python?

2.0

5.0

10.0

20.0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you take an integer input from the user in Python?

input("Enter a number: ")

int(input("Enter a number: ")

float(input("Enter a number: ")

str(input("Enter a number: ")

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?