CBSE Class 12 Computer Science Question Paper 2020 Set 02

Class 12 Computer Science Solved Question Papers: CBSE Class 12 Computer Science Question Paper 2020 Set 02

Review targeted exam resources with the CBSE Class 12 Computer Science Question Paper 2020 Set 02. Built according to official CBSE standards for the 2026-27 academic year, these downloadable Class 12 Computer Science question papers support effective revision and performance tracking.

Download Class 12 Computer Science Question Paper PDF

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 2020 Set B. Students can download the last year board exams 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.
 
1. (a) Find the correct identifiers out of the following, which can be used for naming variable, constants or functions in a C++ program : 
              While, for, Float, new, 2ndName, A%B, Amount2, _Counter
(b) Observe the following program very carefully and write the names of those header file(s), which are essentially needed to compile and execute the following program successfully :
typedef char TEXT[80];
void main()
{ TEXT Str[] = “Peace is supreme”;             int Index=0;
while (Str[Index]!=’\0’)
if (isupper(Str[Index]))
Str[Index++]=’#’;
else
Str[Index++]=’*’;
puts(Str); }
(c) Observe the following C++ code very carefully and rewrite it after removing any/all syntactical errors with each correction underlined. 
Note : Assume all required header files are already being included in the program.
#Define float Max=70.0;
Void main()
{
int Speed            char Stop=’N’;            cin>>Speed;
if Speed>Max
Stop=’Y’;
cout<<Stop<<end; }
(d) Write the output of the following C++ program code : 
Note : Assume all required header files are already being included in the program.
void Position(int &C1,int C2=3)
{
C1+=2;
C2+=Y;
}
void main()
{
int P1=20, P2=4;
Position(P1);
cout<<P1<<”,”<<P2<<end1;
Position(P2,P1);
cout<<P1<<”,”<<P2<<end1;
}
(e) Write the output of the following C++ program code : 
Note : Assume all required header files are already being included in the program.
class Calc
{
 
Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper 2020 Set B
 

Past Exam Papers & Solutions for Class 12 Computer Science

Previous Year Question Papers: Class 12 Computer Science

Explore downloadable past papers for Class 12 Computer Science. Utilizing the CBSE Class 12 Computer Science Question Paper 2020 Set 02 ensures complete preparedness by offering clear insights into historical question styles and marking expectations.

Boost Your Exam Score with Past Papers

Reviewing official papers clarifies the exact marking scheme and structural layout established by the CBSE, enabling students to structure answers for maximum score potential.

Enhance Practice with Sample Papers & Solutions

Download digital copies of these papers for convenient offline revision anywhere. Cross-check your completed steps against our expert solution guides to ensure complete accuracy.

FAQs

Where can I download the official PDF for CBSE Class 12 Computer Science Question Paper 2020 Set 02?

The CBSE Class 12 Computer Science Question Paper 2020 Set 02 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.

Are the solutions for CBSE Class 12 Computer Science Question Paper 2020 Set 02 based on the official CBSE marking scheme?

Yes, the solutions for CBSE Class 12 Computer Science Question Paper 2020 Set 02 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.

How does solving CBSE Class 12 Computer Science Question Paper 2020 Set 02 help in preparing for the 2026 exams?

Solving previous year papers like CBSE Class 12 Computer Science Question Paper 2020 Set 02 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.

Can I access CBSE Class 12 Computer Science Question Paper 2020 Set 02 in different languages?

Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2020 Set 02 is available in both English and Hindi mediums. All students from Class 12 can access Computer Science study material in their preferred language.

Is there a charge to download the CBSE Class 12 Computer Science solved papers?

No, all previous year question papers on StudiesToday, including CBSE Class 12 Computer Science Question Paper 2020 Set 02, are provided free of charge in mobile-friendly PDF.