Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

quiz-placeholder

Similar activities

CONTROL STRUCTURES - LIST

CONTROL STRUCTURES - LIST

Professional Development

25 Qs

PLD_Midterm Quiz

PLD_Midterm Quiz

Professional Development

25 Qs

Python Fundamentals 1

Python Fundamentals 1

Professional Development

22 Qs

Go Lang Techmaster

Go Lang Techmaster

Professional Development

25 Qs

Python Training

Python Training

Professional Development

22 Qs

Intro to Python 1

Intro to Python 1

9th Grade - Professional Development

30 Qs

Quiz Wizard'24

Quiz Wizard'24

Professional Development

30 Qs

Digital Marketer Revision Quiz 2

Digital Marketer Revision Quiz 2

Professional Development

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