| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Spring 2012 Assignment 8 - Completing the Registration System

Page history last edited by Dr. Ron Eaglin 12 years ago

Spring 2012 Assignment 8 - Completing the Registration System

 

Objective

 

Create interface to add data to an existing database.

 

Assignment

 

If all has gone well, you have now created a registration database and even a report of a student registration. We will now go the next step.

 

1. You will use Visual Studio or another application for writing code.

2. The primary tasks of the registration system are;

  • Enter a new student (first name and last name) into the system
  • Create a class (prefix, number, short description and long description)
  •  Offer a class (link a class offering to a semester)

 

3. These three items will need a an interface, which you are welcome to build - but this assignment has one interface that is important, allowing a student to register for a course offering. Your interface will allow the user to select a student by name from a drop down list, and a course by prefix and number from a drop down list - and have a single button "Register for Class" that will register the student for the selected class offering.

4. After the student registers for the class, they will go to a second screen where they will see their schedule.

 

Resources

 

This will help you get started on the coding part of the assignment

http://online1.daytonastate.edu/player2.php?id=bc7f621451b4f5df308a8e098112185d 

 

 

Comments (0)

You don't have permission to comment on this page.