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
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 Class 12 Computer Science Revision Worksheet Set A |
| CBSE Class 12 Computer Science Revision Worksheet Set B |
| CBSE Class 12 Computer Science Revision Worksheet Set C |
| CBSE Class 12 Computer Science Boolean Algebra Worksheet Set A |
| CBSE Class 12 Computer Science Boolean Algebra Worksheet Set B |
| CBSE Class 12 Computers Boolean Algebra Worksheet |
| CBSE Class 12 Computer Science C++ Programming Worksheet |
| CBSE Class 12 Computer Science Case Study Based Questions |
| CBSE Class 12 Computer Science Class And Objects Worksheet Set A |
| CBSE Class 12 Computer Science Class And Objects Worksheet Set B |
| CBSE Class 12 Computers Classes And Objects Worksheet |
| CBSE Class 12 Computer Science Classes Objects Constructors And Destructors Worksheet |
| CBSE Class 12 Computer Science Communication And Network Concepts Worksheet |
| CBSE Class 12 Computer Science Computer Networking Worksheet |
| CBSE Class 12 Computer Science Constructors And Destructors Worksheet |
| CBSE Class 12 Computers Constructors And Destructors Worksheet |
| CBSE Class 12 Computer Science Data File Handling Worksheet |
| CBSE Class 12 Computers Data Structures Worksheet |
| CBSE Class 12 Computer Science Database Concepts And Sql Worksheet |
| CBSE Class 12 Computer Science Dbms And Structured Query Language Worksheet |
| CBSE Class 12 Computer Science Flow Of Control Worksheet |
| CBSE Class 12 Computer Science Function And Structures Worksheet |
| CBSE Class 12 Computer Science Function Overloading Worksheet |
| CBSE Class 12 Computer Science Fundamentals Of Computer Worksheet |
| CBSE Class 12 Computer Science Inheritance Extending Classes Worksheet |
| CBSE Class 12 Computer Science Linked Lists Stacks And Queues Worksheet |
| CBSE Class 12 Computer Science Network And Communication Technology Worksheet |
| CBSE Class 12 Computer Science Object Oriented Programming Worksheet |
| CBSE Class 12 Computers Object Oriented Programming Worksheet |
| CBSE Class 12 Computer Science Object Oriented Programming In C++ Worksheet |
| CBSE Class 12 Computer Science Oop Classes And Objects Worksheet |
| CBSE Class 12 Computer Science Programming In C++ Worksheet |
| CBSE Class 12 Computer Science SQL Worksheet Set A |
| CBSE Class 12 Computer Science SQL Worksheet Set B |
| CBSE Class 12 Computer Science Stacks Queues And Linked List Worksheet |
Important Practice Resources for Class 12 Computer Science
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.
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.
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.
Yes, we have provided solved worksheets for Class 12 Computer Science Chapter All Chapters to help students verify their answers instantly.
Yes, our Class 12 Computer Science test sheets are mobile-friendly PDFs and can be printed by teachers for classroom.
For Chapter All Chapters, regular practice with our worksheets will improve question-handling speed and help students understand all technical terms and diagrams.