Computer Applications Project Work 10th
Computer Applications Project Work 10th
Question 1. Write a program which will input the number of calls made and find the
telephone bill according to following rates.
UNITS CONSUMED BILL AMOUNT
Upto 100 calls Rental of Rs. 500 only
Next 200 calls Additional Rs.1.50 per call
Next 200 calls Additional Rs.2.00 per call
Rest Additional Rs.2.50 per call
Question 2. Write a program to input the values a,b,c for a quadratic equation ax2 + bx+c. Find
the value of d and accordingly comment on the nature of its roots and find the roots of the
quadratic equation.
Question 3. Write a program to input three angles, Check whether they form a triangle or not. If
triangle is formed check whether it is an acute angled, right angled or obtuse angled triangle.
Question 4. Write a program to input three sides, Check whether they form a triangle or not. If
triangle is formed check whether it is an equilateral, isosceles or scalene triangle.
Question 5. Write a program to input two numbers and find their LCM and HCF.
Question 6. Write a program to input a number and print all its prime factors.
Question 7.Write a program which will input a number and check whether it is a special
number or not. A number is said to be special if the sum of the factorials of the digits is equal
to the original number Example : 145= 1! + 4 ! + 5 ! =1+24+120=145
Question 8. Write a program which will ask the user to input a choice ch and the height of
the triangle h and print either of the following patterns based on the user’s selection.
Ch=1 h=4 output :
1
12
123
1234
Ch=2 h=5
output : 12345
1234
123
12
1
Question 11 : WAP which will input two number and check if it is a twin prime number or not.
(e.g. 3,5)
Question 14: Write a program to input a word and convert it to its PigLatin form.
Question 15: Write a program to input a word and reprint after arranging it alphabetically.
Question 16: Write a program to input a name and display it in bibliography form
Question 17 : Write a program to input a sentence. Develop a menu based upon which print:
(i)Word formed by combing first letters of each word.
(ii)Word formed by combing last letters of each word.
Question 18 :.Write a program to input a name and check whether it is a unique name or not. A
name is said to be unique in which the letters do not repeat.
Question 19: Using the switch statement, write a menu driven program to: (i) Input a sentence
and count the number of vowels present in it (ii) Input a word and check if it is a palindrome or
not A palindrome is a word which is same even after reversing the letters of the word. Eg.
MADAM, NITIN
Question 20:Write a program which will input a sentence and display the number of
1. Upper Case Letters
2. Lower Case Letters
3. Digits
4. Blank Space
5. Special Characters
Question 21:Write a program to input ten numbers each in two different arrays and find the
sum of the two arrays.
Question 22: Write a program that asks the user to enter an integer (N). Create a single-
dimensional array of N double values. Ask the user to enter the N double values to populate this
array. Sort this array in reverse (descending) order using the Bubble sort method, and print the
same on a single line, each element separated by a space
Question 24:Write a program to input the names of ten states and their capitals in two different
arrays. Input the name of a state and check whether the state is present or not. If state is present
print the state along with the capital else print appropriate message.
*****************************************
Dear Students of Class X : Kindly make the above programs in your
Practical Note Book.
Take Care of the following :
1. Question No. 1-13 has to be completed during the Summer Vacation.
2. Programs should be written in clear handwriting
3. Programs must be accompanied with variable description table
4. You must write the output .
5. Index should be maintained.
6. Check the Program for any errors.
7. The Completed Practical copy will be submitted on the day of the
Practical Examination.