Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

quiz-placeholder

Similar activities

python

python

KG - Professional Development

30 Qs

Gmetrix Python

Gmetrix Python

9th Grade - Professional Development

31 Qs

Their Python Exam

Their Python Exam

9th Grade - Professional Development

31 Qs

LAHSA - Computer Science Principles B - Assessment #2

LAHSA - Computer Science Principles B - Assessment #2

10th Grade - Professional Development

23 Qs

PS Unit 4 Iteration Quiz Review

PS Unit 4 Iteration Quiz Review

1st Grade - Professional Development

30 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

Python List, Tuple, Set & Dictionaries

Python List, Tuple, Set & Dictionaries

Professional Development

25 Qs

Python basics

Python basics

Professional Development

22 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Jon Bridgeman

Used 16+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ITERATION is...
The process of repeating part of a program until certain conditions have been met or an event occurs
A way of storing values within a program
Getting the program to select a course of action depending on a particular condition
A way of collecting information from a user with a Python program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ITERATION in Python is carried out using...
WHILE and DO
REPEAT and FOR
WHILE and FOR
REPEAT UNTIL 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

TRUE or FALSE:
WHILE and FOR fulfill the same purpose in Python and it doesn't matter which you use 
TRUE
FALSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When are FOR loops used in Python...
Whenever we need to perform iteration
When the iteration continues an unknown number of times until a certain condition is met
When we know how many times the iteration needs to happen
To help us perform SELECTION

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When are WHILE loops used in Python...
Whenever we need to perform iteration
When the iteration continues an unknown number of times until a certain condition is met
When we know how many times the iteration needs to happen
To help us perform SELECTION

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best definition of a VARIABLE?
A variable is container of data
A variable is piece of data
A variable is a number
A variable is a piece of text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Amy creates a program which includes the variable shown here.
What would be the best way of describing "lives"?
"lives" is string
"lives" is an identifier
"lives" could be used in a game
"lives" is a float

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?