Python Loops

Python Loops

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Kuizi 14 - Web

Kuizi 14 - Web

10th Grade - University

15 Qs

Python Condition Controlled Iteration

Python Condition Controlled Iteration

10th Grade

10 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

Loops and trace tables

Loops and trace tables

11th Grade

13 Qs

AP CSA 4.2 (For Loops)

AP CSA 4.2 (For Loops)

10th - 12th Grade

10 Qs

PCEP Section 2B: Perform different types of iterations

PCEP Section 2B: Perform different types of iterations

12th Grade

15 Qs

Chapter 05 Worksheet

Chapter 05 Worksheet

10th Grade

10 Qs

CO - 2_ Quiz 1_Python Conditionals

CO - 2_ Quiz 1_Python Conditionals

10th Grade - University

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?