0% found this document useful (0 votes)
341 views1 page

Class 11 Computer Science Project Questions

The document provides instructions for a Computer Science project for Class 11 students. It lists 15 programming questions to be handwritten and submitted by January 12th in PDF format through a Microsoft Forms link. The questions involve checking different types of numbers, sorting and searching arrays, string manipulation, and frequency analysis. It also instructs students to complete a separate presentation-style project based on a suggested list from the CISCE website, to be submitted as a typed PDF.

Uploaded by

Bhoomi Dhoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
341 views1 page

Class 11 Computer Science Project Questions

The document provides instructions for a Computer Science project for Class 11 students. It lists 15 programming questions to be handwritten and submitted by January 12th in PDF format through a Microsoft Forms link. The questions involve checking different types of numbers, sorting and searching arrays, string manipulation, and frequency analysis. It also instructs students to complete a separate presentation-style project based on a suggested list from the CISCE website, to be submitted as a typed PDF.

Uploaded by

Bhoomi Dhoka
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

THE BISHOP’S CO-ED SCHOOL, KALYANI NAGAR

Class 11
Computer Science project questions
PART 1
KINDLY NOTE:-
a) All the programs are to be hand written.
b) Scan the written document in PDF format and submit it through Microsoft form.
c) Date of submission is 12th January 2022 through shared link (MS forms).

PROGRAM QUESTIONS
1) Write a program to accept a number from the user and check whether it is a
palindrome number.
2) Write a program to accept a number from the user and check whether it is a
Krishnamurthy or Special number.
3) Write a program to accept a number from the user and check whether it is an
Armstrong number.
4) Write a program to accept a number from the user and check whether it is an
Automorphic number.
5) Write a program to accept a number from the user and check whether it is a magic
number.
6) Write a program to store 10 numbers in a single dimensional array. Arrange the
numbers in ascending order using bubble sort technique.
7) Write a program to store 10 numbers in a single dimensional array. Arrange the
numbers in descending order using selection sort technique
8) Write a program to store 10 numbers in a single dimensional array. Ask the user a
number which is to be searched. Perform linear search. If the number is found
display the number and its index otherwise display an appropriate message.
9) Write a program to store 10 numbers in a single dimensional array in ascending
order only. Ask the user a number which is to be searched. Perform binary search.
If the number is found display the number and its index otherwise display an
appropriate message.
10)Write a program to store 10 numbers in a single dimensional array. Display all the
perfect numbers stored in array
11)Write a program to enter a word, check whether it is a palindrome word.
12)Write a program to store a sentence in a string. Reverse all the word and display
the new string.
13)Write a program to enter a name consisting of first name, middle name and
surname. Display the initials of the name for example:
INPUT: Mohandas Karamchand Gandhi. OUTPUT: M.K.Gandhi
14)Write a program to enter a sentence and a word. Display number of times the word
occurs (frequency) in the sentence.
15)Write a program to enter a sentence, display the longest word present in the
sentence.

PART 2 (Project)
PRESENTATION / MODEL BASED/ APPLICATION BASED PROGRAM.
Kindly refer to List of Suggested Projects: on official CISCE website.
https://cisce.org/UploadedFiles/PDF/25.%20ISC%20Computer%20Science(2).pdf
This program is to be submitted in typed format as a pdf document.

You might also like