
List quiz1

Quiz
•
Computers
•
9th - 12th Grade
•
Easy
kidzian pvtltd
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to create a list in Python?
list = "apple", "banana", "cherry"
list = {"apple", "banana", "cherry"}
list = ["apple", "banana", "cherry"]
list = (apple, banana, cherry)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the index of the first element in a list?
0
1
2
none
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the last item of a list named fruits?
fruits[-1]
fruits[len(fruits)]
fruits[0]
fruits[last]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of len([10, 20, 30])?
2
3
4
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to add an item to the end of a list?
insert()
add()
append()
push()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will list1 = [1, 2] * 3 result in?
[1, 2, 1, 2, 1, 2]
[1, 2, 3]
[3, 6]
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following removes the first matching value in a list?
pop()
remove()
del()
discard()
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Вложенные списки в Python

Quiz
•
10th Grade
15 questions
untitled

Quiz
•
12th Grade - University
10 questions
Python Array- quiz

Quiz
•
11th Grade
15 questions
Section 3A: Collect and process data using lists

Quiz
•
12th Grade
14 questions
ncert Python Lists

Quiz
•
11th Grade
10 questions
ÔN TẬP CUỐI KÌ 2

Quiz
•
12th Grade
15 questions
list in python

Quiz
•
10th - 12th Grade
11 questions
ôn tập if - for - ds

Quiz
•
10th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade