Python: For loops

Python: For loops

10th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

Python (Selection)

Python (Selection)

8th - 10th Grade

13 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python: For loops

Python: For loops

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Used 667+ times

FREE Resource

18 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 character that must be at the end of the line for if, while, for etc.
:
;
.
,

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

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

100

10

5

20

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

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

25

4

1

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

15

7

10

1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

15

1

10

100

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?