Download CBSE Class 12 Computer Science Question Papers
Explore authentic exam materials through the CBSE Class 12 Computer Science Question paper 2006 Set 01. Tailored for Class 12 learners, utilizing these Computer Science previous year papers ensures thorough preparation and strengthens time management skills before final CBSE evaluations.
Access CBSE Question Papers and Solutions
Navigate directly to the solved Computer Science question papers using the digital viewer below. Each practice set includes detailed solutions, allowing students to instantly cross-check their work and identify areas requiring further revision.
CBSE Class 12 Computer Science Question paper 2006 (1). 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.
Q. 1. a. Name the header file to which the following belong [1]
i. abs( )
ii. isupper( )
b. Illustrate the use of #define in C++ to define a macro. [2]
c. Rewrite the following program after removing the syntactical error(s), if any. Underline each correction.
[2]
# include <iostream.h>
void main()
{ struct STUDENT
{ char stu_name [20];
char stu_sex;
int stu_age=17;
} student;
gets(stu_name);
gets(stu_sex);
}
d. Find the output of the following program [3]
# include<iostream.h>
#include<string.h>
class state
{ char * state_name;
int size;
public;
state( ); { size=0; state_name=new char[size+1]; }
state(char *s)
{ size = strlen(s) ; state_name = new char[size+1];}
strcpy(state_name,s);
}
void display() {cout<<state name<<endl; }
void Replace (state &a, state &b)
{ size = a.size + b.size;
delete state_name;
state_name = new char[size+1] ;
strcpy(state_name, a.state_name);
strcat(state_name, b.state_name);
}
};
void main( )
{ char *temp = “Delhi”;
state state1(temp), state2(”Mumbai”), state3(”Nagpur”), SI, S2;
SI .Replace(state1, state2);
S2.Replace(S1, state3);
S1.display( );
S2.display( );
}
e. Find the output of the following program: [2]
#include<iostream.h>
void main( )
{ long NUM = 1234543;
int F = 0, S = 0;
do
{ int Rem = NUM% 10;
if (Rem % 2 !=0)
F+ =R;
else
S+ = R;
NUM/=10;
} while(NUM>0);
cout<<F-S;
}
f. What are Nested Structures? Give an example. [2]
Please click the link below to download pdf file of CBSE Class 12 Computer Science Question paper 2006 (1).
Free study material for Computer Science
Past Exam Papers & Solutions for Class 12 Computer Science
Download CBSE Class 12 Computer Science Question paper 2006 Set 01 for Class 12 Computer Science
Explore downloadable past papers for Class 12 Computer Science. Utilizing the CBSE Class 12 Computer Science Question paper 2006 Set 01 ensures complete preparedness by offering clear insights into historical question styles and marking expectations.
Master Marking Schemes and Time Management
Regular simulation of exam environments using past question documents builds crucial pacing abilities and eliminates last-minute test anxiety during Class 12 Computer Science assessments.
Offline Revision & Comprehensive Study Material
Wrap up your exam preparation by reviewing detailed answer keys and tackling additional practice sets. All resources on our platform are free to access.
FAQs
The CBSE Class 12 Computer Science Question paper 2006 Set 01 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 2006 Set 01 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 2006 Set 01 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 2006 Set 01 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 2006 Set 01, are provided free of charge in mobile-friendly PDF.