Python Loops

Python Loops

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Chapter 05 Worksheet

Chapter 05 Worksheet

10th Grade

10 Qs

Loops in Python

Loops in Python

7th - 11th Grade

15 Qs

Python Final 052224 - 3

Python Final 052224 - 3

10th Grade

12 Qs

while loop

while loop

9th Grade

10 Qs

Loops in Python !

Loops in Python !

11th Grade

15 Qs

Nested loops

Nested loops

8th - 9th Grade

10 Qs

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

icpcNU_ Loops and Arrays

icpcNU_ Loops and Arrays

12th Grade

15 Qs

Python Loops

Python Loops

Assessment

Quiz

Computers, Education

9th - 12th Grade

Medium

Created by

Carol Luce

Used 203+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

How many times will 1 be printed

3

4

5

6

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A while loop equivalent of the for loop above is

Media Image
Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

WHILE 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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which kind of loop would be used?


I need a program that will keep letting me add money to a piggy bank until I get to $100.

FOR Loop

WHILE Loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Look at the code below and identify which statement below is true:

Starts at 10, goes up to 100, increases by 10

Starts at 10, goes upto 101, increases by 10

Starts at 1, goes up to 100, increases by 1

Starts at 10, goes up to 10, increases by 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?