Module 09 - For Loops

Quiz
•
Computers
•
10th Grade
•
Hard
Casey Devet
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which structure should you use if you want to do something with each of the elements of a list?
for loop
while loop
if statement
else clause
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
This for loop is supposed to print each name in the list called "students", but there are some issues.
Which of the following does NOT need to be changed to make this code work properly?
The second line needs to be indented.
Use "in" instead of "from"
Add a colon (:) at the end of the first line
Change "name" to "students" on the second line
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
True or False:
In a for loop, the thing after the "in" must be a list.
True
False
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
True or False:
You can put if statements inside of for loops.
True
False
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
A program has a list of turtle objects called "racers". Which of the following will move all of the turtles in the list forward by 10 pixels.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What does this code do?
Counts the number of vowels in the string variable called word
Counts the number of consonants (non-vowels) in the string variable called word
Counts the total number of letters in the string variable called word
Counts the number of lowercase letters in the string variable called word
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which function allows us to loop through two lists at the same time?
for()
zip()
range()
list()
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Kiểm tra 15 phút - Lập trình python

Quiz
•
10th Grade
11 questions
49. Programming 1 : Basic Programming Constructs

Quiz
•
9th - 12th Grade
15 questions
Java Basic Data Structures

Quiz
•
6th - 10th Grade
14 questions
Interactive Animations and Games from code.org

Quiz
•
7th - 12th Grade
14 questions
C++ - Loops and Random Numbers

Quiz
•
9th - 12th Grade
15 questions
python basics quiz

Quiz
•
9th - 12th Grade
10 questions
نشاط الدوال المضمنة الخاصة بالأرقام

Quiz
•
10th Grade
7 questions
Unit 6 Graphics Final Review

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Video Games

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

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade