CBSE Class 11 Computer Science Question Paper Set 13 Solved

Download CBSE Class 11 Computer Science Question Papers

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

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.

1. a. What is a Cache memory? Why it is considered crucial for a microprocessors performance?

b. What do you mean by Bluetooth? Explain. 

c. What is the difference between CISC and RISC Computers?

d. Explain Parallel Port. 

e. What is the difference between RAM and ROM? 

f. What are the basic characteristics of a Microprocessor? 

g. What do you mean by a port in a computer? Explain InfraRed Port.

h. Write a note on:

i) Blu Ray Disc    ii) Hard Disks

2. a. What does the file iostream.h consist of? 

b. What do you mean by cascading of I/O operators? Give an example. 

c. What is the difference between a keyword and an identifier?

3. a. Consider the following two C++ statements. Are they equivalent? Explain.
char x = 'A' ;
char x = 65 ;

b. In how many ways can a variable be declared in C++? Give examples.

c. Define the following terms:

i) Data type modifier ii) Reference variable

4. a. What do you mean by implicit and explicit type conversion? Explain.

b. Use conditional operator, to represent the following in C++ If amount>30000, tax=5000 otherwise tax=2500.

c. Given the following expressions:

(a) val = 80 (b) val == 80
i) How are these two different?
ii) What will be the result of (a) and (b) if the value of val is 90 initially?

d. Construct logical expressions to represent the following conditions:

i) salary is greater than or equal to 30000 but less than 35000
ii) x is even and more than 50.

e. Write the output of the following:

i) int a, b, c=12;
a=(b=7, b+2);
cout<< ”A=” <<a<< ‟\n‟<< “B=” <<b;

ii) int a=5;
int b =++a + 50;
int c = a-- + 40;
cout<<”b=” <<b << “\n” << “c=” <<c;

f. Write the corresponding C++ expressions for the following mathematical expressions:


CBSE Class 11 Computer Science Question Paper Set M Solved 1

5. a. What is meant by exit-controlled loop? Which C++ loops are exit-controlled? 

b. Briefly explain goto statement in C++ with suitable example. 

c. What is the significance of a break statement in a switch statement? Explain with an example.

d. Rewrite the following code using while loop:

int x, sum;
for(x=5, sum=0; x<25; x+=5)
sum+=x;
cout<<”sum= “<<sum;

e. Predict the output of the following C++ program:

#include<iostream.h>
void main()
{
for(int i=0; i<2; i++)
{ for(int j=1; j<=12; j=j+3)
cout<< j << ” “;
cout<<endl;
} }

f. Rewrite the following program after removing the syntactical error(s), if any. Underline each correction.

#include<iostream.h>
void main( )
{ int n1=5;
do
{ n2 =* n1;
cout<n2;
} while(n1<10) }

g. Rewrite the following code fragment using switch…case statement :

char gr;
if (gr==„A‟)
cout<<”Grade A”;
else if (gr==„B‟)
cout<<”Grade B”;
else if (gr==„C‟)
cout<<”Grade C”;
else
cout<<”Fail”;

6. a. Write a program to input three integers and print the smallest of the three. 

b. Write a program to print the following series.
1 -4 7 -10 ………… .-40

c. Write a C++ program to generate the following pattern:
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5

d. Write a program to print sum of even numbers and sum of odd numbers from a list of numbers entered by the user. The list terminates when the number entered is zero.

7. a. Write a program to accept monthly salary from the user. Find and display Bonus with the help of following rules:

Monthly Salary                                          Bonus

50001 onwards                             30% of Monthly Salary
30001 - 50000                              20% of Monthly Salary
10001 – 30000                             10% of Monthly Salary
0 – 10000                                      5% of Monthly Salary

b. Write a menu driven Program in C++ which displays the following menu:

MENU

1. Check positive or negative
2. Display the factors
3. Exit

The Program reads a choice (1, 2 or 3) from the user and performs the following : If the user enters a choice 1, read a non zero integer from the user and check if it is positive or negative.
If the choice is 2, read an integer from the user and display all its factors.
If the choice is 3, the Program terminates.
Any other choice should display an error message.
The menu should keep on displaying till the user wants it .

c. Write a program to accept the value of x and n and display the sum of the following series:
CBSE Class 11 Computer Science Question Paper Set M Solved 2

d. Write a program to accept an integer and check whether it is an Armstrong number or not and display proper message as output.

e.g . 153 is an Armstrong number, ( 153 = 13 + 53+ 33)


Please click on below link to download CBSE Class 11 Computer Science Question Paper Set M Solved

Past Exam Papers & Solutions for Class 11 Computer Science

Previous Year Question Papers: Class 11 Computer Science

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

Boost Your Exam Score with Past Papers

Practicing past question sets under timed home conditions helps refine pacing and time management skills, ensuring you complete your Computer Science examination comfortably within the official duration.

Enhance Practice with Sample Papers & Solutions

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 11 Computer Science Question Paper Set 13 Solved?

The CBSE Class 11 Computer Science Question Paper Set 13 Solved is available for download on StudiesToday.com. It includes complete set with all sections so that Class 11 students can practice with the exact same paper that came in the CBSE exams.

Are the solutions for CBSE Class 11 Computer Science Question Paper Set 13 Solved based on the official CBSE marking scheme?

Yes, the solutions for CBSE Class 11 Computer Science Question Paper Set 13 Solved are prepared by subject matter experts as per official marking scheme. Class 11 students will understand the structure of answers and 'step-marks' methodology Computer Science.

How does solving CBSE Class 11 Computer Science Question Paper Set 13 Solved help in preparing for the 2026 exams?

Solving previous year papers like CBSE Class 11 Computer Science Question Paper Set 13 Solved is important to understand repeat themes and question difficulty levels of Computer Science. It helps Class 11 students to test their time management skills too.

Can I access CBSE Class 11 Computer Science Question Paper Set 13 Solved in different languages?

Yes, where applicable, CBSE Class 11 Computer Science Question Paper Set 13 Solved is available in both English and Hindi mediums. All students from Class 11 can access Computer Science study material in their preferred language.

Is there a charge to download the CBSE Class 11 Computer Science solved papers?

No, all previous year question papers on StudiesToday, including CBSE Class 11 Computer Science Question Paper Set 13 Solved, are provided free of charge in mobile-friendly PDF.