CBSE Class 12 Computer Science Sample Paper 2020 Set A

CBSE Class 12 Computer Science Sample Paper 2020 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…

CBSE Class 12 Computer Science Sample Paper 2019 Solved

CBSE Class 12 Computer Science Sample Paper 2019 Solved. 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…

CBSE Class 12 Computer Science Sample Paper 2020 Solved (1)

CBSE Class 12 Computer Science Sample Paper 2020 Solved (1). It’s always recommended to practice as many sample papers as possible before the examinations. Students can download the sample papers and also question papers of previous years to practice and score better marks in…

CBSE Class 12 Computer Science Sample Paper 2018 Set C

  1.(a) Explain in brief the purpose of function prototype with the help of a suitable example.  (b) Name the header files that shall be needed for successful compilation of the following C++ code :  void main() { char str[20],str[20]; gets(str); strcpy(str1,str); strrev(str…

CBSE Class 12 Computer Science Sample Paper 2018 Set B

Section – A 1. (a) Find the correct identifiers out of the following, which can be used for naming variable, constants or functions in a C++ program :  While, for, Float, new, 2ndName, A%B, Amount2, _Counter (b) Observe the following program very carefully and write the names…

CBSE Class 12 Computer Science Sample Paper 2018 Solved Set B

  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…

CBSE Class 12 Computer Science Sample Paper 2018 Solved Set A

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

CBSE Class 12 Computer Science Sample Paper 2018 Set A

  Q.1. Mention the vision and mission statement of our school. Q.2.  What are natural calamities? How can we combat with these disasters? Q.3.  What is examination stress? Discuss its causes and ways to tackle with stress. Q.4.  How does yoga help in improving concentration?…

CBSE Class 12 Computer Science Sample Paper 2023 Set A

SECTION A 1. State True or False “Variable declaration is implicit in Python.” Answer: TRUE 2. Which of the following is an invalid datatype in Python? (a) Set (b) None (c) Integer (d) Real Answer: D 3. Given the following dictionaries dict_exam={"Exam":"AISSCE", "Year…

CBSE Class 12 Computer Science Sample Paper 2017 Solved Set B

Section – A 1 (a) Explain conditional operator with suitable example? 2 (b) Which C++ header file(s) are essentially required to be included to run/execute the following C++ code : void main() { char *word1="Hello",*word2="Friends"; strcat(word1,word2); cout<<word1; }1 (…

CBSE Class 12 Computer Science Sample Paper 2017 Solved Set C

    Please click the link below to download CBSE Class 12 Computer Science Sample Paper 2017 Solved Set C

CBSE Class 12 Computer Science Sample Paper 2017 Solved Set D

   Please click the link below to download CBSE Class 12 Computer Science Sample Paper 2017 Solved Set D

CBSE Class 12 Computer Science Sample Paper 2017 Solved Set E

  1. (a) What is the difference between Type casting and Automatic type Conversion? Give examples  (b)Write the names of the header files which are necessary to execute the following C++ code  void main() { char name[40]; strcpy(name, “Vijay Sharma”); puts(name) } (c) Identify…

CBSE Class 12 Computer Science Sample Paper 2017 Solved Set A

  1. (a) Find the correct identifiers out of the following, which can be used for naming variable, constants or functions in a C++ program. For, while, INT, NeW, delete, 1stName, Add+Subtract, name1 (b) Write the names of the header files which are essentially required to run…

CBSE Class 12 Computer Science Sample Paper 2017 Set A

  Q.1 Write short notes on any two of the following topics: (a) Swachcha Bharat Abhiyaan (b) Digital India (c) National Games Q.2 What is Whitley Award? Name the area for which it is given? Who won the award for the year 2015? Q.3 What is Golden Peacock Award? Write in brief.…