Read and download free pdf of CBSE Class 11 Computer Science Programming Question Worksheet Set B. Download printable Computer Science Class 11 Worksheets in pdf format, CBSE Class 11 Computer Science Programming Question 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
Programming Question 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 Programming Question Worksheet Pdf
TOPIC : Programming QUESTIONS ( Structures and User defined Functions )
1 Write a function called zero_small() that has two integer arguments being passed by reference and sets the smaller of the two numbers to 0. Write the main program to access the function.
2 Write a function that receives two numbers as an argument and display all odd numbers between these two numbers. Call this function from main( ).
3 Write a function SECOND_HIGHEST() having one dimensional float array as an argument and returns the second highest value. Write main function to call this function and supply the required argument.
4 P is one-dimensional array of integers. Write a C++ function to efficiently search for a data VAL from P. If VAL is present in the array then the function should return value 1 and 0 otherwise. Write main function to call this function.
5 Given two arrays of integers A and B of sizes M and N respectively. Write a function named MIX () with four arguments (A,B,C,M,N) which will produce a third array named C. such that the following sequence is followed.
All even numbers of A from left to right are copied into C from left to right.
All odd numbers of A from left to right are copied into C from right to left.
All even numbers of B from left to right are copied into C from left to right.
All old numbers of B from left to right are copied into C from right to left.
A, B and C are passed as arguments to MIX ().
e.g., A is {3, 2, 1, 7, 6, 3} and B is {9, 3, 5, 6, 2, 8, 10}
the resultant array C is {2, 6, 6, 2, 8, 10, 5, 3, 9, 3, 7, 1, 3}
6 Write a function (having a string as an argument to) to count number of vowels in the string. Function should return number of vowels. Write main function to call this function and display the result.
7 Write a program to do the following:
• Define a structure POINT with TWO integer elements: X AND Y
• Declare a variable P1 of type POINT and simultaneously initialise it with 0,0
• Declare another variable P2 of type POINT and copy the values of P1 in P2
• Display the values in P1 and P2
• Obtain new values of P1 and P2 from the user
• Display the values in P1 and P2
• Calculate the distance between P1 and P2 and store the result in D and display D.
8 An array stores details of 25 students (rollno, name, and marks in three subjects). Write a program to create such an array and print out a list of students who have failed in more than two subjects
Please click on below link to download CBSE Class 11 Computer Science Programming Question Worksheet Set B
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 |
Programming Question CBSE Class 11 Computer Science Worksheet
The above practice worksheet for Programming Question 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 Programming Question for the latest session from StudiesToday.com
Yes, the Practice worksheets issued for Programming Question 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 Programming Question you can download everything free
Regular revision of practice worksheets given on studiestoday for Class 11 subject Computer Science Programming Question can help you to score better marks in exams
Yes, studiestoday.com provides all the latest Class 11 Computer Science Programming Question test practice sheets with answers based on the latest books for the current academic session