
Mastering Python Loops, Lists and Strings
Authored by Harmeet Kaur
Computers
11th Grade

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the syntax for a for loop in Python?
foreach variable in sequence:
for each variable in sequence:
for (variable; condition; increment)
for variable in sequence:
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you create a while loop that runs until a variable reaches 10?
while (variable = 10) { variable++; }
while (variable < 10) { variable++; }
while (variable != 10) { variable++; }
while (variable > 10) { variable--; }
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What method would you use to convert a string to lowercase in Python?
lowercase()
convertToLower()
.lower()
.toLowerCase()
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How can you create a list of squares of numbers from 1 to 10 using list comprehension?
[x^2 for x in range(1, 10)]
[x**2 for x in range(1, 11)]
[x*2 for x in range(1, 11)]
[x**3 for x in range(1, 11)]
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code: for i in range(5): print(i)?
0 1 2 3 4
3.5
-1
5
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Explain how nested loops work with an example.
For example, in a 2D array, an outer loop can iterate through rows, while an inner loop iterates through columns: for (int i = 0; i < rows; i++) { for (int j = 0; j < columns; j++) { process(array[i][j]); } }
An outer loop cannot access the inner loop's variables.
Nested loops can only be used with single-dimensional arrays.
Nested loops are not efficient for processing data.
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What string method would you use to find the length of a string?
length()
count()
len()
size()
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
25 questions
BTEC Creative Digital Media - Unit 01 - Test 02
Quiz
•
10th - 11th Grade
25 questions
Secondary Storage
Quiz
•
11th Grade
25 questions
ADMINISTRASI SISTEM JARINGAN - Penilaian Tengah Semester (Remidi dan Susulan)
Quiz
•
11th Grade
25 questions
Unit 2 - Turtle Graphics Quiz for Python Computer Programming I
Quiz
•
9th - 12th Grade
25 questions
security+ (601)
Quiz
•
9th Grade - Professio...
25 questions
CPA Inkscape Quiz 01
Quiz
•
7th - 12th Grade
27 questions
CDI - Electronic Components & Signals
Quiz
•
10th - 12th Grade
25 questions
Microsoft Word: Module 2
Quiz
•
9th - 12th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
15 questions
Equivalent Fractions
Quiz
•
4th Grade
20 questions
Figurative Language Review
Quiz
•
6th Grade