Sample Question Papers for Class 12 Computer Science
Review targeted exam resources with the CBSE Class 12 Computer Science Sample Paper 2015 Set 03. Built according to official CBSE standards for the 2026-27 academic year, these downloadable Class 12 Computer Science sample papers support effective revision and performance tracking.
Practice Class 12 Computer Science Exam Papers
Access the complete sample paper PDF for Class 12 Computer Science below. Regular practice with these targeted mock exams builds familiarity with expected question patterns and chapter weightage to help secure higher marks.
1. (a) Write the prototype of a function named Percent, which takes an integer as value parameter and return a float type value. The parameter should have a default value 10.
(b) Write the names of header files, which are NOT necessary to run the following program:
#include <iostream.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
void main()
{
char STR[80];
gets(STR);
puts(strrev(STR));
}
(c) Tarunaj has just started working as programmer in the JAGAT WORLD SOFTWARE company. In the company, he has got his first assignment to develop a small C++ module to find the biggest number out of a given set of numbers stored in a one dimensional array. Somehow he has committed a few logical mistakes while writing this code and so he is not getting the desired result from the code. Find out the mistakes and correct this C++ code so that it provides the desired result (do not add any new statement in the code). Underline each correction made:
int BIGFIND(int ARR[],int Size)
{
int BIG=ARR[1]; //Statement 1
for (int C=2;C<Size;C++) //Statement 2
if (ARR[C]<BIG) //Statement 3
ARR[C]=BIG; //Statement 4
return BIG; //Statement 5
}
(d) Find output of the following program segment:
int A[][3] = {{1,2,3}, {5,6,7}};
for (int i = 1; i<2; i++)
for (int j = 0; j<3; j++)
cout<<A[i][j]<<"*\n";
(e) Find output of the following program segment:
int a = 3;
void demo(int x, int y, int &z)
{ a += x+y;
z = a+y;
y += x;
cout<<x<<'*'<<y<<'*'<<z<<endl;
}
void main()
Please click the link below to download full pdf file for CBSE Class 12 Computer Science Sample Paper 2015 Set C
Free study material for Computer Science
Download CBSE Sample Papers: Class 12 Computer Science
Get Started with CBSE Class 12 Computer Science Sample Paper 2015 Set 03 (CBSE)
Review model practice papers for Class 12 Computer Science. Working through the CBSE Class 12 Computer Science Sample Paper 2015 Set 03 under simulated test conditions at home ensures complete familiarity with upcoming school evaluations.
Key Advantages of Solving CBSE Class 12 Computer Science Sample Paper 2015 Set 03
- Original Practice Material: Access unique questions for Computer Science designed to challenge your understanding.
- Self-Assessment: Evaluate scores per set to pinpoint weak zones in Class 12 Computer Science.
- Exam Completion Skills: Routine problem sets train you to manage test duration efficiently without stress.
How to Analyze Your Performance in CBSE Class 12 Computer Science Sample Paper 2015 Set 03
- Self-Evaluation: Score your answers using official guidance to track your academic progress.
- Mistake Correction: Class 12 pupils must re-solve questions answered incorrectly to master the correct method.
- Continuous Practice: Take additional Computer Science sample modules online to maximize preparedness for CBSE evaluations.
FAQs
You can download the complete PDF for CBSE Class 12 Computer Science Sample Paper 2015 Set 03 for free from StudiesToday.com. Our resources for Class 12 Computer Science are updated for the latest academic session and follow the official exam pattern.
Yes, CBSE Class 12 Computer Science Sample Paper 2015 Set 03 comes with detailed, teacher-verified solutions. We have provided step-by-step answers for Computer Science to help students of Class 12 understand correct methodology and marking scheme.
Practicing this Computer Science paper helps in time management and identifying important topics. For Class 12, solving mock papers is the best way to gain confidence and reduce exam-day anxiety.
Yes, all our study materials for Class 12 Computer Science are provided in a mobile-friendly PDF format. You can easily download CBSE Class 12 Computer Science Sample Paper 2015 Set 03 on your mobile device.