CBSE Class 11 Information Practices C++ Practical List Worksheet

Read and download the CBSE Class 11 Information Practices C++ Practical List Worksheet in PDF format. We have provided exhaustive and printable Class 11 Informatics Practices worksheets for C++ Practical List, designed by expert teachers. These resources align with the 2025-26 syllabus and examination patterns issued by NCERT, CBSE, and KVS, helping students master all important chapter topics.

Chapter-wise Worksheet for Class 11 Informatics Practices C++ Practical List

Students of Class 11 should use this Informatics Practices practice paper to check their understanding of C++ Practical List as it includes essential problems and detailed solutions. Regular self-testing with these will help you achieve higher marks in your school tests and final examinations.

Class 11 Informatics Practices C++ Practical List Worksheet with Answers

CBSE Class 11 Information Practices - C++ Practical List. Students can download these worksheets and practice them. This will help them to get better marks in examinations. Also refer to other worksheets for the same chapter and other subjects too. Use them for better understanding of the subjects.

CLASS 11 COMPUTER SCIENCE (083) PRACTICAL LIST

1. Write a C++ Program to find area & circumference of circle.

2. Write a C++ Program to display ASCII character & vice versa.

3. Write a C++ Program to find greatest of three numbers.

4. Write a C++ Program that print Fibonacci series using do-while.

5. Write a C++ Program to check entered number is palindrome or not using

while loop.

6. Write a C++ Program that converts binary to decimal.

7. Write a C++ Program that print prime number up to n.

8. Write a C++ Program to print the following series up to n.

1

12

123

1234

12345

9. Write a C++ Program to find roots of quadratic equation using switch.

10. Write a C++ Program to find the sum of sine series

11. Write a C++ Program that converts lowercase letters in a given string to

corresponding uppercase letters & vice-versa.

12. Write a C++ Program that calculates the factorial of given number using

function, A function should return a value.

13. Write a C++ Program to swap two numbers using call by value method.

14. Write a C++ Program to convert distances in feet or inches using call by

reference method.

15. Write a C++ Program to find number of vowels, consonants, words,

spaces, digits & special symbols in a given line of text.

 

16. Write a menu driven program using function.

MAIN MENU

***************

1. Linear Search

2. Binary Search

3. Bubble Sort

4. Largest & Smallest Number.

5. Exit

Enter your choice:

17. Write a menu driven program using function.

MAIN MENU

***************

1.Add Matrix

2.Multiply Matrix

3.Transpose Matrix

4.Norm & Trace

5.Exit

Enter your choice:

18. Write a C++ Program to find sum of rows, columns, primary & secondary

diagonal elements of a given matrix.

19. Write a C++ Program to state information of 10 employees &to display of

an employee depending upon the employee no. given.

20. Write a C++ Program to illustrate passing structure by value.

 

10 Write a C++ Program to find the sum of sine series

#include<iostream.h>

#include<math.h>

void main()

{

int i = 2, n, s = 1, x, pwr = 1, dr;

float nr = 1, x1, sum;

clrscr();

cout<<"\n\n\t ENTER THE ANGLE...: ";

cin>> x;

x1 = 3.142 * (x / 180.0); //to convert angle in to radians.

sum = x1;

cout<<"\n\t ENTER THE NUMBER OF TERMS...: ";

cin>>n;

for(i=2;i <= n; i+=2)

{

pwr = pwr + 2;

dr = dr * pwr * (pwr - 1);

sum = sum + (nr / dr) * s;

s = s * (-1);

nr = nr * x1 * x1;

}

cout<<"\n\t THE SUM OF THE SINE SERIES IS..: "<<sum;

getch();

}

Please click the link below to download CBSE Class 11 Information Practices - C++ Practical List

CBSE Informatics Practices Class 11 C++ Practical List Worksheet

Students can use the practice questions and answers provided above for C++ Practical List to prepare for their upcoming school tests. This resource is designed by expert teachers as per the latest 2026 syllabus released by CBSE for Class 11. We suggest that Class 11 students solve these questions daily for a strong foundation in Informatics Practices.

C++ Practical List Solutions & NCERT Alignment

Our expert teachers have referred to the latest NCERT book for Class 11 Informatics Practices to create these exercises. After solving the questions you should compare your answers with our detailed solutions as they have been designed by expert teachers. You will understand the correct way to write answers for the CBSE exams. You can also see above MCQ questions for Informatics Practices to cover every important topic in the chapter.

Class 11 Exam Preparation Strategy

Regular practice of this Class 11 Informatics Practices study material helps you to be familiar with the most regularly asked exam topics. If you find any topic in C++ Practical List difficult then you can refer to our NCERT solutions for Class 11 Informatics Practices. All revision sheets and printable assignments on studiestoday.com are free and updated to help students get better scores in their school examinations.

Where can I download the 2025-26 CBSE printable worksheets for Class 11 Informatics Practices Chapter C++ Practical List?

You can download the latest chapter-wise printable worksheets for Class 11 Informatics Practices Chapter C++ Practical List for free from StudiesToday.com. These have been made as per the latest CBSE curriculum for this academic year.

Are these Chapter C++ Practical List Informatics Practices worksheets based on the new competency-based education (CBE) model?

Yes, Class 11 Informatics Practices worksheets for Chapter C++ Practical List focus on activity-based learning and also competency-style questions. This helps students to apply theoretical knowledge to practical scenarios.

Do the Class 11 Informatics Practices Chapter C++ Practical List worksheets have answers?

Yes, we have provided solved worksheets for Class 11 Informatics Practices Chapter C++ Practical List to help students verify their answers instantly.

Can I print these Chapter C++ Practical List Informatics Practices test sheets?

Yes, our Class 11 Informatics Practices test sheets are mobile-friendly PDFs and can be printed by teachers for classroom.

What is the benefit of solving chapter-wise worksheets for Informatics Practices Class 11 Chapter C++ Practical List?

For Chapter C++ Practical List, regular practice with our worksheets will improve question-handling speed and help students understand all technical terms and diagrams.