Python - Iteration (For Loops)

Python - Iteration (For Loops)

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Code HS JavaScript Graphics

Code HS JavaScript Graphics

9th - 12th Grade

15 Qs

Java Variables, Input and Output

Java Variables, Input and Output

10th - 12th Grade

15 Qs

FCS Fall Collective review

FCS Fall Collective review

9th - 10th Grade

21 Qs

Python

Python

6th - 10th Grade

17 Qs

Big Idea 3

Big Idea 3

9th - 12th Grade

15 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Programming Constructs

Programming Constructs

9th - 10th Grade

20 Qs

Python - Iteration (For Loops)

Python - Iteration (For Loops)

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Marc Hoy

Used 274+ 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?