What operations cannot be performed on a list?
List Review Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Medium

Monitha Davuluri
Used 3+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Update
Modify
Divide
Sort
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
How do you add an element to the end of a list named my_list?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
3
6
12
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a "for" loop?
To define a function
To iterate over a sequence
To use the range function
To use conditional statement
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
You would like to add 7 to the end of this list:
nums = [9, 1, 6, 3, 5, 8, 2]
Select ALL commands that will accomplish this.
nums.append(7)
nums.extend([7])
nums.insert(7, 7)
nums.pop(7)
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How do you add the number 5 to the end of a list named `numbers`?
numbers.add(5)
numbers.append(5)
numbers.insert(5)
numbers.extend(5)
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
2.1 Bubble sort vs Insertion sort

Quiz
•
10th - 11th Grade
15 questions
list in python

Quiz
•
10th - 12th Grade
12 questions
Lists IN PYTHON!!!!!!!!

Quiz
•
KG - 12th Grade
9 questions
Unit 5 -- Lists, Loops, Traversals

Quiz
•
9th - 12th Grade
15 questions
Python Lists

Quiz
•
10th - 12th Grade
14 questions
Python List Basics

Quiz
•
12th Grade
9 questions
Python Lists

Quiz
•
7th - 11th Grade
10 questions
Python Lists

Quiz
•
8th - 9th Grade
Popular Resources on Quizizz
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
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

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