Lists
CBSE · Class 11 · Computer Science
Flashcards for Lists — CBSE Class 11 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.
Interactive on Super Tutor
Studying Lists? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for flashcards and more.
1,000+ Class 11 students started this chapter today
What is a list in Python?
Answer
A list is an ordered sequence that is mutable and made up of one or more elements. It can hold mixed data types such as integer, float, string, tuple, or another list.
पायथन में लिस्ट क्या है?
Answer
सूची एक क्रमित अनुक्रम है जो परिवर्तनीय है और एक या अधिक तत्वों से बना है। यह मिश्रित डेटा प्रकार जैसे पूर्णांक, फ्लोट, स्ट्रिंग, टपल या अन्य सूची को रख सकता है।…
How are elements of a list written?
Answer
Elements of a list are enclosed in square brackets and separated by commas. Example: [2, 4, 6, 8].
सूची के तत्वों को कैसे लिखा जाता है?
Answer
सूची के अवयव वर्ग कोष्ठक में बंद होते हैं और अल्पविराम से अलग होते हैं। उदाहरण: [2, 4, 6, 8]…
Why are lists useful for storing data?
Answer
Lists are useful because they can store different kinds of values together in one structure. For example, a list can contain numbers, text, and even another list.
डेटा संग्रहित करने के लिए सूचियाँ क्यों उपयोगी हैं?
Answer
सूची उपयोगी होती है क्योंकि वे एक संरचना में विभिन्न प्रकार के मानों को एक साथ संग्रहीत कर सकते हैं। उदाहरण के लिए, एक सूची में संख्याएँ, पाठ और यहां तक कि एक और सूची भी हो सकती है।…
What does it mean when a list is mutable?
Answer
A mutable list can be changed after it has been created. Elements can be replaced, added, or removed without creating a new list.
किसी सूची के परिवर्तनशील होने का क्या मतलब है?
Answer
परिवर्तनशील सूची को बनाने के बाद बदला जा सकता है। तत्वों को बदला जा सकता है, जोड़ा जा सकता है या हटाया जा सकता है, बिना नई सूची बनाए।…
+76 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Lists for CBSE Class 11 Computer Science?
How to score full marks in Lists — CBSE Class 11 Computer Science?
How many flashcards are available for Lists?
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 Lists
Practice Quiz
Test yourself with a quick quiz
Important Questions
Practice with board exam-style questions
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
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Lists chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.