Question

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:

  1. 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.
  2. 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.
  3. There are various campuses within the state. For example, there is a San Francisco campus and a Los Angeles campus.
  4. 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.
  5. Each school offers multiple programs of study. For example, the School of Business may offer degrees in management, marketing, accounting, etc.
  6. 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.
  7. 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:

  1. 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:
    1. Provide an entity-relationship model (ERM) that will fully describe the new data structure. Be sure to include all data elements.
    2. 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.
  2. In your ER diagram, depict the primary key and foreign keys for each entity.
  3. Suggest at least three Web applications that need to be developed for the new data management strategy.
  4. 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.
  5. Suggest three vendors that could develop and implement a school-management database system. Explain the benefits of choosing from one of these vendors.
  6. 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.

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

format,webp

##That is all about your answer............please upvote my answer..........please........

Add a comment
Know the answer?
Add Answer to:
Instructions Fly-By-Night University (FBNU) has several campuses and has recently decided to centralize their student records....
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
  • 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...

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

  • Create an ER Diagram showing all entities and relationships that describe the scenario below: You are...

    Create an ER Diagram showing all entities and relationships that describe the scenario below: You are commissioned to design a database to keep records of a small college. You talked with various key members of this community and obtained the following information: The college keeps information about students and student performance. Every student is known by her/his first name, initials and last name. They are also identified by a unique StudentID provided by the University. Every student also belongs to...

  • This case is a simplified (initial draft) of a new system for the University Library. Of...

    This case is a simplified (initial draft) of a new system for the University Library. Of course, the library system must keep track of books. Information is maintained about both book titles and the individual book copies. Book titles maintain information about title, author, publisher, and catalog number. Individual copies maintain copy number, edition, publication year, ISBN, book status (whether it is on the shelf or loaned out), and date due back in. The library also keeps track of patrons...

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

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