Question: 1. Collect student information and store it in a binary data file. Each student is identified by an unique ID. The user should be able
1. Collect student information and store it in a binary data file. Each student is identified by an unique ID. The user should be able to view/edit an existing student. Do not allow the user to edit student ID.
2. Collect Course information and store it in a separate data file. Each course is identified by an unique ID. The user should be able to view/edit an existing course information. User is not allowed to edit the key field such as Course ID.
3. Collect Enrollment information. Here you allow the user to enroll students to courses. You make sure that the user types valid student id and course ID. You display the student and course information in the window. You will have to store enrollment information in a separate binary file. This file may contain the course, student ID, Year and semester information.
4. Grade Management, such as Add grades, View Grades. You will allow the user to enter student ID, year, Semester, course ID, and the grade. The user should be above to view/edit the grades.
You can create a menu driven interface to select the above options. Please see the example of how the data would be in each file.(Please note that the header row(Row with column names is not stored in the file)

Student Course name address city John 123 mainLos AngeCA susan100 roded Bev hill Dale stid state CID Cnameinstr Department CNUM 1 Cs902 intro Mony Computer Scien 1 2 CA Pate Computer Scienc 2 BUS101 intro to Hs lugwig business 25 ovelar d LA MUS101 Piano susan Arts 4 CS902Intro Anna Computer Scienc Enrollment SemesterGrade FALL FALL FALL Spring Cnum stid 2 2 Year 2015 2016 2 1 2016 2016
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
