Question

Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records. The...

Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records. The university’s main office needs to develop a new system to house student records and course information. You have been hired to make recommendations regarding the design of the new system. You have met with key personnel for the purposes of requirements gathering. You have analyzed the current system and the goal for the future system.

These are the items you have determined:

Faculty are grouped based on their subject matter expertise. For example, there is English faculty, CIS/IT faculty, Management faculty, etc. Every faculty group has a dean. Each professor is assigned a specific school and campus. Faculty are allowed to teach any course within their subject matter area.

Courses will have a title, but are categorized by a course code. Some courses have prerequisites, which need to be recorded so that students are not able to bypass the prerequisites.

There are various campuses within the state. For example, there is a San Francisco campus and a Los Angeles campus.

Each campus may have its own schools. For example, the Los Angeles campus has a School of Business, a School of Liberal Arts, and a School of Technology.

Each school offers multiple programs of study. For example, the School of Business may offer degrees in management, marketing, accounting, etc.

Students are required to be enrolled in a specific program of study. Each program of study has a set of core courses that need to be completed in addition to elective courses.

The university identifies each student by name, date of birth, student ID, and program of study.

Using the results from requirements gathering, write a report in which you:

Analyze the requirements and write a proposal for the university’s new database and system. You will need to organize al of the required data elements in a manner understandable to management. Your proposal should include the following:

Provide an entity-relationship model (ERM) that will fully describe the new data structure. Be sure to include all data elements.

Describe the assumptions or limitations for each relationship. For example, students are only allowed to be enrolled in one degree program at a time; faculty are confined to teaching courses within their subject matter area.

In your ER diagram, depict the primary key and foreign keys for each entity.

Suggest at least three Web applications that need to be developed for the new data management strategy.

Depending on the required time and resources for a project of this magnitude, the university has indicated they are open to outsourcing the project. Perform some research and look for vendors who develop registrar and school management database systems.

Suggest three vendors that could develop and implement a school-management database system. Explain the benefits of choosing from one of these vendors.

Compare and contrast the key benefits for each system. Examples might be full customization, a cloud-based model, scalability, strong support.

Avoid writing in an “essay” style. You are not writing an academic research paper; you are writing a proposal for a simulated real-world scenario.

Length: 3-4 pages

0 0
Add a comment Improve this question Transcribed image text
Answer #1

As per your requirement, Fly-By-Night University (FBNU) mains office needs to maintain student records and their course information.

Based on the following requirements we will have the following Entities in the ER Diagram: (underlined attributes are primary keys ):-

1. Student - Student_ID, Student_Name, CourseCode, Programme_of_Study, Date_of_Birth

2. Courses - CourseCode, Campus_ID, Prerequities, School_ID, Title (derived attributes)

3. School - School_ID, Programme_of_Study

4. Faculty - Faculty_ID, Prof_Name, Dean, CourseCode, Subject_of_Study

5. FacultyGroup - Faculty_ID, Campus_ID, School_ID, Subject_of_Study (Foreign Key)

6. Campus - Campus_ID, School_ID (Foreign Key)

Based on your requirements:

1. A campus may have its own schools

As per your requirement, Fly-By-Night University (FBNU) mains office needs to maintain student records and their course information. Based on the following requirements we will have the following Entities in the ER Diagram: (underlined attributes are primary keys): 1. Student Student ID Student_Name, CourseCode, Programme_of_Study, Date_of_Birth 2. Courses - CourseCode, Campus_ID, Prerequities, School_ID, Title (derived attributes) 3. School - School_ID, Programme_of_Study 4. Faculty - Faculty ID, Prof_Name, Dean, CourseCode, Subject_of_Study 5. FacultyGroup Faculty ID. Campus_ID, School_ID, Subiect of Study (Foreign Key) 6. Campus - Campus_ID, School ID (Foreign Key) Based on your requirements: 1. A campus may have its own schools Campus Owns School 2. Faculty may teach any course based on their subject expertise FacultyGroup Teach Courses 3. Many campuses offers many courses: Campus Offers Courses

