CBSE Class 12 Computer Science Question Paper 2016 Delhi

Access and download CBSE Class 12 Computer Science Question Paper 2016 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 2016 Delhi to begin your self-assessment today.

Computer Science Class 12 Question Paper PDF with Solutions

CBSE Class 12 Computer Science Question Paper 2016 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.

Computer Science

1. (a) Out of the following, find those identifiers, which cannot be used for naming Variable, Constants or Functions in a C++ program :  _Cost, Price*Qty, float, Switch, Address One, Delete, Number12, do

(b) Jayapriya has started learning C++ and has typed the following program. When she compiled the following code written by her, she discovered that she needs to include some header files to successfully compile and execute it. Write the names of those header files, which are required to be included in the code. 1

void main()

{

float A,Number,Outcome;

cin>>A>>Number;

Outcome=pow(A,Number);

cout<<Outcome<<endl;

}

(c) Rewrite the following C++ code after removing any/all syntactical errors with each correction underlined. 2

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

#define Equation(p,q)=p+2*q

void main()

{

float A=3.2;B=4.1;

C=Equation(A,B);

cout<<’Output=’<<C<<endl;

}

(d) Find and write the output of the following C++ program code : 2

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

typedef char STRING[80];

void MIXITNOW(STRING S)

{

int Size=strlen(S);

for(int I=0;I<Size–1;I+=2)

{

char WS=S[I];

S[I]=S[I+1];

S[I+1]=WS;

}

for(I=1;I<Size;I+=2)

if(S[I]>=’M’ && S[I]<=’U’)

S[I]=’@’;

}

void main()

{

STRING Word=”CRACKAJACK”;

MIXITNOW(Word);

cout<<Word<<endl;

(e) Find and write the output of the following C++ program code : 3

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

class Stock

{

long int ID;

float Rate;

int Date;

public:

Stock(){ID=1001;Rate=200;Date=1;}

void RegCode(long int I,float R)

{

ID=I;

Rate=R;

}

void Change(int New,int DT)

{

Rate+=New;

Date=DT;

}

void Show()

{

cout<<”Date :”<<Date<<endl;

cout<<ID<<”#”<<Rate<<endl;

}

};

void main()

{

Stock A,B,C;

A.RegCode(1024,150);

B.RegCode(2015,300);

B.Change(100,29);

C.Change(–20,20);

A.Show();

B.Show();

C.Show();

Please click below link CBSE Class 12 Computer Science Question Paper 2016.

CBSE Class 12 Computer Science Question Paper 2016 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 2016 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 2016 Delhi

Regularly practicing CBSE Class 12 Computer Science Question Paper 2016 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 2016 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.

Where can I download the official PDF for CBSE Class 12 Computer Science Question Paper 2016 Delhi?

The CBSE Class 12 Computer Science Question Paper 2016 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.

Are the solutions for CBSE Class 12 Computer Science Question Paper 2016 Delhi based on the official CBSE marking scheme?

Yes, the solutions for CBSE Class 12 Computer Science Question Paper 2016 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.

How does solving CBSE Class 12 Computer Science Question Paper 2016 Delhi help in preparing for the 2026 exams?

Solving previous year papers like CBSE Class 12 Computer Science Question Paper 2016 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.

Can I access CBSE Class 12 Computer Science Question Paper 2016 Delhi in different languages?

Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2016 Delhi 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 2016 Delhi, are provided free of charge in mobile-friendly PDF.