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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!