FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Computer science paper 2

Computer science paper 2

10th Grade

15 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

Flow charts and pseudo code

Flow charts and pseudo code

9th - 11th Grade

16 Qs

FOR and WHILE loop in Python

FOR and WHILE loop in Python

Assessment

Quiz

Computers, English

9th - 12th Grade

Hard

Created by

Doria Grbić

Used 102+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of loop can be made into an infinite loop?

for loop

while loop

both

none of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A condition is

a loop that repeats parts of the code

an operator

a sequence of steps

a statement that checks whether something is true or false

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of these codes will print all numbers from 1 up to 20 (including 20).

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of loop will execute a known number of times?

while loop

for loop

if statement

none of the above

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of loop would be best in a program for adding money into a savings account until it reaches 10000 kuna.

for loop

while loop

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In for i in range (a, n, k) which letter indicates the start?

i

k

a

n

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of loop has a logical expression in the condition?

for loop

while loop

both

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?