CBSE Class 12 Computer Science Question Paper 2020 Set 01

Welcome! Check out CBSE Class 12 Computer Science Question Paper 2020 Set 01 right here, built according to current 2026-27 exam rules from CBSE, NCERT, and KVS. Get free Class 12 Computer Science previous year question papers with step-by-step solutions to test your preparation level and fix weak points before final tests.

CBSE Class 12 Computer Science Exam Question Papers

Every Class 12 Computer Science student should practice with these question papers to understand question trends and marks distribution. Working through them in a timed test environment makes you faster and more accurate. Use the full CBSE Class 12 Computer Science Question Paper 2020 Set 01 for your daily self-tests.

Class 12 Computer Science Question Paper PDF Download

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

Last 10 Years Question Papers for Class 12 Computer Science

Reviewing the CBSE Class 12 Computer Science Question Paper 2020 Set 01 listed above allows Class 12 students to master historical exam patterns. Download these past papers for Class 12 Computer Science instantly in PDF format for the last 10 years. Practicing these authentic questions provides clear insight into marking difficulties and topic distributions, ensuring confidence across all descriptive and MCQ evaluations.

Exam Structure & Time Management for Computer Science

Making use of the CBSE Class 12 Computer Science Question Paper 2020 Set 01 regularly optimizes your final Class 12 Computer Science score. These files outline the critical marking scheme and evaluation layout established by the CBSE. Attempting them under strict exam environments trains your pacing, guaranteeing you can finish the Computer Science exam duration efficiently.

Offline Accessibility and Complete Revision

Carrying the CBSE Class 12 Computer Science Question Paper 2020 Set 01 in portable formats facilitates seamless offline learning. These practice papers serve as trusted tools for working through numerical problems and learning answer frameworks. Review your answers using our teacher-prepared keys, and extend your study using our Class 12 Computer Science sample papers and online MCQ practice modules.

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.