CodeHS Python Unit 5 Looping Flashcard
Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

15 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the benefit of using the break command as in the program below?
Back
The program will break out of the loop as soon as the user enters the magic_number.
2.
FLASHCARD QUESTION
Front
What will be printed to the screen when this program is run? Options: 100 0 -75 -125 -150, -150, -175, 175
Back
-150
3.
FLASHCARD QUESTION
Front
What does this program print? Options: 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
Back
It’s still a nice day It’s still a nice day It’s still a nice day It’s still a nice day
4.
FLASHCARD QUESTION
Front
What is the value of sum when this loop completes?
Back
9
5.
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? Options: 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
6.
FLASHCARD QUESTION
Front
If the user enters ‘4’, I want the loop to exit. Where should the break command be placed in order to end the loop when the user enters this value?
Back
Line 9
7.
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)
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Subject and Object Questions
Flashcard
•
KG - University
14 questions
FILIPINO(1st)kinder 2022-23 (Patinig/Katinig)
Flashcard
•
KG
14 questions
AQA Cells _ Quick 15
Flashcard
•
9th - 12th Grade
12 questions
Demografi - begrepp
Flashcard
•
10th Grade - University
15 questions
IED Descriptive Statistics
Flashcard
•
9th - 12th Grade
14 questions
Emily's Journey in Environmental Awareness
Flashcard
•
10th Grade - University
10 questions
Dream's Winter
Flashcard
•
8th - 10th Grade
11 questions
Impresjonizm, ekspresjonizm i neoklasycyzm w muzyce XX wieku
Flashcard
•
7th Grade - University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
20 questions
Six Weeks Test 2 Review
Lesson
•
9th - 12th Grade
12 questions
Overview of Mexico Part 1
Lesson
•
9th - 12th Grade
16 questions
Lesson 3.5 - If Structures Practice
Quiz
•
11th Grade
10 questions
Exploring Computer Hardware and Software Components
Interactive video
•
6th - 10th Grade