CBSE Class 12 Computer Science Revision Worksheet Set C

Read and download the CBSE Class 12 Computer Science Revision Worksheet Set C in PDF format. We have provided exhaustive and printable Class 12 Computer Science worksheets for All Chapters, 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 12 Computer Science All Chapters

Students of Class 12 should use this Computer Science practice paper to check their understanding of All Chapters 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 12 Computer Science All Chapters Worksheet with Answers

 

Class_12_computer _Science_Worksheet_2 

 

Q1. Write a function in C++ that counts the number of words in a long string where each word is separated by atleast one blank space and the string terminates with a period.

Q2. Write a function in C++ to find the sum of the following series:
1+2+3+4+5+6+….. upto N terms.

Q3. Write a function in C++ to find the sum of the following series:
12+32+52+72+92+….upto n terms.

Q4. Write a function in C++ to find the sum of the following series:
(1)+(1+2)+(1+2+3)+(1+2+3+4)…. Upto n terms.

Q5. Write a function in C++ to find the sum of the following series:
(22)+(22+42)+(22+42+62)+(22+42+62+82)…. Upto n terms.

Q6. Write a function in C++ to find the sum of the following series:
1/12+1/32+1/52+1/72+…upto n terms

Q7. Write a C++ function having two value parameters X and N with result type float to find the sum of series given below:
1+X1/2! + X2/3!+…..+Xn/(N+1)!

Q8. Write a program to print the truth table for XY + Z.

Q9. Write a C++ function that converts a decimal numbers between 0 to 63 into a 8‐bit binary number and prints the binary equivalent.

Q10. Write a program in C++ to print first 10 multiples of an integer N, where N is to be entered by user.

Q1. What is a parameter? Differentiate between an actual and a formal parameter with an example. Name the different types of formal parameter supported by C++. What type of parameter you must be using when passing an array to a function?

Q2. What is a compiler directive? Why do we need #include in a C++ program? Name the include file, to which following built‐in functions belong to:
(a) strcmp (b) randomize (c) setw() (d) isalnum()
(e) sin() (f) gotoxy()

Q3. Find the syntax error(s),if any, in the following program: 
include<iostream.h>
void main()
{
int R; W=90;
while w>60
{
R=W‐50;
switch(w)
{
20:cout<<”Lower Range”<<endl;
30:cout<<”Middle Range”<<endl;
20: cout<<”Higher Range”<<endl;
}
}
}

Q4. What would be output by the following program:
#include<iostream.h>
void Execute (int &B, int C=100)
{
int TEMP=B+C;
B+=TEMP;
if(C==100)
cout<<TEMP<<B<<C<<endl;
}
void main()
{
int M=90, N=10;
Execute(M);
cout<<M<<N<<endl;
Execute(M,N);
cout<<M<<N<<endl;
}

Q5. Give the output of the following program segment:
void main()
{
char *NAME = “CoMPutER”;
for(int x=0;x<strlen(NAME);x++)
if(islower(NAME[x])))
NAME[x]=toupper(NAME[x]);
else
if(isupper(NAME[x]))
if(X%2==0)
NAME[x]=tolower(NAME[x]);
else
NAME[x]=NAME[x‐1];
puts(NAME);
}

CBSE Computer Science Class 12 All Chapters Worksheet

Students can use the practice questions and answers provided above for All Chapters 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 12. We suggest that Class 12 students solve these questions daily for a strong foundation in Computer Science.

All Chapters Solutions & NCERT Alignment

Our expert teachers have referred to the latest NCERT book for Class 12 Computer Science 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 Computer Science to cover every important topic in the chapter.

Class 12 Exam Preparation Strategy

Regular practice of this Class 12 Computer Science study material helps you to be familiar with the most regularly asked exam topics. If you find any topic in All Chapters difficult then you can refer to our NCERT solutions for Class 12 Computer Science. 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 12 Computer Science Chapter All Chapters?

You can download the latest chapter-wise printable worksheets for Class 12 Computer Science Chapter All Chapters for free from StudiesToday.com. These have been made as per the latest CBSE curriculum for this academic year.

Are these Chapter All Chapters Computer Science worksheets based on the new competency-based education (CBE) model?

Yes, Class 12 Computer Science worksheets for Chapter All Chapters focus on activity-based learning and also competency-style questions. This helps students to apply theoretical knowledge to practical scenarios.

Do the Class 12 Computer Science Chapter All Chapters worksheets have answers?

Yes, we have provided solved worksheets for Class 12 Computer Science Chapter All Chapters to help students verify their answers instantly.

Can I print these Chapter All Chapters Computer Science test sheets?

Yes, our Class 12 Computer Science test sheets are mobile-friendly PDFs and can be printed by teachers for classroom.

What is the benefit of solving chapter-wise worksheets for Computer Science Class 12 Chapter All Chapters?

For Chapter All Chapters, regular practice with our worksheets will improve question-handling speed and help students understand all technical terms and diagrams.