CBSE Class 12 Computer Science Question Paper 2020 Set 01

Previous Year Question Papers for Class 12 Computer Science

Access comprehensive previous year question papers for Class 12 Computer Science using the CBSE Class 12 Computer Science Question Paper 2020 Set 01. Designed to align with the 2026-27 CBSE academic guidelines, these solved papers help students assess their exam readiness and understand official marking schemes.

Practice Class 12 Computer Science Exam Papers

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 A. 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) 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) isalnum( )

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 );

Display Disp2 = Disp1;

Disp1.Showpoint( );

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<ctype.h>

#include<string.h>

#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]=DATA[ctr] -2;

cout<<DATA;

}

 

Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper 2020 Set A

Past Exam Papers & Solutions for Class 12 Computer Science

Understanding Exam Patterns with CBSE Class 12 Computer Science Question Paper 2020 Set 01

Access structured past examination sets for Class 12 Computer Science. Solving the CBSE Class 12 Computer Science Question Paper 2020 Set 01 provided above helps students understand actual exam difficulty levels, question formats, and topic distributions for both descriptive and objective sections.

Why Practice Class 12 Computer Science Question 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.

Additional Study Resources for Class 12 Computer Science

Pair your past paper revision with our official Class 12 Computer Science sample papers and online practice modules to achieve total curriculum mastery.

FAQs

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

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

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

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

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

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

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

Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2020 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.

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 01, are provided free of charge in mobile-friendly PDF.