The southern tiny college to develop student registration

Assignment Help Basic Computer Science
Reference no: EM13696128

You have been employed by the Southern Tiny College to develop Student Registration System. To understand the functions of Registrar Office, you have spent some time talking to various personnel in the Registrar Office and also you've examined some of the forms used for student registration and class rolls. Your notes include the following observations:

  • Students are not allowed to register in a course for which the student does not have pre-requisites.
  • Students cannot enroll in more than 18 credit hours in a semester.


The office of the Registrar maintains data on

  • Courses and pre-requisites
  • Students
  • Class schedules
  • Student registration data


However, the system requires more data such as courses, professors, employees (of the college), departments.

You are going to develop Enrollment application so that students can register for classes. This application will allow

  • students to do registration (that means add new records to the Enroll table).
  • students to make changes in their registration (add/drop)
  • registrar's office staff to add/edit records in Student table, Courses table, Professor table, Class Schedule table
  • view data from any table



Following rules apply:

  • Records in Student, Professor, Employee, Pre-requisite tables are added, edited and deleted by only Registrar office staff.
  • Professors and registrar office staff can register (and add/drop) any student in one or more course.
  • A student can add/drop class for himself/herself.
  • When student registers for a class, the record is added to the Enroll table.


Given these brief notes, I have designed the database for you to use in your application development. The database has following tables:

Class (class schedule) - schedule of classes for students to choose when registering.
Course - course catalog with course pre-requisites
Student
Professor
Department (department in which a professor belongs))
Employee
Enroll (student registration data are saved in this table)

I have created MS Access database. The name of the database is CFProjectSP15.mdb. You will use this database to develop and test your application. Please, carefully review the database structure, each table's attributes and the ERD.

Table attributes:

STUDENT (STU_NUM, STU_LNAME, STU_FNAME, STU_INIT, STU_DOB, STU_HRS, STU_CLASS, STU_GPA, STU_TRANSFER, DEPT_CODE, STU_PHONE, PROF_NUM)


ENROLL (YEAR, SEMESTER, CRN, STU_NUM, CLASS_CODE, STU_GRADE)


COURSE (CRS_CODE, DEPT_CODE, CRS_DESCRIPTION, CRS_CREDIT, PREREQ_1, PREREQ_2)


EMPLOYEE (EMP_NUM, EMP_LNAME, EMP_FNAME, EMP_INIT, EMP_CLASS, DEPT_CODE)

CLASS (CRN, CRS_CODE, CLASS_SECTION, CLASS_TIME, ROOM_CODE, PROF_NUM)


PROFESSOR (EMP_NUM, DEPT_CODE, PROF_OFFICE, PROF_EXTENSION, PROF_HIGH_DEGREE)

DEPARTMENT (DEPT_CODE, DEPT_NAME, SCHOOL_CODE, EMP_NUM, DEPT_ADDRESS, DEPT_EXTENSION)


The ERD for the above entities is drawn below.


It is recommended that you develop the application locally on your computer. Also download ColdFusion 10 Developer Edition from Adobe website. It is free software.

You will create database connection (ODBC) and give the name of the Data Source Name (DSN) stcenroll. Use this DSN in your ColdFusion programs.

You MUST follow this requirement:

In order for me to run your application on my computer, it is necessary that your use stcenroll as the DSN.

Develop the application in ColdFusion 10 to insert, edit and maintain database. Your application will have following features:

1. Welcome and Login Page.
2. Login for student (User ID is student id and password is professor id)
3. Login for employee (User ID is employee number and password is department code)
4. Main menu displaying options (Add, Edit, Delete, Search) for the user (student or employee) to select
5. Add sub-menu to add records in tables.
6. Edit sub-menu to modify records in tables.
7. Delete sub-menu to delete records in tables.
8. Search sub-menu to search records in tables.
The user should be able to navigate from one page to other page with consistent menu displayed.

 

Reference no: EM13696128

Questions Cloud

Prevent race conditions in kernel code for a uni-processor : In early Unix kernels the approach used to avoid race conditions in kernel code was to use a combination of the following two techniques: (i) non- preemptive scheduling of threads when they are running in privileged mode and (ii) interrupt disabli..
Perform dynamic address translation : Perform dynamic address translation
Computer forensics examiner get involved with, and how : Other than the two basic types of computer crimes above, what non-computer crimes might a computer forensics examiner get involved with, and how?
The convergence of different devices such as cameras : Think about how mobile our computing devices have become and the convergence of different devices such as cameras, phones, and computers. What do you think the computer of the future will be like? What capabilities will it have that computers ..
The southern tiny college to develop student registration : You have been employed by the Southern Tiny College to develop Student Registration System. To understand the functions of Registrar Office, you have spent some time talking to various personnel in the Registrar Office and also you've examined ..
A company is considering creating and selling : A company is considering creating and selling a new type of cookies. Create a report explaining the research process that should be used by the company to make this decision. Your report should answer the following questions:
Starbucks case study : Supported by evidence from your textbook, the "Starbucks" case study, and other research, describe two forces that you believe shape the relationship between business and society. Provide two examples, one for each force you select. Be specific..
Memphis office was booked to capacity within two months : Use a word processor to draft an email message to Sparks, introducing yourself and your business and asking for a meeting at which you would present your business plan in more detail. Explain that your Memphis office was booked to capacity wit..
An accident victim has received a structured settlement : (TCO B) An accident victim has received a structured settlement. According to the terms of the agreement, the victim will receive $10,000 per year at the end of each year for the next 10 years. Additionally, the victim will receive $20,000 in 1..

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd