CBSE Class 12 Computer Science Question Paper 2013 Set 03

Here is CBSE Class 12 Computer Science Question Paper 2013 Set 03 for your practice. Download official Class 12 Computer Science previous year question papers featuring complete solutions, matched with the 2026-27 syllabus standards of CBSE, NCERT, and KVS. Solving these papers lets students track their progress and study efficiently.

Download Class 12 Computer Science Question Paper Solutions

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 2013 Set 03 for your daily self-tests.

Get Class 12 Computer Science Previous Year Paper PDF

CBSE Class 12 Computer Science Question Paper 2013 (3). Students can download the last year 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 the difference between call by value and call by reference ? Give an example in C++ illustrate both. 

(b) Write the names of the header files to which the following belong : 

(i) puts()

(ii) sin()

(c) Rewrite the following program after removing the syntactical errors (if any). Underline each correction. 

       #include [iostream.h]

       #include [stdio.li]

       class Employee

         {

            int EmpId = 901;

            char EName[20];

            public

            Employee(){}

            void Joining() {cin>>EmpId; gets (EName);}

            void List() {cout<<EmpId<<“ : “ <<EName<<endl;}

         };

                  void main()

              {

                   Employee E;

                  Joining. E ();

                  E. List ()

              }

(d) Find the output of the following program : 

        #include<iostream.h>

          void main()

          {

               int X[] = {10, 25, 30, 55, 110};

               int *p = X;

                while (*p < 110)

            {

                  if (*p%3 != 0)

                  *p = *p + 1;

                    else

                    *p = *p + 2;

                       p++;

              }

                      for (int I = 4; I>=1 ; 1 I– –)

                {

                        cout<<X [I] << “*” ;

                        if (I%3 == 0) cout<<endl;

                 }

                      cout<<X [0]  * 3<<endl;

               }

2.(a) What are candidate keys in a table ? Give s suitable example of candidate keys in a table.

    (b) What is the difference between Star Topology and Bus Topology of network ?

3.(a) What is the difference between Acutal Parameter and Formal Parameter ? Give an example in C++ to illustrate both types of parameters. 

   (b) Write the names of the header files to which the following belong : 

     (i) setw()

     (ii) sqrt()

  (c) Rewrite the following program after removing the syntactical errors (if any). Underline each correction.

            include <iostream.h>

            include <stdio.h>

            class MyStudent

                {

                   int StudentId=1001;

                   char Name[20];

                    public

                   MyStudent(){}

                   void Register() {cin>>StudentId; gets (Name);}

                   void Display() {cout<<StudentId<<“:”<<Name<<endl;}

                 };

                    void main()

                  {

                    MyStudent MS;

                    Register. MS();

                    MS. Display();

                      }

 Please click the link below to download pdf file of CBSE Class 12 Computer Science Question Paper 2013 (3).

Past Exam Papers & Solutions for Class 12 Computer Science

Last 10 Years Question Papers for Class 12 Computer Science

To familiarize yourself with recurring exam trends, it is essential for Class 12 learners to review the CBSE Class 12 Computer Science Question Paper 2013 Set 03 shared above. These past papers for Class 12 Computer Science are readily accessible as a PDF format for the last 10 years download. Working through these real examination sets reveals the true difficulty scale and thematic coverage, preparing you thoroughly for both descriptive and MCQ sections.

Boost Your Exam Score with Past Papers

Regularly practicing CBSE Class 12 Computer Science Question Paper 2013 Set 03 is the best way to improve your score in Class 12 Computer Science. These papers will give you details of the marking scheme and the paper structure used by the CBSE. By regularly attempting these under actual exam conditions at home, you can slowly improve your time management skills, which will help you to complete your Computer Science paper within the allowed duration.

Enhance Practice with Sample Papers & MCQs

Downloading the CBSE Class 12 Computer Science Question Paper 2013 Set 03 ensures you can revise offline without requiring constant internet access. These curated collections provide excellent practice for numerical challenges and standard answer formatting. Following your practice, compare results with professional teacher solutions alongside our recommended Class 12 Computer Science sample papers and MCQ assessments for thorough revision.

FAQs

Where can I download the official PDF for CBSE Class 12 Computer Science Question Paper 2013 Set 03?

The CBSE Class 12 Computer Science Question Paper 2013 Set 03 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 2013 Set 03 based on the official CBSE marking scheme?

Yes, the solutions for CBSE Class 12 Computer Science Question Paper 2013 Set 03 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 2013 Set 03 help in preparing for the 2026 exams?

Solving previous year papers like CBSE Class 12 Computer Science Question Paper 2013 Set 03 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 2013 Set 03 in different languages?

Yes, where applicable, CBSE Class 12 Computer Science Question Paper 2013 Set 03 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 2013 Set 03, are provided free of charge in mobile-friendly PDF.