text = "Hello, World!"
# What does the following code do?
result = text.lower()
Programming_Grade11_Term3_Week02
Quiz
•
Computers
•
11th Grade
•
Easy
Aybolat Nevazhno
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
text = "Hello, World!"
# What does the following code do?
result = text.lower()
Converts text to uppercase
Converts text to lowercase
Reverses the text
Removes whitespace
Extracts the first word
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [1, 2, 3, 4, 5]
# What does the following code do?
result = sum(numbers)
Finds the product of the numbers
Calculates the average of the numbers
Finds the maximum value in the list
Finds the sum of the numbers
Sorts the list in ascending order
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
text = "Python Programming"
# What does the following code do?
result = text.split()
Joins the words with a comma
Reverses the words
Splits the text into a list of words
Removes spaces
Converts the text to uppercase
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [2, 4, 6, 8, 10]
# What does the following code do?
result = [num * 2 for num in numbers]
Adds 2 to each element
Multiplies each element by 2
Removes even numbers
Finds the square of each element
Appends 2 to the list
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
text = "Data Science"
# What does the following code do?
result = text.replace("Science", "Analysis")
Appends "Analysis" to the text
Replaces "Science" with "Analysis"
Removes "Data"
Converts to uppercase
Swaps "Data" and "Science"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
numbers = [3, 7, 1, 9, 4]
# What does the following code do?
result = sorted(numbers)
Reverses the list
Finds the maximum value
Sorts the list in ascending order
Finds the sum of the numbers
Removes duplicates
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
text = "Learning Python is fun!"
# What does the following code do?
result = len(text)
Finds the number of words
Counts the number of vowels
Finds the length of the text
Reverses the text
Removes spaces
15 questions
Iteration
Quiz
•
9th - 12th Grade
15 questions
BTEC IT Unit 1 - D1 Threats to data
Quiz
•
10th - 12th Grade
10 questions
Code.org Discoveries
Quiz
•
9th - 11th Grade
10 questions
Computer Languages
Quiz
•
KG - University
15 questions
Spreadsheets
Quiz
•
1st - 12th Grade
15 questions
Python Lists
Quiz
•
10th - 12th Grade
10 questions
Small Basic (Turtle)
Quiz
•
KG - University
12 questions
HTML Basics Exit Questions
Quiz
•
9th - 12th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Taxes
Quiz
•
9th - 12th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression
Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing
Quiz
•
9th - 12th Grade
10 questions
Identifying equations
Quiz
•
KG - University