Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Objects

Objects

8th - 12th Grade

16 Qs

Python Basics (CodeHS)

Python Basics (CodeHS)

7th - 12th Grade

20 Qs

Test 4 Edhesive Review

Test 4 Edhesive Review

9th - 12th Grade

18 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Computer science paper 2

Computer science paper 2

10th Grade

15 Qs

ICS Test #4 review

ICS Test #4 review

9th - 12th Grade

15 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Marc Hoy

Used 262+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code output?

nothing at all

dude

dude, 4 times

dude, 6 times

dude, 3 times

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, what is the "i"

a while loop

a variable

iteration

a loop

random letter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, what is "range"?

a function

a variable

iteration

a loop

selection

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, what is "for"?

a function

sequence

iteration

a while loop

selection

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In this code, how would the code need to be changed, to print "dude" 10 times?

change the "dude", to a 10

change the 4, to a 10

change the for, to a while

change the 4, to an 11

change the print to an input()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be displayed?

1,2,3,4

2,3,4,5

1,1,1,1

1,2,3

0,1,2,3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be displayed?

Nothing

5, 6, 7, 8, 9

1, 2, 3, 4, 5

1, 1, 1, 1, 1

5, 6, 7, 8, 9, 10

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?