Which of the following loops would print the following numbers.

Looping Unit Test

Quiz
•
others
•
KG
•
Medium
Tim Collier
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following for loops would print the following numbers? 3 5 7 9
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)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of num when this loop completes?
2
8
12
20
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following for loops will give the same values for i as the loop below?
for i in range(11, 0):
for i in range(10, 0, -1):
for i in range(0, 10):
for i in range(0, 11, 1):
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Three of the for loops below will provide identical values for i. Which for loop will provide values that do not others?
for i in range(0, 5):
for i in range(5):
for i in range(0, 5, 1):
for i in range(5, 0, 1):
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this program print?
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
It's still a nice day
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following while loops would continue to loop as long as num has values between the range of 3 exclusive?
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Unit 7 Get to the Root of It

Quiz
•
KG - University
20 questions
2.3 Testing

Quiz
•
KG - University
20 questions
Grammar Test Review - 12/19/24

Quiz
•
3rd Grade
10 questions
OPEN LOOP & CLOSE LOOP

Quiz
•
12th Grade
20 questions
2.3 Defensive Design

Quiz
•
KG - University
20 questions
Drawing Studio Quiz

Quiz
•
KG - University
10 questions
Циклдық алгоритм

Quiz
•
KG - University
10 questions
Greek and Latin Roots - Unit 7

Quiz
•
KG - University
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade