Welcome! Check out CBSE Class 11 Computer Science Worksheet Set 09 Solved right here. Get free printable Class 11 Computer Science worksheets in PDF for All Chapters. Created by experienced teachers, these practice sheets match the 2026-27 exam guidelines set by CBSE, NCERT, and KVS.
All Chapters Computer Science Practice Worksheet for Class 11
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 All Chapters, 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.
Practice Sheet PDF: All Chapters (Class 11 Computer Science)
1. What is an array? How does it differ from ordinary variable?
2. What is the difference between these two statements?
i) int sum[10]; ii) m[1]=10;
3. Consider the following array declaration:
float Z[10][5]; 5. Write a program to accept 5 strings, reverse and store each string in the same array and display the resultant strings. VALUE POINTS 1. An array is a collection of variables of the same type under one name. Arrays are defined in the same manner as ordinary variable except that each array name must be accompanied by a size specification(ie number of elements) 2. i) It declares an array of size 10 4. Sum = 158 Please click on below link to download CBSE Class 11 Computer Science Worksheet Set I Solved
i) Find the number of elements in the array.
ii) Find the total number of bytes required to store the array.
4. What output does the following code fragment produce:
int item[ ]={15, 28,50,32,48}, sum=0, i=0;
while(i < 5)
{ if(item[i] > 15)
sum+=item[i];
i++;}
cout<<”Sum= ” <
6. Write a program to accept 10 integers to an array. Sort the array elements in descending order and display the sorted array. 37. Write a program to accept a matrix A of size 3 x 3 of integers. Store the transpose of this matrix in another 3 x 3 matrix B and display the transposed matrix.
8. Write a program to accept a sentence and count the number of words in it and display the count.
9. Write a program to accept an array of ‘n’ integers. Accept another integer from the user and check whether that integer is present in the array or not and display proper message.
ii) It initializes the second array element with value 10
3. i) 50 elements
ii) 50*4= 200 bytes
2 marks for correct output
5. for declaration & input statements
for correct logic
for displaying
6. for declaration & input statements
for correct logic
for displaying
7. for declaration & input statements
for correct logic
for displaying
8. for declaration & input statements
for correct logic
for displaying
9. for declaration & input statements
for correct logic
for displaying
Download CBSE Practice Material: Class 11 Computer Science
All Chapters CBSE Class 11 Computer Science Worksheet
Make use of the All Chapters practice set listed above to review effectively for school tests. Prepared according to current CBSE guidelines for Class 11 Computer Science, the material can be saved easily as a PDF format download. Routine problem-solving based on essential exam topics ensures steady grade improvement.
NCERT Based Questions and Solutions for All Chapters
Our professional team developed this practice material straight from the official NCERT book for Class 11 Computer Science. Pairing your practice with our recommended NCERT solutions clarifies the best methods for tackling Computer Science questions successfully. Complete resources are offered completely free of charge.
Boost Your Exam Confidence in Class 11 Computer Science
For top-tier results in Class 11, learners are encouraged to attempt the chapter-wise Computer Science MCQ test. Our platform also offers a wide range of printable assignments for Class 11 Computer Science. Consistent practice builds solid self-assurance and secures higher grades in CBSE assessments.
FAQs
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Worksheet Set 09 Solved from StudiesToday.com. These practice sheets for Class 11 Computer Science are designed as per the latest CBSE academic session.
Yes, our CBSE Class 11 Computer Science Worksheet Set 09 Solved 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.
Yes, we have provided detailed solutions for CBSE Class 11 Computer Science Worksheet Set 09 Solved to help Class 11 and follow the official CBSE marking scheme.
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.
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 Worksheet Set 09 Solved without any registration.