Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

quiz-placeholder

Similar activities

Python Final-Exam

Python Final-Exam

9th Grade

21 Qs

Python basic

Python basic

9th Grade

21 Qs

Data Types

Data Types

9th - 12th Grade

17 Qs

Class 8A Unit 9.1 Python Basic

Class 8A Unit 9.1 Python Basic

6th - 8th Grade

20 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Python Variables - String vs Integer

Python Variables - String vs Integer

9th - 11th Grade

17 Qs

Python Basics

Python Basics

7th - 9th Grade

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