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

  Prepare the interface which has single method decode

Prepare the interface MessageDecoder which has single method decode(String cipherText) where cipherText is the message to be decoded.

  Define a class called counter

The only method that can set the counter is the one that sets it to zero. Write a program to test your class definition. (Hint: you need only one instance variable).

  Explain how decision problem is decidable

Think of the way to mark all variables A such that for some string x ∈ Σ*, A (⇒*(over)G) x. Describe algorithm in detail.

  A file containing the case study evaluation report

As an external consultant, you have been hired by a competitor, OCBIN, to analyze the way NIBCO implemented its SAP ERP system and to identify issues that when addressed would create a better outcome. You are to present your analysis in the case stud..

  Design an algorithm in pseudocode to solve

Design an algorithm in pseudocode to solve this problem. Make sure to include steps to get each input and generate each output

  Write a program that reads a java source

write a program that reads a java source file and produce index of all identifiers in the file. use the call in.useDelimeter("[^A-Za-zO-9-J]")

  Write a mips program to complete the following functions

Write a MIPS program to complete the following functions. You must write comments and follow the register convention.

  Faulty terminations and excessive horizontal wiring spans

What do you consider the single most important reason to pay attention to faulty terminations and excessive horizontal wiring spans?

  Give minimal dfa that performs as a mod

Give minimal DFA that performs as a mod-3 1's counter, i.e, outputs a 1 each time the number of 1's in the input sequence is a sequence is a multiple of 3.

  Describe how the system will identify and authenticate

Describe how the system will identify and authenticate all the users who attempt to access ABC Healthcare information resources

  Discuss the legal theories used by the plaintiff to recover

products liability research paper due week 10 and worth 250 points select a company that has been the subject of a

  Write program calculates and prints the average several int

Write a program that calculates and prints the average of several integers. Assume the last value read with scanf is the sentinel 9999

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