CBSE Class 12 Computer Science Question Paper 2013 Set 06

Official CBSE Exam Papers for Class 12 Computer Science

Explore authentic exam materials through the CBSE Class 12 Computer Science Question Paper 2013 Set 06. Tailored for Class 12 learners, utilizing these Computer Science previous year papers ensures thorough preparation and strengthens time management skills before final CBSE evaluations.

Solved Previous Year Papers for Computer Science

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 (6). 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 Global Variable and Local Variable? 

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

(i) strcmp() (ii) fabs()

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

     #include [iostream.h]

    class PAYITNOW

     {

       int Charge;

       PUBLIC:

       void Raise(){cin>>Charge;}

       void Show{cout<<Charge;}

      };

          void main()

         {

             PAYITNOW P;

             P.Raise();

              Show();

          }

(d) Find the output of the following program: 

         #include <iostream.h>

        struct PLAY

          { int Score, Bonus;};

             void Calculate(PLAY &P, int N=10)

          {

               P.Score++;P.Bonus+=N;

           }

               void main()

             {

                   PLAY PL={10,15};

                   Calculate(PL,5);

                   cout<<PL.Score<<”:”<<PL.Bonus<<endl;

                   Calculate(PL);

                   cout<<PL.Score<<”:”<<PL.Bonus<<endl;

                   Calculate(PL,15);

                   cout<<PL.Score<<”:”<<PL.Bonus<<endl;

              }

2.(a) Write a function in C++ to merge the contents of two sorted arrays A & B into third array C. Assuming array A is sorted in ascending order, B is sorted in descending order, the resultant array is required to be in ascending order.

(b) An array S[40][30] is stored in the memory along the row with each of the element occupying 2 bytes, find out the memory location for the element S[20][10], if an element S[15][5] is stored at the memory location 5500. 

(c) Write a function in C++ to perform Insert operation in a dynamically allocated Queue containing names of students. 

(d) Write a function in C++ to find the sum of both left and right diagonal elements from a two dimensional array (matrix). 

(e) Evaluate the following postfix notation of expression:  20,30,+,50,40,-,*

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

Download CBSE Question Papers: 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 06 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 06

Reviewing official papers clarifies the exact marking scheme and structural layout established by the CBSE, enabling students to structure answers for maximum score potential.

Complete Your Exam Preparation

Download digital copies of these papers for convenient offline revision anywhere. Cross-check your completed steps against our expert solution guides to ensure complete accuracy.

FAQs

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

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

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

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

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