Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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