CBSE Class 11 Computer Science – Tuples and Dictionaries

Previous Chapter Next Chapter

Study Materials

11th

11th - Computer Science

Tuples and Dictionaries

Chapter Overview

This chapter introduces Tuples and Dictionaries in Python. Tuples are ordered and immutable collections of elements, while Dictionaries store data as key-value pairs. Students will learn how to create, access, and manipulate these data types using built-in functions and methods.

Important Keywords

  • Tuple: An ordered, immutable collection of items.
  • Dictionary: An unordered collection of key-value pairs.
  • Immutable: Cannot be changed after creation (applicable to tuples).
  • Key: The identifier in a dictionary.
  • Value: The data associated with a key in a dictionary.

Detailed Notes

to view full chapter (Tuples and Dictionaries - Detailed Notes) resources.