Access the latest CBSE Class 11 Computer Science Worksheet Set I Solved. We have provided free printable Class 11 Computer Science worksheets in PDF format, specifically designed for All Chapters. These practice sets are prepared by expert teachers following the 2025-26 syllabus and exam patterns issued 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 session.
Download Class 11 Computer Science All Chapters Worksheet PDF
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
| 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 |
All Chapters CBSE Class 11 Computer Science Worksheet
Students can use the All Chapters practice sheet provided above to prepare for their upcoming school tests. This 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.
NCERT Based Questions and Solutions for All Chapters
Our expert team has used the official NCERT book for Class 11 Computer Science to create this practice material for students. After solving the questions our teachers have also suggested to study the NCERT solutions which will help you to understand the best way to solve problems in Computer Science. You can get all this study material for free on studiestoday.com.
Extra Practice for Computer Science
To get the best results in Class 11, students should try the Computer Science MCQ Test for this chapter. We have also provided printable assignments for Class 11 Computer Science on our website. Regular practice will help you feel more confident and get higher marks in CBSE examinations.
You can download the teacher-verified PDF for CBSE Class 11 Computer Science Worksheet Set I 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 I 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 I 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 I Solved without any registration.