CBSE Class 11 Computer Science Tuples Worksheet

Access the latest CBSE Class 11 Computer Science Tuples Worksheet. We have provided free printable Class 11 Computer Science worksheets in PDF format, specifically designed for Chapter 10 Tuples and Dictionaries. These practice sets are prepared by expert teachers following the 2025-26 syllabus and exam patterns issued by CBSE, NCERT, and KVS.

Chapter 10 Tuples and Dictionaries Computer Science Practice Worksheet for Class 11

Students should use these Class 11 Computer Science chapter-wise worksheets for daily practice to improve their conceptual understanding. This detailed test papers include important questions and solutions for Chapter 10 Tuples and Dictionaries, to help you prepare for school tests and final examination. Regular practice of these Class 11 Computer Science questions will help improve your problem-solving speed and exam accuracy for the 2026 session.

Download Class 11 Computer Science Chapter 10 Tuples and Dictionaries Worksheet PDF

WS 6 – Tuples


1. W hy tuples are called immutable types? What are mutable counterparts of tuples? How individual elements of tuples accessed?

2. H ow do you create the following tuples :

i. (4,5,6)
ii. (-2,1,3)
iii. (-9,-8,-7,-6,-5)
iv. (0,1,2)

3. If a=(5,4,3,2,1,0) evaluate the following expression :

i. a[0]
ii. a[1]
iii. a[a[0]]
iv. a[a[-1]]
v. a[a[a[a[2]+1]]]

4. If a=(1,2,3) , b=(4,5,6) and c=5 evaluate the following statement :

i. print(a+b)
ii. print(a*b)
iii. print(a*c)
iv. print(a+c)

5. W rite the output :

>>> t=(((('a',1),'b','c'),'d',2),'e',3)
>>> print(len(t))
6. W rite a python code to accept a tuple T of n integers and print the smallest and second smallest element.
7. W hat will be stored in the variables a,b,c,d,e,f,g,h
perc=(88,85,80,88,83,86)
a=perc[2:2]
b=perc[2:]
c=perc[:2]
d=perc[:-2]
e=perc[-2:]
f=perc[2:-2]
g=perc[-2:2]
h=perc[:]

8. G iven a tuple namely cars with car names as elements :

(‘Toyota’,’Honda’,’GM’,’Ford’,’BMW’,’Porshe’,’Ferrai’,’Mercedes’) Write a program to print names of the cars in the index range 2 to 6 both inclusive. The output should also include the index in words as shown below :
One                 Honda
Two                 GM

9. A nswer the following :

i. How is an empty tuple created.
ii. How is a tuple containing just one element created.
iii. How can you add an extra element to a tuple.
iv. When will you prefer a tuple over list.
v. Does the slice operator produce a new tuple

10. P redict the output of the following:

Tup1=(1,)*3
Tup1[0]=2
print(Tup1)
Tup2=((1,2),)*7
print(Tup2)
print(len(Tup2[3:8]))

11. P redict the output of the following:

Tup1=('Rachna Sagar')*2
print(type(Tup1))
print(Tup1)
print(len(Tup1))

12. C reate the following tuple using a for loop :

i. A tuple containing squares of the integers 1 to 50.
ii. The tuple (‘a’,’bb’,’ccc’,’dddd’) that ends with 26 copies of the letter z.

13. W rite a python program that creates a tuple storing first 10 terms of Fibonacci series.

14. H ow tuples and string are similar?

15. W hat do you mean by tuple unpacking? Give example

Please click on below link to download CBSE Class 11 Computer Science Tuples Worksheet

