160 likes | 289 Views
In the Name Of Allaha The Most Mersiful Ever Gracious. Aslam O Alikum. Data Structure Project. Student Information System. Student Information System. Main Menu. Add & Update a student info Remove a student Search a student View all student list Exit Programe.
E N D
In the Name Of Allaha The Most Mersiful Ever Gracious Aslam O Alikum
Data Structure Project Student Information System
Student Information System Main Menu Add & Update a student info Remove a student Search a student View all student list Exit Programe
Student Information System Student Info Entry Add a new student Add student at point Update a student info Go to main menu
Student Information System Remove a student Remove at end Remove from point Remove all students Remove by roll number Remove by name Goto main menu
Student Information System Search student Search by roll number Search by name Go to main menu
Student Information System View all students View all students list View all students detail Go to main menu
Student Information System Get student info Roll number First name Last name Section Semester Marks of all subjects
Student Information System Detail of searched student Roll number First name Last name Section Semester Marks of all subjects Grade of all subjects
Student Information System Update a student info Get roll number Enter all new informatin about the selected roll number student If selected roll number not exist then message will print “Not exist .....!”
Student Information System List of all students Roll number Name Section Semester Grade
Student Information System If no student exist in list We could not access to these menus: • Remove student • Search student • View all students And message will print “Not list exist ......!”
Student Information System Add and Update student info While adding a new student • If a roll number already exist in the list, message print ”Already exist try different”. • If selected point not exist, message print ” Wrong entry........”. While updating a student info • If roll number not exist, message print”Not exist.......”
Student Information System Search a student When roll number or name is entered to search • If found result printed • If not found then the message prints ”Not found .....”
Student Information System Remove a student If the entered roll number or name not existed, message will print “Not found .....!”. If the entered roll number or name is existed, the student info will delete.