Add a comment
Know the answer?
Add Answer to:
Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records. The...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Instructions Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records....

    Instructions Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records. The university’s main office needs to develop a new system to house student records and course information. You have been hired to make recommendations regarding the design of the new system. You have met with key personnel for the purposes of requirements gathering. You have analyzed the current system and the goal for the future system. These are the items you have determined: Faculty...

  • Create a database ER model using the following information please: A small university is in the...

    Create a database ER model using the following information please: A small university is in the process of creating its first database system, and you are the chief architect of this system. This university does not have majors, faculties, and departments, but it does have programs. A program usually has 5 courses (in real situation, a program usually has much more courses, but to make the test data preparation easier, we set this number as 5), For simplicity, all the...

  • i need help with a case analysis : Case Strategic Human Resource Management The School of...

    i need help with a case analysis : Case Strategic Human Resource Management The School of Business Administration at Old State University is one of 12 state-supported collegiate business schools in a midwestern state. It is located in a city with a population of 400,000 and a diversified industrial base. Old State University is the only state-supported institution in town. One small private college provides competition to the university’s business school. Recently, the university experienced leadership transition when Dr. George...

  • 3NF rules

    Q. Consider the following scenario and normalize the database upto 3NF - Best-East University is currently in need of a software system for course registration. The university has more than one department and each department has many courses of a particular program such as the Bach- elor and Masters program. A student may register (enroll) all or subset of offered courses for a trimester (e.g. Spring, Summer, Fall). During the registration period, a student's registration is authorized (signed) by the batch...

  • Program in IDLE: At a university, each student is assigned a system login name, which the...

    Program in IDLE: At a university, each student is assigned a system login name, which the student uses to log into the campus computer system. As part of your internship with the university's Information Technology department, you have been asked to write the code that generates system login names for students. You will use the following algorithm to generate a login name: 1) Get the first 3 characters of the student's first name. 2) Get the first 2 characters of...

  • PYTHON 3: At a university, each student is assigned a system login name, which the student...

    PYTHON 3: At a university, each student is assigned a system login name, which the student us to log into the campus computer system As part of your internship with the university's Information Technology department, you have been asked to write the code that generates system login names for students. You will use the following algorithm to generate a login name: 1) Get the first 3 characters of the student's first name 2) Get the first 2 characters of the...

  • PLEASE I NEED HELP!!! Case One: UConn’s University Information Technology Services (UITS) Develop...

    PLEASE I NEED HELP!!! Case One: UConn’s University Information Technology Services (UITS) Develops a Five-Year Strategic Plan The University of Connecticut was founded in 1881 under the name Storrs Agricultural School. As the name implies, the school was originally focused solely on agricultural studies. In 1893, the school became part of the national land-grant college program, which provided land and funding to one college in each state whose focus was on teaching practical skills in agriculture, engineering, military arts, and...

  • You have been approached by a University for the design and implementation of a relational databa...

    You have been approached by a University for the design and implementation of a relational database system that will provide information on the courses it offers, the academic departments that run the courses, the academic staff and the enrolled students. The system will be used mainly by the students and the academic staff. The requirement collection and analysis phase of the database design process provided the following data requirements for the University Database system. Using the following requirements answer this...

  • Create Datasets for the ABC University Accommodation Office using the information below.This is a list of...

    Create Datasets for the ABC University Accommodation Office using the information below.This is a list of all the datasets and data attributes that the Office needs to function. For example, a STUDENT dataset containing StudentIDNumber, StudentFirstName, etc Scenario - ABC University Accommodation Office (Student Housing) The director of the ABC University Accommodation Office requires you to design a database to assist with the administration of the office and the renting of residences to students. The requirements collection and analysis phase...

  • YOUR UNIVERSITY Purpose External and internal factors are the underlying bases of strategies formulated and implemented...

    YOUR UNIVERSITY Purpose External and internal factors are the underlying bases of strategies formulated and implemented by organizations. Your university/college faces numerous external opportunities/threats and has many internal strengths/weaknesses. The purpose of this exercise is to illustrate the process of identifying critical external and internal factors. External influences include trends in the following areas: economic, social, cultural, demographic, environmental, technological, political, legal, governmental, and competitive. External factors could include declining numbers of high school graduates; population shifts; community relations; increased...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT