
List - Class XI

Quiz
•
Computers
•
11th Grade
•
Hard
Rachna Bajaj
Used 21+ times
FREE Resource
10 questions
Show all answers
1.
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
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output when we execute list(“hello”)?
[‘hello’]
[‘h’, ‘e’, ‘l’, ‘l’, ‘o’]
[‘llo’]
[‘olleh’]
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of the following Python code?
a=[10,23,56,[78]]
b=list(a)
a[3][0]=95
a[1]=34
print(b)
[10,34,56,[95]]
[10,23,56,[78]]
[10,23,56,[95]]
[10,34,56,[78]]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following would give an error?
list1=[]
list1=[]*3
list1=[2,8,7]
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is True regarding lists in Python?
Lists are immutable.
Size of the lists must be specified before its initialization
Elements of lists are stored in contagious memory location.
size(list1) command is used to find the size of lists.
6.
MULTIPLE CHOICE QUESTION
45 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]
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will be the output of following Python code?
list1=["Python","Java","c","C","C++"]
print(min(list1))
c
C++
C
min function cannot be used on string elements
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
11th Grade
10 questions
Programación en Python

Quiz
•
11th Grade
13 questions
Fundamentals of Python

Quiz
•
9th - 12th Grade
10 questions
Avaliação Pensamento Computacional - Prático

Quiz
•
1st Grade - Professio...
15 questions
ASK F2 -KOD ARAHAN (PYTHON)

Quiz
•
1st Grade - University
15 questions
Python Lists

Quiz
•
8th - 12th Grade
15 questions
Basic Python Coding

Quiz
•
11th - 12th Grade
10 questions
Conditional statements in python

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade