CBSE Class 11 Computer Science Flow of Control Assignment

School Assignments for Class 11 Computer Science: Chapter 06 Flow Of Control

Access comprehensive school assignments for Chapter 06 Flow Of Control using the CBSE Class 11 Computer Science Flow of Control Assignment. Designed to align with the 2026-27 CBSE academic guidelines, these practice sets help Class 11 Computer Science students reinforce core concepts and improve their problem-solving accuracy.

Practice Class 11 Computer Science Assignments: Chapter 06 Flow Of Control

Access the complete assignment PDF for Class 11 Computer Science below. Regular practice with these targeted academic tasks builds familiarity with standard question patterns and helps secure higher marks in final school evaluations.

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.

Chapter 06 Flow Of Control Printable Assignments & Solutions for Class 11 Computer Science

Class 11 Computer Science Chapter 06 Flow Of Control Printable Assignments

Access structured practice assignments for Chapter 06 Flow Of Control designed in alignment with the latest CBSE curriculum for Class 11 Computer Science. These printable sets cover objective and descriptive problem types to support thorough revision.

Why Practice Class 11 Computer Science Assignments?

  • Exam Alignment: Questions strictly follow contemporary CBSE sample papers and grading schemes.
  • Comprehensive Coverage: Features objective drills, case studies, and structured descriptive problems for Chapter 06 Flow Of Control.
  • Pacing & Precision: Regular problem-solving builds critical calculation speed and test-taking accuracy.

How to Approach Computer Science Chapter 06 Flow Of Control Assignments

  1. Textbook Review: Always study the core NCERT book for Class 11 Computer Science prior to beginning the assignment.
  2. Independent Attempt: Solve Chapter 06 Flow Of Control questions on your own initially before cross-checking with expert solutions.
  3. Error Tracking: Record challenging concepts in a dedicated notebook and practice online MCQ tests for revision.

FAQs

Where can I download the latest CBSE Class 11 Computer Science Chapter 06 Flow Of Control assignments?

You can download free PDF assignments for Class 11 Computer Science Chapter 06 Flow Of Control from StudiesToday.com. These practice sheets have been updated for the 2026-27 session covering all concepts from latest NCERT textbook.

Do these Computer Science Chapter 06 Flow Of Control assignments include solved questions?

Yes, our teachers have given solutions for all questions in the Class 11 Computer Science Chapter 06 Flow Of Control assignments. This will help you to understand step-by-step methodology to get full marks in school tests and exams.

Are the assignments for Class 11 Computer Science Chapter 06 Flow Of Control based on the 2026 exam pattern?

Yes. These assignments are designed as per the latest CBSE syllabus for 2026. We have included huge variety of question formats such as MCQs, Case-study based questions and important diagram-based problems found in Chapter 06 Flow Of Control.

How can practicing Chapter 06 Flow Of Control assignments help in Computer Science preparation?

Practicing topicw wise assignments will help Class 11 students understand every sub-topic of Chapter 06 Flow Of Control. Daily practice will improve speed, accuracy and answering competency-based questions.

Can I download Computer Science Chapter 06 Flow Of Control assignments for free on mobile?

Yes, all printable assignments for Class 11 Computer Science Chapter 06 Flow Of Control are available for free download in mobile-friendly PDF format.