Python Loops

Python Loops

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSA 4.2 (For Loops)

AP CSA 4.2 (For Loops)

10th - 12th Grade

10 Qs

Lists and Loops in Computer Science

Lists and Loops in Computer Science

7th - 11th Grade

15 Qs

while loop

while loop

9th Grade

10 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

C# Loops (All)

C# Loops (All)

9th - 12th Grade

15 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

CODEHS Looping Unit 5 Review

CODEHS Looping Unit 5 Review

9th - 12th Grade

10 Qs

Python Loops

Python Loops

Assessment

Quiz

Computers, Education

9th - 12th Grade

Medium

Created by

Carol Luce

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