Read and download PDF of CBSE Class 12 Computer Science Sample Paper 2014 Set F designed as per the latest curriculum and examination pattern for Class 12 issued by CBSE, NCERT and KVS. The latest Class 12 Computer Science Sample Papers have been provided with solutions so that the students can solve these practice papers and then compare their answers. This will help them to identify mistakes and improvement areas in Computer Science Class 12 which they need to study more to get better marks in Class 12 exams. After solving these guess papers also refer to solved Class 12 Computer Science Question Papers available on our website to build strong understanding of the subject
Sample Paper for Class 12 Computer Science Pdf
Students can refer to the below Class 12 Computer Science Sample Paper designed to help students understand the pattern of questions that will be asked in Class 12 exams. Please download CBSE Class 12 Computer Science Sample Paper 2014 Set F
Computer Science Class 12 Sample Paper
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
CBSE Class 12 Computer Science Sample Paper 2023 Set A |
CBSE Class 12 Computer Science Sample Paper 2023 Solved |
CBSE Class 12 Computer Science Boards 2021 Sample Paper Solved |
CBSE Class 12 Computer Science Sample Paper 2021 Set A |
CBSE Class 12 Computer Science Sample Paper 2021 Set C Solved |
CBSE Class 12 Computer Science Sample Paper 2014 Set F
We hope you liked the above provided CBSE Class 12 Computer Science Sample Paper 2014 Set F. To get an understanding of the type of questions which were asked in exams, it is important for Class 12 students to understand the way sample Paper are set by teachers. Students can download the Sample Paper for Class 12 Computer Science which will be coming in the exams so that you can practise them and solve all types of questions that can be asked in exams. By doing CBSE Class 12 Computer Science Sample Paper 2014 Set F you will understand the regular questions and MCQ questions for Class 12 Computer Science which are always asked. You can download CBSE Class 12 Computer Science Sample Paper and Class 12 Computer Science Question Papers in PDF. You should attempt all the last year question paper for Class 12 and Class 12 Computer Science MCQ Test in examination conditions at home and then compare their answers with the solutions provided by our teachers.
You can download CBSE Class 12 Computer Science Sample Paper 2014 Set F from StudiesToday.com
Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Sample Paper 2014 Set F can help you to score better marks in exams
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
Yes, mock CBSE Class 12 Computer Science Sample Paper 2014 Set F are available in multiple languages, including English, Hindi