Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions