Read and download PDF of CBSE Class 12 Computer Science Sample Paper 2009 Set B 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 2009 Set B
Computer Science Class 12 Sample Paper
1. (a) When will you make function inline and why
(b) Write the names of the header files which are necessary to execute the following C++ code
void main()
{ char c, String[ ] = " System Design ";
for(int i=0; String[i]!='\0' ;i++)
if(String[i]= = ' ')
cout<<endl;
else
{
c=toupper(String[i]);
cout<<c;
}
}
(c) Rewrite the following program after removing the syntactical error(s),if any .Under line each correction .
#include<iostream.h>
#include<stdio.h>
void main()
{
struct emp
{
char emp_name[15];
char emp_no;
int salary = 5000;
}EMPLOYEE;
gets(emp_name);
gets(emp_no);
}
(d) Find the output of the following program
#include<iostrem.h>
#include<ctype.h>
void main()
{
char Text[ ] = “Mind@Work!”;
for(int i=0 ; Text[i]!=’\0’ ; i++)
{
if(!isalpha(Text[i]))
Text[i]= ‘*’;
else if (isupper(Text[i]))
Text[ i]=Text[i]+1;
else
Text[i]=Text[i+1];
}
cout<<Text;
}
Please click the link below to download full pdf file for CBSE Class 12 Computer Science Sample Paper 2009 Set B
CBSE Class 12 Computer Science Sample Paper 2023 Set A |
CBSE Class 12 Computer Science Sample Paper 2023 Solved |
CBSE Class 12 Computer Science Boards 2021 Sample Paper Solved |
CBSE Class 12 Computer Science Sample Paper 2021 Set A |
CBSE Class 12 Computer Science Sample Paper 2021 Set C Solved |
CBSE Class 12 Computer Science Sample Paper 2009 Set B
We hope you liked the above provided CBSE Class 12 Computer Science Sample Paper 2009 Set B. 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 2009 Set B 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.
You can download CBSE Class 12 Computer Science Sample Paper 2009 Set B from StudiesToday.com
Regular practice of sample question paper given on studiestoday for CBSE Class 12 Computer Science Sample Paper 2009 Set B can help you to score better marks in exams
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
Yes, mock CBSE Class 12 Computer Science Sample Paper 2009 Set B are available in multiple languages, including English, Hindi