CBSE Class 12 Computer Science Sample Paper 2014 Set C

Read and download the CBSE Class 12 Computer Science Sample Paper 2014 Set C, designed by expert teachers according to the latest 2025-26 curriculum and examination pattern issued by CBSE, NCERT, and KVS. These Class 12 Computer Science sample papers include detailed step-by-step solutions, helping students to practice and evaluate their performance against the most recent marking schemes.

Solved Sample Paper for Class 12 Computer Science PDF

Our Class 12 Computer Science model papers are important for understanding the weightage of different chapters and the difficulty level of expected questions. By solving these guess papers Class 12 students can identify weak areas and improve time management. We also suggest referring to our Class 12 Computer Science Question Papers of previous years to further strengthen your exam preparation.

Class 12 Computer Science Sample Paper with Solutions

 

1. a) What are dynamic memory allocation operators in C++? Explain with example.

Ans. . In c++ dynamic memory allocation operators allocate/deallocate memory from the free store. They are : “new” operator : This operator can be used to allocate the memory dynamically. For ex. :- int *a = new int;

“delete” operator : When an object created by ‘new’ is no longer required, it must be destroyed so that the memory space occupied by it may be released for re-use. This can be done by ‘delete’ operator.

For ex. delete a ;

2. b) Which C++ header files will be essentially required to be included to execute the following code :

void main( )

{ int stuno=5;

char sname[ ]=”Kiara Joshi”;

cout<<setw(10)<<stuno<<endl;

puts(sname); }

Ans. <iomanip.h>, <stdio.h> & <iostream.h>

c) Rewrite the following program after removing all the syntactical errors underlining each correction. (if any) : #include<iostream.h>

class

{ int a;

static int b; //must be defined outside

public:

float c; //must not be initialized here

void INPUT( )

{ cin>>a>>c; }

void SHOW( )

{ cout<<b<<endl; }

static void PRN( )

{ cout<<b; } //can access only static data member

}; //must have a terminator 2

d) Give the output of the following program ( Assuming that all required header files are included in the program ) :

#include<iostream.h>

struct TD

{ int x,y,z; };

void MvIn(TD &P, int step=3)

{P.x+=step;

P.y-=step;

P.z+=step; }

void MvOut(TD &Q, int step=2)

{ Q.x-=step;

Q.y+=step;

Q.z-=step; }

void main()

{ TD ob1={15,25,5},ob2={40,20,10};

MvIn(ob1);

MvOut(ob2,5);

cout<<ob1.x<<','<<ob1.y<<','<<ob1.z<<endl;

cout<<ob2.x<<','<<ob2.y<<','<<ob2.z<<endl;

MvOut(ob2);

cout<<ob2.x<<','<<ob2.y<<','<<ob2.z<<endl; }

Output :

18,22,8

35,25,5

33,27,3 

 

 

Please click the link below to download full pdf file for CBSE Class 12 Computer Science Sample Paper 2014 Set C

How to download CBSE Class 12 Computer Science Sample Paper 2014 Set C in PDF?

Students can easily download the CBSE Class 12 Computer Science Sample Paper 2014 Set C from our website to prepare for their upcoming examinations. To score high marks, it is important for Class 12 students to understand the exaact pattern as per which teachers design the question papers. We strongly suggest that you practice these latest sample papers for Computer Science and solve different types of questions that are expected to come this year. You can downloadin PDF format so that you can practice offline. We also recommend that Class 12 students solve these papers actual exam conditions at home.

Why should you solve CBSE Class 12 Computer Science Sample Paper 2014 Set C?

Practicing these model papers has several benefits for Class 12 students:

  • New Question Bank: This set has fresh questions for Computer Science which are different from previous years.
  • Exam Pattern Knowledge: Solving more sets will help you to understand the weightage of each chapter in Class 12 and also the type of questions asked.
  • Identify Weak Areas: Comparing your score in each set to find out topics in Class 12 Computer Science for which you need hard work.
  • Speed and Accuracy: Attempting MCQ questions and long-form problems for Class 12 Computer Science makes you faster and better and you will be able to finish your exam on time.

What should you do after solving CBSE Class 12 Computer Science Sample Paper 2014 Set C?

  1. Check Your Work: Match your answers with the solutions given by our teachers in the Computer Science Sample Paper PDF.
  2. Learn from Mistakes: Class 12 students should focus on the questions which you solved incorrectly and understand the error.
  3. Revision: If you find a question difficult you shoul refer to NCERT book for Class 12 Computer Science to understand concepts and then try the question again.
  4. Continuous Practice: Solve multiple sets of Computer Science sample papers from studiestoday.com to build confidence before the CBSE exams.
Where can I download CBSE Class 12 Computer Science Sample Paper 2014 Set C in Pdf

You can download CBSE Class 12 Computer Science Sample Paper 2014 Set C from StudiesToday.com

How can I improve my scores by solving CBSE Class 12 Computer Science Sample Paper 2014 Set C

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Sample Paper 2014 Set C can help you to score better marks in exams

Are there any websites that offer free CBSE Class 12 Computer Science Sample Paper 2014 Set C

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

Are mock CBSE Class 12 Computer Science Sample Paper 2014 Set C available in multiple languages

Yes, mock CBSE Class 12 Computer Science Sample Paper 2014 Set C are available in multiple languages, including English, Hindi