Python Iteration

Python Iteration

10th Grade

13 Qs

quiz-placeholder

Similar activities

Simple Python V2

Simple Python V2

10th Grade

16 Qs

Unit 3 Review

Unit 3 Review

9th - 12th Grade

18 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

Computer science paper 2

Computer science paper 2

10th Grade

15 Qs

Edhesive Python Unit 4: Test Review

Edhesive Python Unit 4: Test Review

10th - 11th Grade

10 Qs

AP CSA 4.2 (For Loops)

AP CSA 4.2 (For Loops)

10th - 12th Grade

10 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

Python Iteration

Python Iteration

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Wayground Content

Used 44+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If i want to continuously check for a correct answer, what loop would i use?

for loop

while loop

2.

MULTIPLE CHOICE QUESTION

1 min • 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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code print?

Print the word 'letter'.

Print a user input on one line.

Print a user input one letter at a time.

Print an Error.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a Count-Controlled loop?

for loop

while loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the '#' allow you to do?

Repeat code

Comment on code

Print code

End code

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What sort of loop is this?

Count Controlled

Condition Controlled

7.

MULTIPLE CHOICE QUESTION

1 min • 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

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?