Which of the following for loops would print the following numbers?
0
1
2
3
4
5
Options:
for i in range(5): print i,
for i in range(1, 5, 1):
print i,
for i in range(6): print i,
for i in range(0, 5, 1):
print i
CODEHS Looping Unit 5 Review

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

10 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
for i in range(6): print i
2.
FLASHCARD QUESTION
Front
Which of the following for loops would print the following numbers?
3
5
7
9
Options:
for i in range(3, 10, 2):
print i,
for i in range(3, 9, 2):
print i,
for i in range(9): print i,
for i in range(3,9): print i
Back
for i in range(3, 10, 2):
print i
3.
FLASHCARD QUESTION
Front
What is the value of num when this loop completes?
num = 0
for i in range(2, 8, 2):
num = num + i
Type in your answer
Back
12
4.
FLASHCARD QUESTION
Front
Which of the following while loops would continue to loop as long as num has values between the range of 3-12, exclusive?
while num > 12 and num < 3:
# do something with num
while num < 12 or num < 3:
# do something with num
while num <= 12 and num >= 3:
# do something with num
while num < 12 and num > 3:
# do something with num
Back
while num < 12 and num > 3:
# do something with num
5.
FLASHCARD QUESTION
Front
Which of the following while loops will cause an infinite loop?
Back
6.
FLASHCARD QUESTION
Front
What will be printed to the screen when this program is run? Options: 0, 1, 0, 1; 0, 2; 0, 1, 0, 1, 0, 1; 1, 2, 1, 2, 1, 2
Back
0
1
0
1
7.
FLASHCARD QUESTION
Front
What is the value of sum when this loop completes?
Back
9
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Arrays

Flashcard
•
10th - 12th Grade
15 questions
CodeHS Python Unit 5 Looping Flashcard

Flashcard
•
9th - 12th Grade
10 questions
Ôn tập chủ đề F

Flashcard
•
KG
10 questions
Python Loops Flashcard

Flashcard
•
10th Grade
10 questions
Циклдік операторлар. 6.1 Цикл ішінде циклдер 6.2 Continue опер

Flashcard
•
KG - University
10 questions
Iteration Flashcard Review

Flashcard
•
9th - 12th Grade
13 questions
Functions and Parameters

Flashcard
•
9th - 12th Grade
10 questions
CS Python Fundamentals Flashcard 4 Practice

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University