Python - For Loop & Nested Loops

Python - For Loop & Nested Loops

7th Grade

12 Qs

quiz-placeholder

Similar activities

Python II part, final test

Python II part, final test

5th - 8th Grade

15 Qs

Computer Science

Computer Science

7th Grade

10 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

ม.2 บทที่ 2 part 2 ความรู้การเขียนโปรแกรม Python

ม.2 บทที่ 2 part 2 ความรู้การเขียนโปรแกรม Python

7th Grade

10 Qs

KODEKIDDO HACK #MLH3

KODEKIDDO HACK #MLH3

4th Grade - University

10 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

9.1.5 - Starter Quiz

9.1.5 - Starter Quiz

7th - 11th Grade

14 Qs

Python - Data types and Conditional statements

Python - Data types and Conditional statements

4th - 8th Grade

10 Qs

Python - For Loop & Nested Loops

Python - For Loop & Nested Loops

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Nur Hashimi

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to start a for loop in Python?

loop

for

repeat

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will for i in range(3): print(i) output?

1 2 3

0 1 2

0 1 2 3

1 2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In for x in range(5):, how many times will the loop run?

4

5

6

Infinite

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function generates a sequence of numbers for a loop?

list()

numbers()

range()

seq()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a nested loop?

A loop that runs only once

A loop inside another loop

A loop without a range

A loop with a break

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a nested loop, which loop runs faster?

The outer loop

The inner loop

Both run at same speed

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement is TRUE about for loops?

They can only loop over numbers

They can loop over strings, lists, or ranges

They run forever

They must have 3 parameters

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?