Strings
CBSE · Class 11 · Computer Science
Flashcards for Strings — CBSE Class 11 Computer Science. Quick Q&A cards covering key concepts, definitions, and formulas.
Interactive on Super Tutor
Studying Strings? 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 string in Python?
Answer
A string is a sequence made up of one or more UNICODE characters. It can contain letters, digits, whitespace, or symbols.
पायथन में स्ट्रिंग क्या है?
Answer
स्ट्रिंग एक या एक से अधिक UNICODE वर्णों से बना अनुक्रम है। इसमें अक्षर, अंक, रिक्त स्थान या प्रतीक हो सकते हैं।…
How can a string be created?
Answer
A string can be created using single quotes, double quotes, or triple quotes. Triple-quoted strings can span multiple lines.
स्ट्रिंग कैसे बनाया जा सकता है?
Answer
सिंगल कोट्स, डबल कोट्स या ट्रिपल कोट्स का उपयोग करके एक स्ट्रिंग बनाई जा सकती है। ट्रिपल-कोटेड स्ट्रिंग कई लाइनों तक फैल सकती है।…
Why does Python treat a one-character string as a character?
Answer
Python does not have a separate character data type. A string of length one is considered a character.
पायथन एक-वर्ण स्ट्रिंग को एक वर्ण के रूप में क्यों मानता है?
Answer
पायथन में कोई अलग कैरेक्टर डेटा टाइप नहीं है। एक लम्बाई वाली स्ट्रिंग को कैरेक्टर माना जाता है।…
What happens if a string character is modified directly?
Answer
A string is immutable, so changing one character directly raises a TypeError. A new string must be created instead.
यदि एक स्ट्रिंग कैरेक्टर को सीधे संशोधित किया जाता है तो क्या होता है?
Answer
एक स्ट्रिंग अपरिवर्तनीय है, इसलिए एक अक्षर को सीधे बदलने से एक टाइपएरर उत्पन्न होता है। इसके बजाय एक नई स्ट्रिंग बनानी चाहिए।…
+72 more flashcards available
Practice AllFrequently Asked Questions
What are the important topics in Strings for CBSE Class 11 Computer Science?
How to score full marks in Strings — CBSE Class 11 Computer Science?
How many flashcards are available for Strings?
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 Strings
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 Strings chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for CBSE Class 11 Computer Science.