Year 9 Python Programming Quiz

Year 9 Python Programming Quiz

8th Grade

16 Qs

quiz-placeholder

Similar activities

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Test 1: Banana Tales I

Test 1: Banana Tales I

8th Grade

20 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Codesters Python 1

Codesters Python 1

7th - 8th Grade

20 Qs

Python turtle

Python turtle

8th - 9th Grade

20 Qs

Python strings

Python strings

8th - 9th Grade

11 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Year 9 Python Programming Quiz

Year 9 Python Programming Quiz

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Mr McCallion

Used 6+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax for outputting text in Python?

display("Hello World")

print("Hello World")

output("Hello World")

show("Hello World")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function used to convert a value to an integer in Python?

str()

float()

int()

bool()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input() function in Python?

To display text on the screen

To perform calculations

To receive input from the user

To create a loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is used to create a selection statement in Python?

loop

while

if

for

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of indentation in Python code?

To show blocks of code that may or may not be executed depending on a condition

To show blocks of code in a more readable way so that the programmer can understand more easily

To comment out code, so that the words are treated as words for humans and not for the computer to execute

To define variables

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop iterates for a fixed number of times?

for loop

while loop

if statement

else statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to start a comment in Python?

//

/*

'

#

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?