Welcome! Check out CBSE Class 11 Computer Science Tuples Worksheet right here. Get free printable Class 11 Computer Science worksheets in PDF for Chapter 10 Tuples and Dictionaries. Created by experienced teachers, these practice sheets match the 2026-27 exam guidelines set by CBSE, NCERT, and KVS.
Practice Paper: Class 11 Computer Science Chapter 10 Tuples and Dictionaries
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-27 session.
Class 11 Computer Science Chapter 10 Tuples and Dictionaries Printable PDF Worksheet
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
Exam Preparation Worksheet for Class 11 Computer Science Chapter 10 Tuples and Dictionaries
Chapter 10 Tuples and Dictionaries CBSE Class 11 Computer Science Worksheet
Access the Chapter 10 Tuples and Dictionaries practice worksheet above to gear up for forthcoming school assessments. Following the active CBSE curriculum for Class 11 Computer Science, these solved questions are simple to download in PDF format for daily practice. Built by expert educators around high-yield exam themes, these exercises help raise your overall test scores.
Solved Practice Sets & NCERT Solutions for Chapter 10 Tuples and Dictionaries
Compiled using the standard NCERT book for Class 11 Computer Science, these practice exercises ensure accurate guidance. Completing the questions should be followed by checking our comprehensive NCERT solutions, designed to teach clear techniques for Computer Science questions. Every resource is available free of cost.
Additional Study Resources for Class 11 Computer Science
For top-tier results in Class 11, learners are encouraged to attempt the chapter-wise Computer Science MCQ test. Our platform also offers a wide range of printable assignments for Class 11 Computer Science. Consistent practice builds solid self-assurance and secures higher grades in CBSE assessments.
FAQs
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Tuples Worksheet from StudiesToday.com. These practice sheets for Class 11 Computer Science are designed as per the latest CBSE academic session.
Yes, our CBSE Class 11 Computer Science Tuples Worksheet includes a variety of questions like Case-based studies, Assertion-Reasoning, and MCQs as per the 50% competency-based weightage in the latest curriculum for Class 11.
Yes, we have provided detailed solutions for CBSE Class 11 Computer Science Tuples Worksheet to help Class 11 and follow the official CBSE marking scheme.
Daily practice with these Computer Science worksheets helps in identifying understanding gaps. It also improves question solving speed and ensures that Class 11 students get more marks in CBSE exams.
All our Class 11 Computer Science practice test papers and worksheets are available for free download in mobile-friendly PDF format. You can access CBSE Class 11 Computer Science Tuples Worksheet without any registration.