
Python for loop/lists
Quiz
•
Information Technology (IT)
•
9th Grade
•
Practice Problem
•
Easy
Fadi Fadi
Used 4+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does a for loop do in Python?
Repeats a block of code while a condition is true
Chooses a random element from a list
Repeats a block of code for each item in a sequence
Declares a function
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code? python CopyEdit fruits = ['apple', 'banana', 'cherry'] for fruit in fruits: print(fruit)
apple banana cherry
['apple', 'banana', 'cherry']
fruit fruit fruit
Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid list?
[1, 2, 3, 4]
(1, 2, 3, 4)
{1, 2, 3, 4}
"1, 2, 3, 4"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this loop run? for i in range(5): print(i)
4
5
6
Infinite
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of 'dog' in this list? animals = ['cat', 'dog', 'lion']
0
1
2
3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this print? python CopyEdit numbers = [10, 20, 30] print(numbers[1])
10
20
30
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of range() in a for loop?
To shuffle the list
To create a loop that counts
To sort items
To reverse a list
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
15 questions
TVL 1
Quiz
•
11th Grade
10 questions
POST TEST - PRESENTASI - OKT 24
Quiz
•
10th Grade
10 questions
java2/67
Quiz
•
12th Grade - University
10 questions
Survey DFT10173
Quiz
•
University
20 questions
Uji Pemahaman Algoritma dan Pemrograman
Quiz
•
9th Grade
10 questions
Minggu 2 - Pre Test
Quiz
•
University
15 questions
5-sinf. Kompyuter va Internet Asoslari
Quiz
•
5th Grade - University
15 questions
6-sinfl. Ofis dasturlari va Scratch
Quiz
•
6th Grade - University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
10 questions
Understanding Meiosis
Interactive video
•
6th - 10th Grade
15 questions
Meiosis vs mitosis
Quiz
•
9th Grade
10 questions
Exploring the Origins of Veterans Day
Interactive video
•
6th - 10th Grade
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
16 questions
Ethos, Pathos, Logos Practice
Quiz
•
9th Grade
15 questions
Two Step Equations
Quiz
•
9th Grade
