Tuples and Dictionaries
Jharkhand Board · Class 11 · Computer Science
Most important questions from Tuples and Dictionaries for Jharkhand Board Class 11 Computer Science board exam 2026. MCQs, short answer, and long answer questions with marks.
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 important questions and more.
1,000+ Class 11 students started this chapter today
Sample Questions
Which of the following are characteristics of tuples? (Select all correct answers)
Show answer
Tuples are immutable, Tuples are ordered, Tuples can store different data types, Tuples allow duplicate elements
Tuples are immutable (cannot be changed), ordered (maintain sequence), can store mixed data types, and allow duplicates. They use parentheses, not square brackets.
In a dictionary, which of the following can be used as keys? (Select all correct answers)
Show answer
Strings, Numbers, Tuples
Dictionary keys must be immutable. Strings, numbers, and tuples are immutable and can be keys. Lists are mutable, so they cannot be used as keys.
What will happen if you try to access a key that doesn't exist in a dictionary?
Show answer
Raises KeyError
Accessing a non-existent key directly raises a KeyError. To avoid this, use the get() method which returns None for missing keys.
What does the len() function return for a dictionary?
Show answer
Number of key-value pairs
len() returns the number of key-value pairs (items) in a dictionary. Each key-value pair counts as one item.
+38 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Tuples and Dictionaries for Jharkhand Board Class 11 Computer Science?
How to score full marks in Tuples and Dictionaries — Jharkhand Board Class 11 Computer Science?
How many important questions are there in Tuples and Dictionaries?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Tuples and Dictionaries
Syllabus
What topics to cover
Revision Notes
Key points for last-minute revision
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Practice Quiz
Test yourself with a quick quiz
Concept Maps
See how topics connect visually
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 Jharkhand Board Class 11 Computer Science.