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
Pseudocode - OCR ERL

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

Quiz
•
9th - 11th Grade
14 questions
New year 10 Python Quiz

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

Quiz
•
10th Grade
10 questions
10 CS // Pseudocode

Quiz
•
9th - 11th Grade
11 questions
Python Code Quiz

Quiz
•
8th - 12th Grade
15 questions
AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

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

Quiz
•
6th - 10th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade