CBSE Class 12 Computer Science Question Paper 2013 Set 03

Download CBSE Class 12 Computer Science Question Papers

Review targeted exam resources with the CBSE Class 12 Computer Science Question Paper 2013 Set 03. Built according to official CBSE standards for the 2026-27 academic year, these downloadable Class 12 Computer Science question papers support effective revision and performance tracking.

Access CBSE Question Papers and Solutions

Navigate directly to the solved Computer Science question papers using the digital viewer below. Each practice set includes detailed solutions, allowing students to instantly cross-check their work and identify areas requiring further revision.

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

Class 12 Computer Science Past Exam Papers & Resources

Explore downloadable past papers for Class 12 Computer Science. Utilizing the CBSE Class 12 Computer Science Question Paper 2013 Set 03 ensures complete preparedness by offering clear insights into historical question styles and marking expectations.

Importance of Solving CBSE Class 12 Computer Science Question Paper 2013 Set 03

Regular simulation of exam environments using past question documents builds crucial pacing abilities and eliminates last-minute test anxiety during Class 12 Computer Science assessments.

Complete Your Exam Preparation

Wrap up your exam preparation by reviewing detailed answer keys and tackling additional practice sets. All resources on our platform are free to access.

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.