Working with Lists and Dictionaries
CBSE · Class 11 · Informatics Practices
Most important questions from Working with Lists and Dictionaries for CBSE Class 11 Informatics Practices board exam 2026. MCQs, short answer, and long answer questions with marks.
Interactive on Super Tutor
Studying Working with Lists 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
What happens when a list index is beyond the valid range?
Show answer
It raises IndexError
Accessing an out-of-range list index raises IndexError.
What does len(list1) return for a list?
Show answer
The total number of elements
len(list1) returns the total number of elements in the list.
What does range(n) generate?
Show answer
Numbers from 0 to n-1
range(n) starts at 0 and ends at n-1.
Which operator joins two lists without changing the original lists?
Show answer
+
The + operator concatenates lists, and concatenation does not alter the original lists.
+90 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Working with Lists and Dictionaries for CBSE Class 11 Informatics Practices?
How to score full marks in Working with Lists and Dictionaries — CBSE Class 11 Informatics Practices?
How many important questions are there in Working with Lists and Dictionaries?
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 Working with Lists and Dictionaries
Practice Quiz
Test yourself with a quick quiz
Revision Notes
Key points for last-minute revision
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 Working with Lists and Dictionaries chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Informatics Practices.