Python Y9 Assessment

Python Y9 Assessment

10th Grade

77 Qs

quiz-placeholder

Similar activities

Khởi động Python

Khởi động Python

1st - 10th Grade

73 Qs

Python Turtle Quiz

Python Turtle Quiz

5th - 12th Grade

75 Qs

Computer Science - End of Year Quiz

Computer Science - End of Year Quiz

10th Grade

75 Qs

Python Basics

Python Basics

8th - 12th Grade

80 Qs

AP Computer Science Principles Semester 1 Python

AP Computer Science Principles Semester 1 Python

10th - 12th Grade

75 Qs

S1 Computer Science Assessment 3 2025

S1 Computer Science Assessment 3 2025

9th - 10th Grade

75 Qs

Year 10 Term 2 Periodic 2

Year 10 Term 2 Periodic 2

9th - 11th Grade

79 Qs

GCSE Computer Science Year 10 Spiral 1 Revision

GCSE Computer Science Year 10 Spiral 1 Revision

9th - 10th Grade

81 Qs

Python Y9 Assessment

Python Y9 Assessment

Assessment

Quiz

Computers

10th Grade

Hard

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Created by

P Bailey

Used 33+ times

FREE Resource

77 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

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Data type that can only be true or false
int
string
bool
float

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that can hold a collection of values, often called an array in other programming languages
list
int
string
constant

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Tells the interpreter that the code which follows is a function
const
int
def
while

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?