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.
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..
|