KS3 Python

KS3 Python

KG - University

18 Qs

quiz-placeholder

Similar activities

Year 7 Lent

Year 7 Lent

7th Grade

20 Qs

Python Quiz

Python Quiz

3rd - 4th Grade

15 Qs

Python (The Basics)

Python (The Basics)

6th - 10th Grade

20 Qs

Python Strings

Python Strings

11th Grade

21 Qs

Python - ponavljanje 5. razreda

Python - ponavljanje 5. razreda

5th Grade

20 Qs

Input, Output, Variables and Operators

Input, Output, Variables and Operators

5th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

KS3 Python

KS3 Python

Assessment

Quiz

Computers

KG - University

Hard

Used 469+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function outputs data to the python shell?
print()
int()
input()
def

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function converts data to an integer
print()
int()
input()
def

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which function takes a users input
print()
int()
input()
def

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to create your own function
print()
int()
input()
def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

list1 = [4,1,7,3,7,9]
print(list1[4])
What does this output?
4
3
1
7

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most appropriate data type for: 34.9
Float
Boolean
Integer
String

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?