Lists and Tuples - Class 11 - Python

Quiz
•
Computers
•
11th Grade
•
Hard
Gargee Chattopadhyay
Used 90+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will the following code result in?
True
[9, 7, 5, 3, 1]
False
[9, 7, 5, 3, 1]
True
[1, 3, 5, 7, 9]
None of the above
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output:
1
2
[13, 18, 11, 16, 13, 18, 13, 2]
0
2
[13, 18, 11, 16, 13, 18, 13, 3]
5
2
[13, 18, 11, 16, 13, 18, 13, 3]
1
2
[13, 18, 11, 16, 13, 18, 13, 3]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given two lists, which of the following statements will cause an error?
L1==L2
L1.upper()
L1[3].upper()
L2[1][1].upper()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Out of the following, what is correct syntax to copy one list into another?
listA=listB[]
listA=listB[:]
listA=listB[]()
listA=list(listB)
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output when we execute list("hello")?
['h','e','l','l','o']
['hello']
['llo']
['olleh']
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What gets printed?
H
a
Hasan
Dia
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements will create a tuple?
tp1=("a","b")
tp1[2]=("a","b")
tp1=(3)*3
None of these
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Operators in Python

Quiz
•
9th Grade - Professio...
20 questions
Test Formatif Informatika Kelas 11

Quiz
•
11th Grade
15 questions
Python Built-in Functions

Quiz
•
11th - 12th Grade
18 questions
SAINS KOMPUTER F5 BAB 3

Quiz
•
10th - 12th Grade
20 questions
Microsoft Word

Quiz
•
9th - 12th Grade
21 questions
Python Strings

Quiz
•
11th Grade
20 questions
Administrasi Infrastruktur Jaringan

Quiz
•
11th Grade
16 questions
Python Review

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