Chapter 05 Getting Started with Python
CBSE Class 11 Computer Science Python Modules Worksheet
z More Worksheets for Class 11 Computer Science
CBSE Class 11 Computer Science Boolean Logic Worksheet
CBSE Class 11 Computer Science Data Management Worksheet Set A
CBSE Class 11 Computer Science Data Management Worksheet Set B
CBSE Class 11 Computer Science Data Management Worksheet Set C
CBSE Class 11 Computer Science Data Management Worksheet Set D
CBSE Class 11 Computer Science Data Management Worksheet Set E
CBSE Class 11 Computer Science Data Representation Worksheet
CBSE Class 11 Computer Science If Else Statements Worksheet
CBSE Class 11 Computer Science Operation And Expressions Worksheet
CBSE Class 11 Computer Science Output Worksheet
CBSE Class 11 Computer Science Programming and Computational Thinking Worksheet Set A
CBSE Class 11 Computer Science Programming and Computational Thinking Worksheet Set B
CBSE Class 11 Computer Science Programming and Computational Thinking Worksheet Set C
CBSE Class 11 Computer Science Programming and Computational Thinking Worksheet Set D
CBSE Class 11 Computer Science Programming Methodology Worksheet
CBSE Class 11 Computer Science Programming Question Worksheet Set A
CBSE Class 11 Computer Science Programming Question Worksheet Set B
CBSE Class 11 Computer Science Vacation Assignment Worksheet
CBSE Class 11 Computer Science Worksheet Set A
CBSE Class 11 Computer Science Worksheet Set B
CBSE Class 11 Computer Science Worksheet Set C
CBSE Class 11 Computer Science Worksheet Set D
CBSE Class 11 Computer Science Worksheet Set E Solved
CBSE Class 11 Computer Science Worksheet Set F Solved
CBSE Class 11 Computer Science Worksheet Set G Solved
CBSE Class 11 Computer Science Worksheet Set H Solved
CBSE Class 11 Computer Science Worksheet Set I Solved
CBSE Class 11 Computer Science Worksheet Set J Solved

Chapter 10 Tuples and Dictionaries CBSE Class 11 Computer Science Worksheet

Students can use the Chapter 10 Tuples and Dictionaries practice sheet provided above to prepare for their upcoming school tests. This solved questions and answers follow the latest CBSE syllabus for Class 11 Computer Science. You can easily download the PDF format and solve these questions every day to improve your marks. Our expert teachers have made these from the most important topics that are always asked in your exams to help you get more marks in exams.

NCERT Based Questions and Solutions for Chapter 10 Tuples and Dictionaries

Our expert team has used the official NCERT book for Class 11 Computer Science to create this practice material for students. After solving the questions our teachers have also suggested to study the NCERT solutions  which will help you to understand the best way to solve problems in Computer Science. You can get all this study material for free on studiestoday.com.

Extra Practice for Computer Science

To get the best results in Class 11, students should try the Computer Science MCQ Test for this chapter. We have also provided printable assignments for Class 11 Computer Science on our website. Regular practice will help you feel more confident and get higher marks in CBSE examinations.

Where can I download latest CBSE Practice worksheets for Class 11 Computer Science Chapter 10 Tuples and Dictionaries

You can download the CBSE Practice worksheets for Class 11 Computer Science Chapter 10 Tuples and Dictionaries for the latest session from StudiesToday.com

Are the Class 11 Computer Science Chapter 10 Tuples and Dictionaries Practice worksheets available for the latest session

Yes, the Practice worksheets issued for Chapter 10 Tuples and Dictionaries Class 11 Computer Science have been made available here for the latest academic session

Is there any charge for the Practice worksheets for Class 11 Computer Science Chapter 10 Tuples and Dictionaries

There is no charge for the Practice worksheets for Class 11 CBSE Computer Science Chapter 10 Tuples and Dictionaries you can download everything free

How can I improve my scores by solving questions given in Practice worksheets in Chapter 10 Tuples and Dictionaries Class 11 Computer Science

Regular revision of practice worksheets given on studiestoday for Class 11 subject Computer Science Chapter 10 Tuples and Dictionaries can help you to score better marks in exams

Are there any websites that offer free Practice test papers for Class 11 Computer Science Chapter 10 Tuples and Dictionaries

Yes, studiestoday.com provides all the latest Class 11 Computer Science Chapter 10 Tuples and Dictionaries test practice sheets with answers based on the latest books for the current academic session