CBSE Class 11 Computer Science Strings Worksheet

Read CBSE Class 11 Computer Science Strings Worksheet below. Find free printable Class 11 Computer Science worksheets in PDF format built specially for Chapter 8 Strings. These practice tasks follow the 2026-27 curriculum patterns suggested by CBSE, NCERT, and KVS to help you learn faster.

Practice Paper: Class 11 Computer Science Chapter 8 Strings

Students should use these Class 11 Computer Science chapter-wise worksheets for daily practice to improve their conceptual understanding. This detailed test papers include important questions and solutions for Chapter 8 Strings, to help you prepare for school tests and final examination. Regular practice of these Class 11 Computer Science questions will help improve your problem-solving speed and exam accuracy for the 2026-27 session.

Download Class 11 Computer Science Chapter 8 Strings Worksheet PDF

WS 5 – STRING


1. W AP to accept a string and display whether it is a Palindrome or not.

2. W AP that counts and displays number of alphabets, digits , uppercase letters, lowercase letters, spaces and other characters in the string entered

3. W AP to accept a string (sentence) and returns a string having first letter of each word in capital letter.

4. W hat is a string slice? Give example.

5. W hich function will you use to remove leading and trailing spaces.

6. W rite a python Script to read a string and print its character in different line – two characters per line.

7. W hat will be the output for the input FUN :

print(input("___"+"trial"+"Ooty"*3))

8. W rite the output :

STR=input("Enter a string :")
count=3
while True:
if STR[0]=='a':
STR=STR[2:]
elif STR[-1]=='b':
STR=STR[:2]
else:
count+=1
break
print(STR)
print(count)

9. W rite the output :

Mes1=["SKy"]

Mes2=["ThE"]
Mes3=["LiMIT"]
L1=len(Mes1)
L2=len(Mes2)
L3=len(Mes3)
N=L1+L2+L3
for c in range(1,N):
if (c%4==0):
print(Mes2)
L2=L2-1
else:
if (c%3==0):
print(Mes1)
L1=L1-1
else:
print(Mes3)
L3=L3-1

10. D ifferentiate between upper() and isupper() functions.

11. W hat is negative index in Python.

12. W rite a program to print given pattern
P
P Y
P Y T
P Y T H
P Y T H O
P Y T H O N

13. W hich string method is used to implement the following :

i. To count the number of characters in the string.
ii. To change the first character of the string in capital letter
iii. To change lower case to upper case letter
iv. To change one character into another character

Please click on below link to download CBSE Class 11 Computer Science Strings Worksheet

Download CBSE Practice Material: Class 11 Computer Science

Class 11 Computer Science Chapter 8 Strings Printable Worksheet

Students can use the Chapter 8 Strings practice sheet provided above to prepare for their upcoming school tests. These solved questions and answers follow the latest CBSE syllabus for Class 11 Computer Science. You can easily download the PDF format and solve these questions every day to improve your marks. Our expert teachers have made these from the most important topics that are always asked in your exams to help you get more marks in exams.

Expert NCERT Practice Material for Class 11 Computer Science

Built strictly from the official NCERT book for Class 11 Computer Science, this practice content offers reliable academic support. Following your self-practice, our educators recommend reviewing our detailed NCERT solutions to learn optimal problem-solving approaches for Computer Science. All study aids are completely free to access.

Boost Your Exam Confidence in Class 11 Computer Science

To excel in Class 11, students should test their skills using the online Computer Science MCQ test. Additional printable assignments for Class 11 Computer Science are readily accessible on our site. Staying consistent with practice creates deep confidence and boosts scores across CBSE tests.

FAQs

Where can I download the latest PDF for CBSE Class 11 Computer Science Strings Worksheet?

You can download the teacher-verified PDF for CBSE Class 11 Computer Science Strings Worksheet from StudiesToday.com. These practice sheets for Class 11 Computer Science are designed as per the latest CBSE academic session.

Are these Computer Science Class 11 worksheets based on the 2026-27 competency-based pattern?

Yes, our CBSE Class 11 Computer Science Strings Worksheet includes a variety of questions like Case-based studies, Assertion-Reasoning, and MCQs as per the 50% competency-based weightage in the latest curriculum for Class 11.

Do you provide solved answers for CBSE Class 11 Computer Science Strings Worksheet?

Yes, we have provided detailed solutions for CBSE Class 11 Computer Science Strings Worksheet to help Class 11 and follow the official CBSE marking scheme.

How does solving CBSE Class 11 Computer Science Strings Worksheet help in exam preparation?

Daily practice with these Computer Science worksheets helps in identifying understanding gaps. It also improves question solving speed and ensures that Class 11 students get more marks in CBSE exams.

Is there any charge for the Class 11 Computer Science practice test papers?

All our Class 11 Computer Science practice test papers and worksheets are available for free download in mobile-friendly PDF format. You can access CBSE Class 11 Computer Science Strings Worksheet without any registration.