Python: For loops

Python: For loops

Assessment

Flashcard

Computers

10th - 11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

18 questions

Show all answers

1.

FLASHCARD QUESTION

Front

To repeat a fixed number of times use a

Back

for loop

2.

FLASHCARD QUESTION

Front

To repeat until a particular condition is true use

Back

while loop

3.

FLASHCARD QUESTION

Front

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

Back

:

4.

FLASHCARD QUESTION

Front

In a Python program, what would be the starting value in the FOR LOOP code?

Back

5

5.

FLASHCARD QUESTION

Front

In a Python program, what would be the starting value in the FOR LOOP code?

Back

0

6.

FLASHCARD QUESTION

Front

In a Python program, what would be the increment value for the looping variable in the FOR LOOP code?

Back

1

7.

FLASHCARD QUESTION

Front

In a Python program, what would be the ending value in the FOR LOOP code?

Back

15

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?