Tuples and Dictionaries
CBSE · Class 11 · Computer Science
Quick revision notes for Tuples and Dictionaries — CBSE Class 11 Computer Science. Key concepts, formulas, and definitions for last-minute revision.
Interactive on Super Tutor
Studying Tuples and Dictionaries? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for revision notes and more.
1,000+ Class 11 students started this chapter today
Key Topics to Revise
Tuples: Basic Idea and Creation
- A tuple is an ordered sequence of elements of different data types, such as integer, float, string, list or even a tuple.
- Tuple elements are enclosed in round brackets and separated by commas.
- Tuple elements are accessed by index starting from 0.
Tuple Properties and Operations
- Tuples are immutable; their elements cannot be changed after creation.
- Attempting item assignment on a tuple raises TypeError: 'tuple' object does not support item assignment.
- An element inside a tuple may itself be mutable, such as a list, and that inner list can be modified.
Tuple Methods and Built-in Functions
- len() returns the number of elements in a tuple.
- tuple() creates an empty tuple when no argument is given, and converts a sequence into a tuple when one is passed.
- count() returns how many times an element appears in a tuple.
Tuple Assignment and Nested Tuples
- Tuple assignment allows values from a tuple on the right side to be assigned to variables on the left side.
- The number of variables on the left must be the same as the number of elements in the tuple on the right.
- If the right side is an expression, it is evaluated first and then assigned.
Get complete notes with diagrams and examples
Full NotesKey Concepts
Frequently Asked Questions
What are the important topics in Tuples and Dictionaries for CBSE Class 11 Computer Science?
How to score full marks in Tuples and Dictionaries — CBSE Class 11 Computer Science?
Sources & Official References
- NCERT Official — ncert.nic.in
- CBSE Academic — cbseacademic.nic.in
- CBSE Official — cbse.gov.in
- National Education Policy 2020 — education.gov.in
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Tuples and Dictionaries
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Tuples and Dictionaries chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.