Guided Notes 5.2 Python For Loop

Quiz
•
Computers
•
9th Grade
•
Medium
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
Similar Resources on Wayground
10 questions
Python Loops

Quiz
•
9th - 12th Grade
10 questions
Pseudocode - Iteration

Quiz
•
7th - 11th Grade
12 questions
JavaScript

Quiz
•
9th Grade
12 questions
Loops

Quiz
•
9th - 12th Grade
10 questions
10 question quiz on identifying and correcting errors

Quiz
•
9th - 12th Grade
14 questions
p5.js Week1 PREtest

Quiz
•
7th - 12th Grade
10 questions
Python Review 2023-01-12

Quiz
•
9th - 12th Grade
10 questions
Iteration Assessment

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade