Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write program for exercises You will write a Graphical User Interface(GUI) application to manage student information system. The application should allow: 1. Collect student information

Write program for exercises

You will write a Graphical User Interface(GUI) application to manage student information system. The application should allow:

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 student to edit 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.

5. Reports. Allows the user to enter year and course. Display the list all students along with their grades.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

To develop a Graphical User Interface GUI application for managing a student information system with the functionalities described you can use a progr... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Business Ethics

Authors: Peter A. Stanwick, Sarah D. Stanwick

3rd Edition

1506303234, 9781506303239

More Books

Students also viewed these Programming questions

Question

Solve the following 1,4 3 2TT 5x- 1+ (15 x) dx 5X

Answered: 1 week ago