Access and download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi, carefully designed as per the latest 2025-26 examination guidelines issued by CBSE, NCERT, and KVS. These Class 12 Computer Science previous year question papers include detailed solutions, helping students to assess their performance and identify and improve key areas before the final exams.
Solved Computer Science Question Papers for Class 12
Practicing these Class 12 Computer Science question papers is the best way to understand the actual exam pattern and marking scheme. By solving these papers under timed conditions, Class 12 students can improve their speed and accuracy. Download the full CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi to begin your self-assessment today.
Computer Science Class 12 Question Paper PDF with Solutions
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
| CBSE Class 12 Computer Science Question Paper 2022 Set A Solved |
| CBSE Class 12 Computer Science Question Paper 2022 Set B Solved |
| CBSE Class 12 Computer Science Question Paper Solved 2019 |
| CBSE Class 12 Database Management Applications Question Paper 2019 |
| CBSE Class 12 Computer Science Question Paper Set 1 2015 Delhi with Answers |
| CBSE Class 12 Computer Science Question Paper Set 1 2015 Outside Delhi with Answers |
| CBSE Class 12 Computer Science Question paper 2010 (1) |
| CBSE Class 12 Computer Science Question paper 2010 (2) |
| CBSE Class 12 Computer Science Question paper 2006 (1) |
| CBSE Class 12 Computer Science Question paper 2006 (2) |
| CBSE Class 12 Computer Science Question paper 2006 (3) |
| CBSE Class XII Computer Science Question Paper 1 |
Important Practice Resources for Class 12 Computer Science
CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi
To understand the types of questions asked in past examinations, it is very important for Class 12 students to solve the CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi provided above. You can easily download these past papers for Class 12 Computer Science in PDF format for the last 10 years. By practicing these actual exam questions you will gain an understanding of the difficulty level and the variety of topics covered over the years. By solving these Previous Year Papers (PYPs) you will understand both descriptive and MCQ questions in your final tests.
Importance of solving CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi
Regularly practicing CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi is the best way to improve your score in Class 12 Computer Science. These papers will give you details of the marking scheme and the paper structure used by the CBSE. By regularly attempting these under actual exam conditions at home, you can slowly improve your time management skills, which will help you to complete your Computer Science paper within the allowed duration.
Benefits of downloading CBSE Class 12 Question Papers
Having the CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi in PDF format allows you to revise key concepts anywhere, even without an internet connection. These sets are a reliable tool to practice numerical problems and understand the correct approach to all types of answers. After solving the questions, you should compare your work with the solutions provided by our teachers. Along with these papers, students should always solve the Class 12 Computer Science Sample Papers and MCQ tests on studiestoday.com for a complete revision.
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.