Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Iteration

Python Iteration

10th Grade

17 Qs

for loop

for loop

9th Grade

22 Qs

Code HS Python Unit 5 Test

Code HS Python Unit 5 Test

9th - 12th Grade

15 Qs

Python Loops Practice

Python Loops Practice

11th Grade

23 Qs

Python for Each

Python for Each

10th - 11th Grade

18 Qs

Python while loops

Python while loops

12th Grade

20 Qs

ICS Test #4 review

ICS Test #4 review

9th - 12th Grade

15 Qs

Loops in Python !

Loops in Python !

11th Grade

15 Qs

Unit 5 - For Loops

Unit 5 - For Loops

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Kara Cooley

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What value is stored in the "total" variable after the following code runs?

total = 0

for i in range(1,4):

total = total + i

0

6

7

5

2.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

FOR loops are

loops which run an unknown number of times

loops which run for a specific number of times

the same as if statements

not part of programming

3.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a program that will keep letting me add a monthly payment for 12 months.

FOR Loop

WHILE Loop

4.

MULTIPLE CHOICE QUESTION

1 min • 12 pts

Which kind of loop would be used?


I need a revision program that will run through revision questions 4 times.

FOR Loop

WHILE Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the following code, what will it generate

1,2,3,4,5,6,7,8,9,10,11,12

0,1,2,3,4,5,6,7,8,9,10,11,12

1,2,3,4,5,6,7,8,9,10,11,12,13

0,1,2,3,4,5,6,7,8,9,10,11,12,13

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following program display?

1,2,3,4

1,2,3,4,5

counter,counter,counter,counter,counter

0,1,2,3,4,5

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Media Image
Media Image
Media Image

1,2,3,4

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?