Access and download CBSE Class 12 Computer Science Question Paper 2016 Delhi, carefully designed as per the latest 2026-27 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
Try these Class 12 Computer Science question papers to master the exam pattern and learn how marks are awarded. Practicing under exam conditions will make Class 12 students much faster and precise. Download the full CBSE Class 12 Computer Science Question Paper 2016 Delhi to evaluate your skills 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.
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 2016 Delhi
Analyzing previous exam trends is vital for Class 12 students, making the CBSE Class 12 Computer Science Question Paper 2016 Delhi above an essential resource. You can conveniently download these past papers for Class 12 Computer Science in a convenient PDF format for the last 10 years. Regular practice helps decode question complexities and tests styles, ensuring full readiness for upcoming descriptive and objective assessments.
Exam Structure & Time Management for Computer Science
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
Downloading the CBSE Class 12 Computer Science Question Paper 2016 Delhi ensures you can revise offline without requiring constant internet access. These curated collections provide excellent practice for numerical challenges and standard answer formatting. Following your practice, compare results with professional teacher solutions alongside our recommended Class 12 Computer Science sample papers and MCQ assessments for thorough revision.
FAQs
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.
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.
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.
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.
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.