
List Manipulation Quiz 9

Quiz
•
Computers
•
11th Grade
•
Medium
Reshma Kamthe
Used 14+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following list assignment
aList = [4, 8, 12, 16]
aList[1:4] = [20, 24, 28]
print(aList)
[4, 20, 24, 28, 8, 12, 16]
[4, 20, 24, 28]
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of below Python code?
list1=[8,0,9,5]
print(list1[::-1])
[5,9,0,8]
[8,0,9]
[8,0,9,5]
[0,9,5]
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sort () function in list by default sort the values in __________
Ascending order
Decending order
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [1, 3, 2], What is list1 * 2 ?
[2, 6, 4].
[1, 3, 2, 1, 3]
[1, 3, 2, 1, 3, 2]
[1, 3, 2, 3, 2, 1]
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
___________ method adds one list at the end of another list.
extend( )
append( )
insert( )
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
____________function can be used to insert an element/object at a specified index.
extend( )
insert ( )
append( )
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
found = "No" in "No toast!"
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
Search & Sort Algorithms

Quiz
•
7th - 11th Grade
15 questions
AS Computing: Data Structures

Quiz
•
10th Grade - University
20 questions
2.1 Algorithms

Quiz
•
10th - 12th Grade
16 questions
Searching & Sorting Algorithms

Quiz
•
10th Grade - University
15 questions
Computer Science - Python

Quiz
•
9th - 12th Grade
10 questions
Python Quiz for Grade 11 List, Tuple & Strings

Quiz
•
11th Grade
14 questions
9.1.2 - Starter Quiz

Quiz
•
7th - 11th Grade
14 questions
Python Quiz-Code sample

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade