CBSE Class 12 Computer Science Question Paper 2021 Set B

Read and download CBSE Class 12 Computer Science Question Paper 2021 Set B designed as per the latest question paper pattern and Class 12 examination guidelines issued by CBSE, NCERT and KVS. The past year Question Papers for Class 12 Computer Science have been provided with solutions which will help students to assess their performance and find out topics in Computer Science Class 12 which they need to improve to get better marks in Class 12 exams. After solving these last year papers also refer to solved Sample Papers for Class 12 Computer Science available on our website to build strong understanding of the subject

Computer Science Question Paper Class 12

Students can refer to the below Class 12 Computer Science Question 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 Question Paper 2021 Set B

Computer Science Class 12 Question Paper

CBSE Class 12 Computer Science Question Paper 2021 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) Out of the following, find those identifiers, which cannot be used for naming Variable, Constants or Functions in a C++ program : 
_Cost, Price*Qty, float, Switch, Address One, Delete, Number12, do
(b) Jayapriya has started learning C++ and has typed the following program. When she compiled the following code written by her, she discovered that she needs to include some header files to successfully compile and execute it. Write the names of those header files, which are required to be included in the code. 
void main()
{ float A, Number, Outcome;
cin>>A>>Number;
Outcome=pow(A,Number);
cout<<Outcome<<endl; }
(c) Rewrite the following C++ code after removing any/all syntactical errors with each correction underlined. 
Note : Assume all required header files are already being included in the program.
#define Equation(p,q)=p+2*q
void main()
{
float A=3.2;B=4.1;
C=Equation(A,B);
cout<<’Output=’<<C<<endl;
}
(d) Find and write the output of the following C++ program code : 
Note : Assume all required header files are already included in the program.
typedef char STRING[80];
void MIXITNOW(STRING S)
{ int Size=strlen(S); for(int I=0;I<Size–1;I+=2)
{ char WS=S[I]; S[I]=S[I+1];
S[I+1]=WS; }
for(I=1;I<Size;I+=2)                    if(S[I]>=’M’ && S[I]<=’U’)
S[I]=’@’; }
void main()
{ STRING Word=”CRACKAJACK”; MIXITNOW(Word); cout<<Word<<endl; }
(e) Find and write the output of the following C++ program code : 
Note : Assume all required header files are already being included in the program.
class Stock
{
long int ID; float Rate; int Date;
public:
Stock() { ID=1001; Rate=200; Date=1; }
void RegCode(long int I,float R)
{
ID=I;
Rate=R;
}
 
Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper 2021 Set B

CBSE Class 12 Computer Science Question Paper 2021 Set B

We hope you liked the above provided CBSE Class 12 Computer Science Question Paper 2021 Set B. To get an understanding of the type of questions which were asked in previous year exams, it is important for Class 12 students to refer to CBSE Class 12 Computer Science Question Paper 2021 Set B that we have provided above. Students can download all the Question Papers for Class 12 Computer Science which were issued in the exams so that you can practise them and solve all types of questions which have been asked till now. By doing all CBSE Class 12 Computer Science Question Paper 2021 Set B PYP (previous year papers) you will understand the regular questions and MCQ questions for Class 12 Computer Science which are always asked and learn them so that you can get full marks in those questions. You can download CBSE Class 12 Computer Science Previous Year Question Papers and Class 12 Computer Science Sample 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 Question Paper 2021 Set B in Pdf

You can download CBSE Class 12 Computer Science Question Paper 2021 Set B from StudiesToday.com

How can I download and print CBSE Class 12 Computer Science Question Paper 2021 Set B

You can easily access the link above and download CBSE Class 12 Computer Science Question Paper 2021 Set B and save on your computer of mobile

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

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

Are there any websites that offer free CBSE Class 12 Computer Science Question Paper 2021 Set B

Yes, studiestoday.com provides all latest CBSE Class 12 Computer Science Question Papers with answers based on the latest format issued for current academic session

Are mock CBSE Class 12 Computer Science Question Paper 2021 Set B available in multiple languages

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