Read and download free pdf of CBSE Class 11 Computer Science Strings Worksheet. Download printable Computer Science Class 11 Worksheets in pdf format, CBSE Class 11 Computer Science Chapter 8 Strings Worksheet has been prepared as per the latest syllabus and exam pattern issued by CBSE, NCERT and KVS. Also download free pdf Computer Science Class 11 Assignments and practice them daily to get better marks in tests and exams for Class 11. Free chapter wise worksheets with answers have been designed by Class 11 teachers as per latest examination pattern
Chapter 8 Strings Computer Science Worksheet for Class 11
Class 11 Computer Science students should refer to the following printable worksheet in Pdf in Class 11. This test paper with questions and solutions for Class 11 Computer Science will be very useful for tests and exams and help you to score better marks
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
CBSE Class 11 Computer Science Python Modules Worksheet |
CBSE Class 11 Computer Science Strings Worksheet |
CBSE Class 11 Computer Science Lists Worksheet |
CBSE Class 11 Computer Science Dictionary And Sorting Worksheet |
CBSE Class 11 Computer Science Tuples Worksheet |
Chapter 8 Strings CBSE Class 11 Computer Science Worksheet
The above practice worksheet for Chapter 8 Strings has been designed as per the current syllabus for Class 11 Computer Science released by CBSE. Students studying in Class 11 can easily download in Pdf format and practice the questions and answers given in the above practice worksheet for Class 11 Computer Science on a daily basis. All the latest practice worksheets with solutions have been developed for Computer Science by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their examinations. Studiestoday is the best portal for Printable Worksheets for Class 11 Computer Science students to get all the latest study material free of cost. Teachers of studiestoday have referred to the NCERT book for Class 11 Computer Science to develop the Computer Science Class 11 worksheet. After solving the questions given in the practice sheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 11 Computer Science designed by our teachers. After solving these you should also refer to Class 11 Computer Science MCQ Test for the same chapter. We have also provided a lot of other Worksheets for Class 11 Computer Science which you can use to further make yourself better in Computer Science.
You can download the CBSE Practice worksheets for Class 11 Computer Science Chapter 8 Strings for the latest session from StudiesToday.com
Yes, the Practice worksheets issued for Chapter 8 Strings Class 11 Computer Science have been made available here for the latest academic session
There is no charge for the Practice worksheets for Class 11 CBSE Computer Science Chapter 8 Strings you can download everything free
Regular revision of practice worksheets given on studiestoday for Class 11 subject Computer Science Chapter 8 Strings can help you to score better marks in exams
Yes, studiestoday.com provides all the latest Class 11 Computer Science Chapter 8 Strings test practice sheets with answers based on the latest books for the current academic session