Guided Notes 5.2 Python For Loop

Guided Notes 5.2 Python For Loop

9th Grade

10 Qs

quiz-placeholder

Similar activities

Python Loops

Python Loops

9th - 11th Grade

12 Qs

CodeHS Python Unit 7 Looping Quiz Review

CodeHS Python Unit 7 Looping Quiz Review

9th - 12th Grade

15 Qs

Python_Loop(for) _high level

Python_Loop(for) _high level

9th Grade

15 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python Unit 5 Looping

Python Unit 5 Looping

9th - 12th Grade

15 Qs

Programming

Programming

1st - 10th Grade

10 Qs

Practice for CPA JavaScript quiz #4

Practice for CPA JavaScript quiz #4

9th - 12th Grade

15 Qs

Quiz #3 - Chapter 1-3 Review

Quiz #3 - Chapter 1-3 Review

9th - 12th 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?