Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

quiz-placeholder

Similar activities

Процедура және функция

Процедура және функция

10th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

Pseudocode Practice Questions

Pseudocode Practice Questions

9th - 12th Grade

20 Qs

Программируем на Python

Программируем на Python

6th - 8th Grade

15 Qs

Review Python

Review Python

8th Grade

15 Qs

Python basic commands

Python basic commands

8th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

Python Year 9 Quiz

Python Year 9 Quiz

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Nicholas FARN

Used 71+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The second part of if, that is executed when the condition is false
if
else
for
input

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The character that must be at the end of the line for if, while, for etc.
:
;
.
,

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What button do you press to compile (run) your program so that it runs in the shell?
F3
F5
F7
F9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make 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?