FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

AQA GCSE Computer Science - 3.2.2 Programming Concepts

AQA GCSE Computer Science - 3.2.2 Programming Concepts

8th - 10th Grade

20 Qs

For and While Loop in Python

For and While Loop in Python

9th - 12th Grade

18 Qs

Python Iteration

Python Iteration

10th Grade

17 Qs

Python basics

Python basics

7th - 10th Grade

18 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

Python Basics ;)

Python Basics ;)

11th Grade

20 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 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?