CBSE Class 11 Computer Science Question Paper Set 14 Solved

Class 11 Computer Science Solved Question Papers: CBSE Class 11 Computer Science Question Paper Set 14 Solved

Access comprehensive previous year question papers for Class 11 Computer Science using the CBSE Class 11 Computer Science Question Paper Set 14 Solved. Designed to align with the 2026-27 CBSE academic guidelines, these solved papers help students assess their exam readiness and understand official marking schemes.

Download Class 11 Computer Science Question Paper PDF

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 the difference between CISC and RISC Computers?

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

c. What is the difference between SRAM and DRAM? 

d. What are the basic characteristics of a Microprocessor? 

e. Explain Serial Port.

f. What do you mean by Bluetooth? Explain.

g. Explain i) USB Port   ii) AGP Port

h. Write a note on:

i) Blu Ray Disc   ii) CD‟s

2.a. What is the importance of main ( ) function in C++?

b. Explain the various ways of giving comments in C++. 

c. Explain the following terms with an example:

i) Token  ii) Run-time error

3. a. What do you mean by Dynamic initialization of a variable? Give an example. 

b. What do you mean by Access modifier const. Explain with an example.

c. What are the advantages and disadvantages of floating-point numbers over integers?

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

b. Consider the following code snippet:

if(a>b)
c=a;
else
c=b;
Convert this into equivalent C++ code using conditional operator.

c. Differentiate between = and == in C++. Explain with example.

d. Construct logical expressions to represent the following conditions:
i) ch is an uppercase character
ii) weight is greater than or equal to 115 but less than 125

e. Write the output of the following:

i) int t, y, s=3;
y=(t=4, t+s);
cout<< s * t <<‟\t‟<<y;

ii) int p=50;
int s =++p + 20;
int t = p-- + 30;
cout<< ”S=” <<s << ”\n” << ”T=” <<t;

f. Write the corresponding C++ expressions for the following mathematical expressions:
i) | ex cosx | 

ii) 

CBSE Class 11 Computer Science Question Paper Set N Solved 1

5.a. What is “fall-through”? What is the significance of default clause in a switch statement? 

b. What is an Empty loop? Give an example. 

c. How are entry-controlled loops different from exit-controlled loops? 

d. Rewrite the following code using do…while loop:

for(int p=25; p<=500; p+=25)
cout<< p << “\t”;
cout<<“end of loop”;

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

#include<iostream.h>
void main( )
{ char n1,n2;
for(n1=‟H‟; n1>=‟A‟; n1-= 2)
{ for(n2=‟A‟; n2<=n1; n2++)
cout<<n2;
cout<<endl;
}}

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

#include<iostream.h>
Void main{ }
{ int i=1; s=1;
for(; i<5; s*=i, ++i)
cout>>s;
}

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

char code;
cin >> code;
if(code == „S‟)
cout<<“Summer ”;
else if(code == „W‟)
cout<<“ Winter ”;
else if(code == „R‟)
cout<<“ Rainy ”;
else
cout<<“Enter correct code”;

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

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

c. Write a program to display the following series:
1 4 7 10 …………….40

d. Write a program to input an integer and print the multiplication table of it till 10.

For example: If the number accepted is 5, the table should be printed in the format
5 * 1 = 5
5 * 2 = 10 …. Upto 5 * 10 = 50.

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

Monthly Salary                Income Tax

9000 or more           40% of monthly salary
7500 - 8999             30% of monthly salary
7499 or less             20% of monthly salary

b. Write a menu driven program which displays the following menu:

MENU

1. To reverse an integer
2. Check Odd or Even
3. Quit

The program reads a choice (1,2 or 3) from the user and perform the following:
If choice is 1, read an integer and print the number in the reversed form.(eg. If number is 567, output is 765).
If choice is 2, reads a number and check whether it is odd or even.
If choice is 3, then the program should terminate.
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 an integer and check whether it is a prime number or not and display proper message as output.

d. 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 N Solved 2


Please click on below link to download CBSE Class 11 Computer Science Question Paper Set N 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 14 Solved ensures complete preparedness by offering clear insights into historical question styles and marking expectations.

Boost Your Exam Score with Past Papers

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

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 14 Solved?

The CBSE Class 11 Computer Science Question Paper Set 14 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 14 Solved based on the official CBSE marking scheme?

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

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

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