Year 9 Python Programming Quiz

Year 9 Python Programming Quiz

8th Grade

16 Qs

quiz-placeholder

Similar activities

StVirgils Code Combat quiz

StVirgils Code Combat quiz

8th Grade

20 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Scratch Year 7 End of Unit Quiz

Scratch Year 7 End of Unit Quiz

7th - 8th Grade

20 Qs

Code combat

Code combat

8th Grade

15 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

python - tallulah

python - tallulah

7th - 9th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 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?