Python Loops Practice

Python Loops Practice

Assessment

Flashcard

Computers

11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

23 questions

Show all answers

1.

FLASHCARD QUESTION

Front

FOR loops are loops which run for a specific number of times

Back

loops which run for a specific number of times

2.

FLASHCARD QUESTION

Front

WHILE loops are

Back

loops which run an unknown number of times

3.

FLASHCARD QUESTION

Front

A condition is

Back

a statement that is either True or False

4.

FLASHCARD QUESTION

Front

To repeat until a particular condition is false use

Back

while loop

5.

FLASHCARD QUESTION

Front

The condition for a while loop to continue could include which of the following? While something equals something, While something is greater than something, While something is True, All of these

Back

All of these

6.

FLASHCARD QUESTION

Front

Which kind of loop would be used to keep adding money to a piggy bank until reaching £100?

Back

WHILE Loop

7.

FLASHCARD QUESTION

Front

Which kind of loop would be used for a program that will keep letting me add a monthly payment for 12 months?

Back

FOR Loop

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?