Read and download free pdf of CBSE Class 11 Computer Science Worksheet Set H Solved. Download printable Computer Science Class 11 Worksheets in pdf format, CBSE Class 11 Computer Science All Chapters 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
All Chapters 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 All Chapters Worksheet Pdf
1. What do you understand by an array? What is the need for arrays?
2. How are strings manipulated in C++? Support your answer with an example.
3. Consider the following array declaration:
int X[5][50];
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 stock[ ]={10, 22,15,12, 18};
int total = 0;
for(int i=0 ; i < 5; ++i)
if(stock[i] > 15)
total += stock[i];
cout<< “Total= ” <
5. 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.
6. Write a program to accept 10 integers to an array. Sort the array elements in ascending order and display the sorted array.
7. Write a program to accept a square matrix A of size m x m of integers and display the diagonal elements of the matrix in the matrix form.
8. Write a program to accept a matrix A of size m x n of integers. Interchange the first and last row elements of matrix A and display the resultant matrix.
9. 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 the collection of variables of the same type that are referenced by a common name.
*Need - It Reduces the number of variables.
e.g. To store the total marks of 40 students we use 40 different variables. Instead , a single array of name total with size 40 can be used for the same purpose.
Thus, reducing the need for declaring and using 39 variables.
2. A String is a set of one or more characters which ends with a special
character null character (\0)
char S[10];
S can hold maximum 9 characters and a null character.
e.g.
If S contains the string “ISM” the above representation holds good.
3. i) 250 elements
ii) 250*2= 500 bytes
4. Total = 40
2 marks for correct output
5. for declaration & input statements -½ mark
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 -½ mark
for correct logic
for displaying
9. for declaration & input statements
for correct logic
for displaying
Please click on below link to download CBSE Class 11 Computer Science Worksheet Set H Solved
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
The above practice worksheet for All Chapters 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 All Chapters for the latest session from StudiesToday.com
Yes, the Practice worksheets issued for All Chapters 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 All Chapters you can download everything free
Regular revision of practice worksheets given on studiestoday for Class 11 subject Computer Science All Chapters can help you to score better marks in exams
Yes, studiestoday.com provides all the latest Class 11 Computer Science All Chapters test practice sheets with answers based on the latest books for the current academic session