CBSE Class 12 Computer Science Sample Paper 2021 Set A

Read and download PDF of CBSE Class 12 Computer Science Sample Paper 2021 Set A 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 2021 Set A

Computer Science Class 12 Sample Paper

CBSE Class 12 Computer Science Sample Paper 2021 Set A. CBSE issues sample papers every year for students for Class 12 board exams. Students should solve the CBSE issued sample papers to understand the pattern of the question paper which will come in class 12 board exams this year. The sample papers have been provided with marking scheme. It’s always recommended to practice as many CBSE sample papers as possible before the board examinations. Sample papers should be always practiced in examination condition at home or school and the student should show the answers to teachers for checking or compare with the answers provided. Students can download the sample papers in pdf format free and score better marks in examinations. Refer to other links too for latest sample papers.

1 Answer the following questions:

a. Explain the C++ conceptual memory map.

b. Explain the concept of this pointer

c. Is the default constructor for class Test is always Test::Test()?

d. What is constructor overloading? Support your answer with example.

2 Difference Between:

a. Static and Dynamic Memory allocation

b. ios::nocreate and ios::noreplace

c. Text and Binary File

d. get( ) and getline( )

e. Multiple and Hierarchical Inheritance

3 a) )Write the names of the header files which are not necessary to execute the following C++ code

#include<iostream.h>

#include<stdio.h>

#include<string.h>

#include<ctype.h>

#include<math.h>

void main()

{ char c, String[ ] = " System Design ";

for(int i=0; String[i]!='\0' ;i++)

if(isdigit(String[i])

cout<<endl;

else

{

c=toupper(String[i]);

cout<<c;

}

}

b) Hussain has just started working as programmer in the WORLD SOFTWARE company. In the company, he has got his first assignment to develop a small C++ module to find the smallest

number out of a given set of numbers stored in a one dimensional array. Somehow he has committed a few logical mistakes while writing this code and so he is not getting the desired result from the code. Find out the mistakes and correct this C++ code so that it provides the desired result (do not add any new statement in the code). Underline each correction made:

int SMALLFIND(int ARR,int Size) // Statement 1

{

int SMALL=ARR[1]; //Statement 2

for (int C=2;C<Size;C++) //Statement 3

if (ARR[C]>SMALL) //Statement 4

ARR[C]=SMALL; //Statement 5

return SMALL; //Statement 6

}


Please click the link below to download CBSE Class 12 Computer Science Sample Paper 2021 Set A

CBSE Class 12 Computer Science Sample Paper 2021 Set A

We hope you liked the above provided CBSE Class 12 Computer Science Sample Paper 2021 Set A. 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 2021 Set A 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.

Where can I download CBSE Class 12 Computer Science Sample Paper 2021 Set A in Pdf

You can download CBSE Class 12 Computer Science Sample Paper 2021 Set A from StudiesToday.com

How can I improve my scores by solving CBSE Class 12 Computer Science Sample Paper 2021 Set A

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Sample Paper 2021 Set A can help you to score better marks in exams

Are there any websites that offer free CBSE Class 12 Computer Science Sample Paper 2021 Set A

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

Are mock CBSE Class 12 Computer Science Sample Paper 2021 Set A available in multiple languages

Yes, mock CBSE Class 12 Computer Science Sample Paper 2021 Set A are available in multiple languages, including English, Hindi