
Unit 5 Review
Authored by Julia McGreal
Computers
9th - 12th Grade
Used 26+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
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
i = 10
while i > 6:
# Code
Output:
10
9
8
Continue
Break
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range(3, 10, 3):
# code
Output:
3
Break
Continue
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range (3, 10, 3):
# code
Output:
3
9
Break
Continue
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
for i in range(10):
# Code
Output:
0
1
2
break
continue
6.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
What is the value of num when this loop completes?
2
8
12
20
7.
MULTIPLE CHOICE QUESTION
45 sec • 5 pts
Three of the for loops below will provide identical values for i. Which for loop will provide values that do not match the 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):
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
17 questions
Traffic Light Project Quiz
Quiz
•
9th Grade
10 questions
Arduino
Quiz
•
7th - 12th Grade
10 questions
Perifericos y Sistemas Operativos (Basico)
Quiz
•
10th Grade
10 questions
แบบทดสอบครั้งที่ 2
Quiz
•
9th Grade
10 questions
Sprawdź się
Quiz
•
4th - 12th Grade
15 questions
Arduino
Quiz
•
7th - 9th Grade
10 questions
TIN HỌC 10 - BÀI 21
Quiz
•
10th Grade
10 questions
4Q Week3 Review Quiz (Who missed the Quiz ONLY))
Quiz
•
9th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade