Previous Year Question Papers for Class 12 Computer Science
Access comprehensive previous year question papers for Class 12 Computer Science using the CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi. Designed to align with the 2026-27 CBSE academic guidelines, these solved papers help students assess their exam readiness and understand official marking schemes.
Practice Class 12 Computer Science Exam Papers
Access the complete question paper PDF for Class 12 Computer Science below. Regular practice with these targeted exam papers builds familiarity with standard question patterns and helps secure higher marks in final evaluations.
CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi CBSE,CCE and NCERT students can refer to the attached file. All educational material on the website has been prepared by the best teachers having more than 20 years of teaching experience in various schools. The study material available on our website for all CBSE classes and subjects have been prepared by teachers from all over the country. All study material has been carefully designed keeping into mind the latest CBSE examination trends.
COMPUTER SCIENCE
Time allowed : 3 hours Maximum Marks : 70
Instructions :
(i) All questions are compulsory.
(ii) Programming Language : C++
1. (a) What is the difference between call by reference and call by value with respect to memory allocation ? Give a suitable example to illustrate using C++ code.
(b) Observe the following C++ code and write the name(s) of the header file(s), which will be essentially required to run it in a C++ compiler : 1
void main()
{
char CH,STR[20];
cin>>STR;
CH=toupper(STR[0]);
cout<<STR<<starts with<<CH<<endl;
}
(c) Rewrite the following C++ code after removing all the syntax error(s), if present in the code. Make sure that you underline each correction done by you in the code. 2
Important Note :
– Assume that all the required header files are already included, which are essential to run this code.
– The corrections made by you do not change the logic of the program.
typedef char[80] STR;
void main()
{
Txt STR;
gets(Txt);
cout<<Txt[0]<<’\t<<Txt[2];
cout<<Txt<<endline;
}
(d) Obtain the output from the following C++ program as expected to appear on the screen after its execution. 2
Important Note :
- All the desired header files are already included in the code, which are required to run the code.
void main()
{
char *Text=AJANTA;
int *P, Num[]={1,5,7,9};
P=Num;
cout<<*P<<Text<<endl;
Text++;
P++;
cout<<*P<<Text<<endl;
}
(e) Obtain the output of the following C++ program, which will appear on the screen after its execution. 3
Important Note :
● All the desired header files are already included in the code, which are required to run the code.
class Game
{
int Level, Score;
char Type;
public:
Game(char GType=’P’)
{Level=1;Score=0;Type=GType;}
void Play(int GS);
void Change();
void Show()
{
cout<<Type<<”@”<<Level<<endl;
cout<<Score<<endl;
}
};
Please refer to the link below for CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi
Free study material for Computer Science
Download CBSE Question Papers: Class 12 Computer Science
Understanding Exam Patterns with CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi
Access structured past examination sets for Class 12 Computer Science. Solving the CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi provided above helps students understand actual exam difficulty levels, question formats, and topic distributions for both descriptive and objective sections.
Why Practice Class 12 Computer Science Question Papers?
Reviewing official papers clarifies the exact marking scheme and structural layout established by the CBSE, enabling students to structure answers for maximum score potential.
Additional Study Resources for Class 12 Computer Science
Pair your past paper revision with our official Class 12 Computer Science sample papers and online practice modules to achieve total curriculum mastery.
FAQs
The CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi is available for download on StudiesToday.com. It includes complete set with all sections so that Class 12 students can practice with the exact same paper that came in the CBSE exams.
Yes, the solutions for CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi are prepared by subject matter experts as per official marking scheme. Class 12 students will understand the structure of answers and 'step-marks' methodology Computer Science.
Solving previous year papers like CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi is important to understand repeat themes and question difficulty levels of Computer Science. It helps Class 12 students to test their time management skills too.
Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi is available in both English and Hindi mediums. All students from Class 12 can access Computer Science study material in their preferred language.
No, all previous year question papers on StudiesToday, including CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi, are provided free of charge in mobile-friendly PDF.