list of computer science practicals to be done during 2016

K.V.AFS ,JAISALMER
Subject: Computer Science (083)
Class: XII
List of Programs for Practical
S.
No.
Program
1.
Write a menu-driven program to perform following operations on string
without using built-in functions.
 Find the length of the strings
 Concatenate two strings
Declare a class containing :
 Eno
 Name
 Salary
 And required functions
Write a menu driven program :
 To create an array of 10 employees
 To display the record in ascending order of salary
Define a class in C++ with following description:
Private Members
•
A data member Flight number of type integer
•
A data member Destination of type string
•
A data member Distance of type float
•
A data member Fuel of type float
•
A member function CALFUEL() to calculate the value of Fuel
as per the following criteria
Distance
Fuel
<=1000
500
more than 1000 and <=2000 1100
more than 2000
2200
Public Members
•
A function FEEDINFO() to allow user to enter values for Flight
Number, Destination, Distance & call function CALFUEL() to
calculate the quantity of Fuel
•
A function SHOWINFO() to allow user to view the content of
all the data members
Program to illustrate order of constructor invocation.
2.
3.
4.
5.
6.
7.
8.
WAP to show constructor overloading concept.
WAP to check working of constructors and destructors in multiple
inheritances.
Date of
Experiment
APRIL
APRIL
MAY
JULY
JULY
JULY
Write a function in C++ to find the sum of the following series:
AUGUST
Write a menu driven program:
 To create a text file
 To count number of vowels, digits and words
 To read the file and display
AUGUST
1/12+1/32+1/52+1/72+…..upto N terms
Date of
Submissi
on
9.
- Uppercase vowels –lowercase vowels
- Uppercase consonants- lowercase consonants
Write a menu driven program:
 To create a text file
 To create another file using the first one which will store all the
words starting with vowel
10. Declare a class containing
 Name
 Address
 Telephone no
Write a menu driven program to:
 Append record in a file
 Display the name and address for a given telephone number
AUGUST
AUGUST
11. A blood bank maintains the record of donor: name , address , blood group
.write a menu driven program:
 To create file of donors
 To print the name of all the donors having given blood group
 To print the tabular list of donors.
12. WAP to create two arrays to store roll no and marks of some
students(working of free store operations)
AUGUST
14. Linear search in Array
SEPTEMBER
13. WAP to search for a given character inside a string and to print the string
from the point of match( function returning pointers)
15. Insertion sort in Array
SEPTEMBER
SEPTEMBER
SEPTEMBER
16. Selection Sort in Array
SEPTEMBER
18. Insertion in Linked Stack
OCTOBER
17. Pushing in stack Array
19. Insertion in Array -Queue
20. Insertion in Linked Queue
OCTOBER
OCTOBER
OCTOBER
21. Deletion in Linked Queue
OCTOBER
23. Write SQL commands and Outputs ( 15 SQL)
NOVEMBER
MID
22. Circular Queue implementation
24. Write SQL commands and Outputs
Write SQL commands and Outputs
OCTOBER
NOVEMBER
MID
NOVEMBER
MID
***************************BEST OF LUCK*************************