CODEHS Looping Unit 5 Review

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Mr Bushee
Used 22+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following for loops would print the following numbers?
0
1
2
3
4
5
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.
FILL IN THE BLANK QUESTION
1 min • 1 pt
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
4.
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-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
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following while loops will cause an infinite loop?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed to the screen when this program is run?
0
1
0
1
0
2
0
1
0
1
0
1
1
2
1
2
1
2
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the value of sum when this loop completes?
8
9
20
0
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Guided Notes 5.2 Python For Loop

Quiz
•
9th Grade
15 questions
Intro to Java Loops

Quiz
•
9th - 12th Grade
12 questions
Python list starter

Quiz
•
10th Grade - University
14 questions
Informatics Practices Quiz (SARAFALI. P)

Quiz
•
11th Grade
6 questions
Assessment - for loop in Python

Quiz
•
11th - 12th Grade
12 questions
Python Final 052224 - 3

Quiz
•
10th Grade
15 questions
Lesson 5 Looping Quiz

Quiz
•
10th - 12th Grade
12 questions
Python Loops

Quiz
•
9th - 11th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

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

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
40 questions
LSHS Student Handbook Review: Pages 7-9

Quiz
•
11th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
19 questions
Mental Health Vocabulary Pre-test

Quiz
•
9th Grade