CBSE Class 12 Computer Science Sample Paper 2014 Set H

Read and download the CBSE Class 12 Computer Science Sample Paper 2014 Set H, 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) Write the major differences between Object Oriented Programming and Procedural Programming. 

(b) Name the header file, to which following built-in function belong:

   (1) puts

   (2) toupper

   (3) isdigit

   (4) atoi (2)

( C) Write the output of the follwoing program segment

char *NAME="CoMpuTeR";

for(int x=0;x<strlen(NAME);x++)

if(islower(NAME[x]))

NAME[x]=toupper(NAME[x]);

else

if(isupper(NAME[x]))

if(x%2==0)

NAME[x]=tolower(NAME[x]));

else

NAME[X]=NAME[x-1];

puts(NAME); (2)

(d) Write a C++ function SUMFUN( ) having two parameters Y of (type double) and m(of type integer) with a result type as double to find the sum of the series given below: 

2. (a) Define a class TEST with the following specification:

Private members

Testcode of type integer

Description of type string

NoCandidate of type integer

A member function CALCNTR( ) to calculate and return the number of centers as  ( NoCandidate / 100 + 1)

Public members

A constructor function to initialize Testcode as 12.

A function IN_DATA( ) to accept values for Testcode, Description, NoCandidate

And call function CALCNTR( )

A function OUT_DATA( ) to display all the data members 

(b)Define a class REPORT with the following specification.

Private:

Adno 4 digit admission number

Name 20 characters

Marks an array of floating point values

Averge average marks obtained

Getavg() to compute the average obtained in five subjects

Public:

Readinfo() funtion to accept values for adno,name,marks and

Invoke the function getavg()

Displayinfo() function to display all data members on the screen. 

(b) Consider the following C++ declaration and answer the questions given below:

class A

{

void any();

protected:

int a,b;

void proc();

public:

A( );

void get( );

void put( );

};

class B:protected A

{

int c,d;

protected: 

int e,f;

void get2( );

public:

B( );

void put2( );

};

class C: private B

{

int p;

protected:

int q;

void get3( );

public:

void show3( );

};

(a) Name all the member functions which are accessible by the objects of class C.

(b) Name all the protected members of class B

(c) Name all the data members which are accessible from member functions of class C

(d) How many bytes does as object belonging to class C require?

(e) Which class constructor will be called first at the time of declaration of an object of class C

(f) Is the member function proc() which can be accessed form the objects of class C

(g) Name the base class and derived class of class B

(h) Name all the protected members of class C (2)

(c) Given the following C++ code, answer the questions

Class TEST

{

int time;

public:

TEST( ) //Function 1

{

time=0;

cout<<”hai”;

}

~ TEST( ) //Function 2

{

cout<<”hello”;

}

void exam( ) //Function 3

{

cout<<”god bless u”;

}

TEST(int Duration) //Function 4

{

time=Duration;

cout<<”Exam starts”;

}

TEST(TEST &T) //Function 5

{

time = T.Duration;

cout<<”Exam Finished”

}

};



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

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

Students can easily download the CBSE Class 12 Computer Science Sample Paper 2014 Set H 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 H?

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 H?

  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 H in Pdf

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

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

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Sample Paper 2014 Set H 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 H

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 H available in multiple languages

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