Practical List - XII CS and XII IP
CLASS XII COMPUTER SCIENCE PRACTICAL 1. Write a program to sum first N terms of the following Series 1 + X/2! + X2/4! + X3/6! +X4/8! + ……………………… 2. To display the list of students who have failed in more than one subject. (using structure) 3. To find largest and smallest element in an array. 4. Calculation of area of triangle, rectangle and circle using function overloading concept. 5. In a class Flight, calculate the quantity of fuel using class and object concept. 6. Menu based program to display information of student according to roll no and also the information of student obtaining the highest marks. 7. Calculation of price of a material in a class Clothing with constructor. 8. Implementation of hierarchical inheritance using a single base class and two derived class. 9. To count the no. of alphabets, digits, spaces, other characters and no. of lines in a text file. 10. Modifying a record in a binary file “COLONY.DAT” using str...