Iteration

Iteration

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Python while loops

Python while loops

12th Grade

20 Qs

12IP

12IP

12th Grade

20 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Python Iteration

Python Iteration

10th Grade

13 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

Python Basics Review

Python Basics Review

10th Grade

18 Qs

Iteration

Iteration

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Louise Lockwood

Used 114+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a Count-Controlled loop?

for loop

while loop

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A count controlled loop will..

Repeat code until a condition is met

Repeat code a specific amount of times

Repeat code a random amount of times

None of the above

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will this code do?

Print Numbers 1-11

Print Numbers 1-10

Print Numbers 2-10

Print Error

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What sort of loop is this?

Count Controlled

Condition Controlled

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these operators means EQUAL TO?

'='

'=>'

'<='

'=='

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What will be the output of this code?

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

0,2,4,6,8,10

2,4,6,8,10,12

2,4,6,8,10

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these will allow me to count from 0-20 in steps of 5?

for x in range(0,20):

print(x)

while x = (0,20,5):

print(x)

for x in range(0,21,5):

print(x)

for x in range(0,21,5):

print(y)

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?