CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01

Official CBSE Exam 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 2015 Outside Delhi with Answers Set 01. Designed to align with the 2026-27 CBSE academic guidelines, these solved papers help students assess their exam readiness and understand official marking schemes.

Solved Previous Year Papers for Computer Science

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 Set 1 2015 Outside Delhi with Answers. Students can download the last year question papers using the link below. Free download of examination question papers with solutions. Last 10 year question papers should be practised to get better marks in examinations.

1. (a) Find the correct identifiers out of the following, which can be used for naming Variable, Constants or Functions in a C++ program :  For, while, INT, NeW, delete, 1stName, Add+Subtract, name1

(b) Observe the following program very carefully and write the names of those header file(s), which are essentially needed to compile and execute the following program successfully : type def char STRING[80];

void main()

{

STRING Txt[] = “We love Peace”;

int Count=0;

while (Txt[Count]!=’\0’)

if (isalpha(Txt[Count]))

Txt[Count++]=’@’;

else

Txt[Count++]=’#’;

puts(Txt);

}

(c) Observe the following C++ code very carefully and rewrite it after removing any/all syntactical errors with each correction underlined. 

Note : Assume all required header files are already being included in the program.

#Define float MaxSpeed=60.5;

void main()

{

int MySpeed

char Alert=’N’;

cinMySpeed; if MySpeed>MaxSpeed

Alert=’Y’;

cout<<Alert<<endline;

}

 (d) Write the output of the following C++ program code : 

Note : Assume all required header files are already being included in the program.

void Location(int &X,int Y=4)

{

Y+=2;

X+=Y;

}

void main()

{

int PX=10,PY=2;

Location(PY);

cout<<PX<<”,”PY<<endl;

Location(PX,PY);

cout<<PX<<”,”PY<<endl;

 }

 Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper Set 1 2015 Outside Delhi with Answers.

Download CBSE Question Papers: Class 12 Computer Science

Understanding Exam Patterns with CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01

Access structured past examination sets for Class 12 Computer Science. Solving the CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 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

Wrap up your exam preparation by reviewing detailed answer keys and tackling additional practice sets. All resources on our platform are free to access.

FAQs

Where can I download the official PDF for CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01?

The CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 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.

Are the solutions for CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 based on the official CBSE marking scheme?

Yes, the solutions for CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 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.

How does solving CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 help in preparing for the 2026 exams?

Solving previous year papers like CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 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.

Can I access CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 in different languages?

Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01 is available in both English and Hindi mediums. All students from Class 12 can access Computer Science study material in their preferred language.

Is there a charge to download the CBSE Class 12 Computer Science solved papers?

No, all previous year question papers on StudiesToday, including CBSE Class 12 Computer Science Question Paper 2015 Outside Delhi with Answers Set 01, are provided free of charge in mobile-friendly PDF.