Python List Quiz

Quiz
•
Computers
•
11th Grade
•
Medium
Vinita Sharma
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [1, 5, 9], what is sum(list1)?
1
9
15
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [3, 5, 25, 1, 3], what is min(list1)?
3
5
25
1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [2, 33, 222, 14, 25], What is list1[-1]?
Error
None
25
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose listExample is ['h','e','l','l','o'], what is len(listExample)?
5
4
None
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [2445,133,12454,123], what is max(list1)?
2445
133
12454
123
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Suppose list1 is [2, 33, 222, 14, 25], What is list1[:-1]?
[2, 33, 222, 14]
Error
25
[25, 14, 222, 33, 2]
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following commands will create a list?
list1 = list()
list1 = []
list1 = list([1, 2, 3])
all of the mentioned
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Вложенные списки. Часть 1

Quiz
•
11th Grade
8 questions
List Methods Quiz

Quiz
•
11th Grade
10 questions
Access Simplified Quiz

Quiz
•
8th - 12th Grade
15 questions
list in python

Quiz
•
10th - 12th Grade
15 questions
Linux-2 Quiz 2 -- LAMP

Quiz
•
1st - 12th Grade
12 questions
Java - arrays and String methods

Quiz
•
9th - 12th Grade
14 questions
ncert Python Lists

Quiz
•
11th Grade
10 questions
A Level - Data Structures 1

Quiz
•
11th 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