Question
Java Class University has been doing their student registration process manually since its inception. You have been approached by the Registrars Office and asked to
Java Class
University has been doing their student registration process manually since its inception. You have been approached by the Registrars Office and asked to submit a proposal to automate this process.
When completed, this application should accomplish the following:
Allow courses and course sections to be added, modified, and deleted
Allow students to be added, modified, and deleted
Allow students to register for courses
Allow grades to be entered for each student
Create a course catalog
Create a student directory
Create a grade report for each student
1.) List the data needed to provide the functionality required. Assume the data will be stored in separate files. For each file, list the name of the file and data elements needed. Include a description of the data, the variable name you would use, and the data type.
For example, if we were designing an Inventory system, one file might look like this:
INVENTORY
DESCRIPTION | VARIABLE | TYPE |
Item Number | strItemNo | String |
Item Description | strItemDesc | String |
Quantity On Hand | intQtyOnHand | Integer |
Last Order Date | dtLastOrder | Date |
You must have the number of files with sufficient elements needed to provide the minimum functionality required.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started