Year 9 Python Programming Quiz

Year 9 Python Programming Quiz

8th Grade

16 Qs

quiz-placeholder

Similar activities

Python while loops

Python while loops

8th - 9th Grade

20 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Python - Test Revision

Python - Test Revision

8th Grade

20 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Python -Iteration (loops)

Python -Iteration (loops)

7th - 12th Grade

20 Qs

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

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?