Read and download free pdf of CBSE Class 11 Computer Science Flow of Control Assignment. Get printable school Assignments for Class 11 Computer Science. Class 11 students should practise questions and answers given here for Chapter 6 Flow Of Control Computer Science in Class 11 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 11 Computer Science prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations
Assignment for Class 11 Computer Science Chapter 6 Flow Of Control
Class 11 Computer Science students should refer to the following printable assignment in Pdf for Chapter 6 Flow Of Control in Class 11. This test paper with questions and answers for Class 11 Computer Science will be very useful for exams and help you to score good marks
Chapter 6 Flow Of Control Class 11 Computer Science Assignment
1. Write a program to accept a float array of 10 elements and pass this array as argument to a function reverse() , the function should reversely store the elements in the array and display the reversed array.
2. Write a program to accept 5 strings and pass this strings as argument to a function sort().The function should sort the strings in the ascending order. Display the sorted array from main().
3. Write a program to accept to accept an integer and display its binary equivalent using the function convert(). Accept the integer within the function and display the result within the function. Eg: if the input is 5, then the output is 101.
4. Write a program to accept an integer using the function fact(), find the factorial of that integer within the function. Return the answer to the main() function and display the result from main().
5. Write a program to accept two integers in main(). Pass these integers to a function swap() as arguments. Verify the call by value and call by reference method of function calls.
1. Write a program to input a year in 4-digit form and check whether it is a leap year or not and display proper message.
2. Write a program to input a character. If it is lowercase letter, convert it to uppercase and vice versa.
3. Write a program to input co-efficients of a, b and c of a quadratic equation ax2 + bx + c = 0 ,where a = 0. Discriminant, D = b2- 4ac.If discriminant is 0 then print there is exactly one real root, if discriminant is positive then print there are two distinct roots, if discriminant is negative then print then there are no real roots.
4. Write a program calculate commission for the salesman. The commission is calculated as follows:
Sales Commission Rate
30001 onwards 15%
22001 - 30000 10%
12001 – 22000 7 %
5001 – 12000 3%
0 - 5000 0%
5. Write program to a character and check whether it is a vowel or not and display proper message.
6. Write a program to input two numbers and check whether both are divisible by 5.
7. Write a program to input the name, subject, salary and experience(in years) of a teacher. An allowance is given according to the following condition:
If salary >10,000 or experience > 10 years, allowance is 20% of salary.
If salary is in the range 5000-10000 and experience >5years, allowance is 15% of salary.
Otherwise if salary >3000, allowance is 10%.
Otherwise if salary <3000, allowance is 6%.
Find the total salary (salary+allowance) and print it along with other details.
CBSE Class 11 Computer Science Flow of Control Assignment |
CBSE Class 11 Computer Science Functions Assignment |
CBSE Class 11 Computer Science Chapter 6 Flow Of Control Assignment
We hope you liked the above assignment for Chapter 6 Flow Of Control which has been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download and practice the above Assignments for Class 11 Computer Science regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 11 Computer Science practice sheet in Pdf. All questions have been designed for Computer Science by looking into the pattern of problems asked in previous year examinations. You can download all Revision notes for Class 11 Computer Science also absolutely free of cost. Lot of MCQ questions for Class 11 Computer Science have also been given in the worksheets and assignments for regular use. All study material for Class 11 Computer Science students have been given on studiestoday. We have also provided lot of Worksheets for Class 11 Computer Science which you can use to further make your self stronger in Computer Science.
You can download free Pdf assignments for CBSE Class 11 Computer Science Chapter 6 Flow Of Control from StudiesToday.com
All topics given in Chapter 6 Flow Of Control Computer Science Class 11 Book for the current academic year have been covered in the given assignment
No, all Printable Assignments for Chapter 6 Flow Of Control Class 11 Computer Science have been given for free and can be downloaded in Pdf format
Latest syllabus issued for current academic year by CBSE has been used to design assignments for Chapter 6 Flow Of Control Class 11
Yes, we have provided detailed answers for all questions given in assignments for Chapter 6 Flow Of Control Class 11 Computer Science