Vous êtes sur la page 1sur 1

EE2304 Fundamentals of Computer and Software Engineering

Assignment C

Data Manupulation

Write database-type program for students of your batch. Program should process and store the acadamic related data of students. Some of the features of the program may be formulated as follows. Students data: Name, Address, Index Number, marks for each module in 1-8 semesters. Module Name and number also should be included. .. Functions on each Students Data: Calculate Grade and Grade Point for each module and OGPA. List modules having a given grade, List modules in ascending/descending order of marks, List best/worst module. .. Functions on all students List Students in ascending/descending order of OGPA, Find best/worst student based on OGPA. List Students in alphabetical order of names, Search and show information on a student of given Index number/name. .. Store all data in a disk le. Program initially may read data from the user or by opening the data le. Program also allow the user to add/delete entries for students/modules.

Note
Programs should be menu driven and include appropriate error handling. Source code should be edible and neat. Also should include sensible comments. Use structures, functions, arrays, where appropriate. Submit the source le via LMS on or before 22.00 h, 9 Sept 2011. Name the source le as ac_yyxxx.c where yy is the year of admission and xxx is your index number. You should defend your program on 10 and 12 Sept 2011 from 8.30h onwards. Schedule will follow.

Vous aimerez peut-être aussi