Official CBSE Exam Papers for Class 12 Computer Science
Explore authentic exam materials through the CBSE Class 12 Computer Science Question Paper 2013 Set 02. Tailored for Class 12 learners, utilizing these Computer Science previous year papers ensures thorough preparation and strengthens time management skills before final CBSE evaluations.
Solved Previous Year Papers for Computer Science
View or download the dedicated CBSE Class 12 Computer Science Question Paper 2013 Set 02 resource below. Engaging with these previous year papers under timed conditions ensures continuous academic progress and mastery of the 2026-27 exam format.
CBSE Class 12 Computer Science Question Paper 2013 (2). 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) Differentiate between a Run Time Error and Syntax Error. Also give suitable examples of each in C++.
(b) Name the header file(s) that shall be needed for successful compilation of the following C++ code 1
void main ( )
{
char String [20];
gets (String);
strcat (String, “CBSE”);
puts (String);
}
(c) Differentiate between Constructor and Destructor function in context of Classes and Objects using C++
2. (a) Write a function in C++ which accepts an integer array and its size as arguments and replaces elements having odd values with thrice its value and elements having even values with twice its value.
Example : if an array of five elements initially contains the elements as
3, 4, 5, 16, 9
then the function should rearrange the content of the array as
9, 8, 15, 32, 27 4
(b) An array Array[20][15] is stored in the memory along the column with each element occupying 8 bytes. Find out the Base Address and address of the element Array[2][3] if the element Array [4] [5] is stored at the address 1000.
(c) Write a function in C++ to delete a node containing Book’s information, from a dynamically allocated Stack of Books implemented with the help of the following structure.
struct Book
}
int BNo;
char BName[20];
Book *Next;
};
(d) Write a function in C++ which accepts a 2D array of integers and its size as arguments and displays the elements which lie on diagonals. 2 [Assuming the 2D Array to be a square matrix with odd dimension i.e. 3×3, 5×5, 7×7 etc.]
Example, if the array content is
5 4 3
6 7 8
1 2 9
Output through the function should be :
Diagonal One : 5 7 9
Diagonal Two : 3 7 1
(e) Evaluate the following postfix notation of expression :
25 8 3 - / 6 * 10 +
3. (a) What is the significance of Cyber law ?
(b) Expand the following terms with respect to Networking :
(i) CDMA (iii) FTP
(ii) WLL (iv) HTML
(c) Which of the following unit measures the speed with which data can be transmitted from one node to another node of a network? Also, give the expansion of the suggested unit.
(i) Mbps
(ii) KMph
(iii) MGps
(d) Differentiate between primary key and alternate key.
Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper 2013 (2).
Free study material for Computer Science
Past Exam Papers & Solutions for Class 12 Computer Science
Previous Year Question Papers: Class 12 Computer Science
Access structured past examination sets for Class 12 Computer Science. Solving the CBSE Class 12 Computer Science Question Paper 2013 Set 02 provided above helps students understand actual exam difficulty levels, question formats, and topic distributions for both descriptive and objective sections.
Boost Your Exam Score with Past Papers
Practicing past question sets under timed home conditions helps refine pacing and time management skills, ensuring you complete your Computer Science examination comfortably within the official duration.
Enhance Practice with Sample Papers & Solutions
Pair your past paper revision with our official Class 12 Computer Science sample papers and online practice modules to achieve total curriculum mastery.
FAQs
The CBSE Class 12 Computer Science Question Paper 2013 Set 02 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 2013 Set 02 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 2013 Set 02 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 2013 Set 02 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 2013 Set 02, are provided free of charge in mobile-friendly PDF.