Class 12 Computer Science Solved Model Papers: CBSE Class 12 Computer Science Sample Paper 2014 Set 06
Access comprehensive sample question papers for Class 12 Computer Science using the CBSE Class 12 Computer Science Sample Paper 2014 Set 06. Designed to align with the 2026-27 CBSE academic guidelines, these model papers help students assess their exam readiness and understand current marking schemes.
Download Class 12 Computer Science Sample Paper PDF
View or download the dedicated CBSE Class 12 Computer Science Sample Paper 2014 Set 06 resource below. Engaging with these sample papers under timed conditions ensures continuous academic progress and mastery of the 2026-27 exam format.
1. (a) What is difference between type casting and automatic type conversion? Explain with suitable example in C++.
(b) Name the header files for which the following function belongs:
(i) setw ( ) (ii) malloc( )
(c) Rewrite the following program after removing all syntactical error(s), if any. Underline each correction:
#include<iostream.h>
struct Display
{
int ROW, COL;
}
void ShowPoint(Display D)
{
cout<< D.ROW << D.COL << endl;
}
void main( )
(
Display Disp1 = ( 10, 20 );
Disp1.Showpoint( );
Display Disp2 = Disp1;
ROW + = 15;
Showpoint.Disp2;
}
(d) Give the output of the following program:
#include<iostream.h>
void main( )
{
int *ptrArray[10];
int marks[ ] = {75, 68, 90, 34, 0, 10, 90, 65};
for ( int i = 0 ; marks[i] != 0 ; i++)
{
ptrArray[i] = &marks[i];
*(ptrArray[i]) += 5;
]
int index = 0;
while(index < i)
{
int k = *(ptrArray[index];
if (k > 60)
cout<< k <<’,’;
index++;
}
}
(e) Give the output of the following program:
#include<iostream.h>
void main( )
{
char *DATA = “ a HexaDecimal”
for( int ctr = 0 ; ctr < strlen(DATA) ; ctr ++)
if( islower (DATA[ctr] ))
DATA[ctr] = toupper (DATA[ctr]);
else
if (isupper (DATA[ctr] ))
if (ctr % 2 != 0)
DATA[ctr] = tolower ( DATA [ ctr ‒ 1 ];
else
DATA [ctr ] ‒ 2;
cout<< DATA ;
}
(f) Study the following program and select the possible output from it:
#include<iostream.h>
#include<stdlib.h>
const int BIG = 3 ;
void main( )
{
randomize( );
int Digit ;
Digit = 90 + random (BIG );
for (int K = DIGIT ; K >= 90 ; K ‒ ‒)
cout<< K << “$”;
}
(i) 93$93$92$91$90$
(ii) 91$90$
(iii) 90$91$92$
(iv) 90$92$
2. (a) Differentiate between Function Overloading and Default Arguments with suitable example.
(b) Answer the questions (i) to (ii) after going through the following class:
class Teacher
{
char Subject[30];
int Salary;
public:
Teacher( ) // Function 1
{
strcpy (Subject, “ Economics”);
Salary = 15000;
}
Teacher ( char T[ ]) // Function 2
{
strcpy (Subject, T);
Salary = 15000;
}
Teacher ( int S) // Function 3
{
strcpy (Subject, “Economics);
Salary = S;
}
Teacher (chat T[ ], int S) // Function 4
{
strcpy (Subject, T);
Salary = S;
}
}
(i) Which feature of object oriented programming is demonstrated using Function1, Function2, Function3 and Function4?
(ii) Write statement in C++ that would call Function 2 and Function 4 of class Teacher.
Please click the link below to download full pdf file for CBSE Class 12 Computer Science Sample Paper 2014 Set F
Free study material for Computer Science
Exam Preparation Sample Paper for Class 12 Computer Science CBSE Class 12 Computer Science Sample Paper 2014 Set 06
Download Sample Paper: CBSE Class 12 Computer Science Sample Paper 2014 Set 06 (Class 12 Computer Science)
Review model practice papers for Class 12 Computer Science. Working through the CBSE Class 12 Computer Science Sample Paper 2014 Set 06 under simulated test conditions at home ensures complete familiarity with upcoming school evaluations.
Key Advantages of Solving CBSE Class 12 Computer Science Sample Paper 2014 Set 06
- Exam Blueprint: Understand mark allocations and structural guidelines relevant to Class 12 evaluations.
- Targeted Improvement: Identify weak areas in Class 12 Computer Science requiring focused revision.
- Pacing & Precision: Practice mixed question formats to build execution speed and ensure timely paper completion.
Steps to Follow After Completing CBSE Class 12 Computer Science Sample Paper 2014 Set 06
- Self-Evaluation: Score your answers using official guidance to track your academic progress.
- Mistake Correction: Class 12 pupils must re-solve questions answered incorrectly to master the correct method.
- Continuous Practice: Take additional Computer Science sample modules online to maximize preparedness for CBSE evaluations.
FAQs
You can download the complete PDF for CBSE Class 12 Computer Science Sample Paper 2014 Set 06 for free from StudiesToday.com. Our resources for Class 12 Computer Science are updated for the latest academic session and follow the official exam pattern.
Yes, CBSE Class 12 Computer Science Sample Paper 2014 Set 06 comes with detailed, teacher-verified solutions. We have provided step-by-step answers for Computer Science to help students of Class 12 understand correct methodology and marking scheme.
Practicing this Computer Science paper helps in time management and identifying important topics. For Class 12, solving mock papers is the best way to gain confidence and reduce exam-day anxiety.
Yes, all our study materials for Class 12 Computer Science are provided in a mobile-friendly PDF format. You can easily download CBSE Class 12 Computer Science Sample Paper 2014 Set 06 on your mobile device.