CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi

Read and download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi designed as per the latest question paper pattern and Class 12 examination guidelines issued by CBSE, NCERT and KVS. The past year Question Papers for Class 12 Computer Science have been provided with solutions which will help students to assess their performance and find out topics in Computer Science Class 12 which they need to improve to get better marks in Class 12 exams. After solving these last year papers also refer to solved Sample Papers for Class 12 Computer Science available on our website to build strong understanding of the subject

Computer Science Question Paper Class 12

Students can refer to the below Class 12 Computer Science Question Paper designed to help students understand the pattern of questions that will be asked in Class 12 exams. Please download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi

Computer Science Class 12 Question Paper

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 2014 - Outside Delhi

We hope you liked the above provided CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi. To get an understanding of the type of questions which were asked in previous year exams, it is important for Class 12 students to refer to CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi that we have provided above. Students can download all the Question Papers for Class 12 Computer Science which were issued in the exams so that you can practise them and solve all types of questions which have been asked till now. By doing all CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi PYP (previous year papers) you will understand the regular questions and MCQ questions for Class 12 Computer Science which are always asked and learn them so that you can get full marks in those questions. You can download CBSE Class 12 Computer Science Previous Year Question Papers and Class 12 Computer Science Sample Papers in PDF. You should attempt all the last year question paper for Class 12 and Class 12 Computer Science MCQ Test in examination conditions at home and then compare their answers with the solutions provided by our teachers.
 

Where can I download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi in Pdf

You can download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi from StudiesToday.com

How can I download and print CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi

You can easily access the link above and download CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi and save on your computer of mobile

How can I improve my scores by solving CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi can help you to score better marks in exams

Are there any websites that offer free CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi

Yes, studiestoday.com provides all latest CBSE Class 12 Computer Science Question Papers with answers based on the latest format issued for current academic session

Are mock CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi available in multiple languages

Yes, mock CBSE Class 12 Computer Science Question Paper 2014 - Outside Delhi are available in multiple languages, including English, Hindi