Skip to main content
Chapter 9 of 11
Flashcards

Lists

CBSE · Class 11 · Computer Science

Flashcards for Lists — CBSE Class 11 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.

44 questions84 flashcards5 concepts

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

84 Flashcards
Card 1Introduction to Lists

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.

Card 2सूचियों का परिचय

पायथन में लिस्ट क्या है?

Answer

सूची एक क्रमित अनुक्रम है जो परिवर्तनीय है और एक या अधिक तत्वों से बना है। यह मिश्रित डेटा प्रकार जैसे पूर्णांक, फ्लोट, स्ट्रिंग, टपल या अन्य सूची को रख सकता है।

Card 3List Syntax

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].

Card 4सूची सिंटैक्स

सूची के तत्वों को कैसे लिखा जाता है?

Answer

सूची के अवयव वर्ग कोष्ठक में बंद होते हैं और अल्पविराम से अलग होते हैं। उदाहरण: [2, 4, 6, 8]

Card 5Introduction to Lists

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.

Card 6सूचियों का परिचय

डेटा संग्रहित करने के लिए सूचियाँ क्यों उपयोगी हैं?

Answer

सूची उपयोगी होती है क्योंकि वे एक संरचना में विभिन्न प्रकार के मानों को एक साथ संग्रहीत कर सकते हैं। उदाहरण के लिए, एक सूची में संख्याएँ, पाठ और यहां तक कि एक और सूची भी हो सकती है।

Card 7Mutable Lists

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.

Card 8परिवर्तनशील सूचियाँ

किसी सूची के परिवर्तनशील होने का क्या मतलब है?

Answer

परिवर्तनशील सूची को बनाने के बाद बदला जा सकता है। तत्वों को बदला जा सकता है, जोड़ा जा सकता है या हटाया जा सकता है, बिना नई सूची बनाए।

+76 more flashcards available

Practice All

Frequently Asked Questions

What are the important topics in Lists for CBSE Class 11 Computer Science?
Lists covers several key topics that are frequently asked in CBSE Class 11 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Lists — CBSE Class 11 Computer Science?
Understand the core concepts first, then work through the 44 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many flashcards are available for Lists?
There are 84 flashcards for Lists covering key definitions, formulas, and concepts. Use them daily for 10–15 minutes for best results.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

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.