Guided Notes 5.2 Python For Loop

Guided Notes 5.2 Python For Loop

9th Grade

10 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

9th - 12th Grade

15 Qs

แบบทดสอบ Python เรื่อง Loop 10 ข้อ

แบบทดสอบ Python เรื่อง Loop 10 ข้อ

9th Grade

10 Qs

while loop

while loop

9th Grade

10 Qs

Programming with For Loops

Programming with For Loops

7th - 9th Grade

12 Qs

Python with DataScience

Python with DataScience

7th Grade - University

10 Qs

CodeHS Unit 14

CodeHS Unit 14

9th - 12th Grade

15 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Big Idea 1: Creative Development

Big Idea 1: Creative Development

9th - 11th Grade

14 Qs

Guided Notes 5.2 Python For Loop

Guided Notes 5.2 Python For Loop

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Zhumaniiaz Mamataliev

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A For loop helps you in executing a certain piece of code in _____ number of times.

Infinite

Fixed/Exact

Random

Zero

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Syntax for ‘For Loop’ in Python is: for _ in ______(_):

list

range

loop

iterate

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

______ is a built-in Python function and its output is a series of numbers. The series of numbers are ___ indexed.

list, positively

Range, zero

loop, negatively

iterate, one

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Range (10) would print numbers from _ to _.

0 to 9

1 to 10

0 to 10

1 to 9

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

For i in range(10): starts at __ and ends at _.

1, 10

0, 9

0, 10

1, 9

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The third argument in the range() function is the ______ value.

start

end

step

loop

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

We can have a _____ increment to decrease the value of the iterator each time.

positive

zero

negative

random

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?