Tasked with satisfying the audio/visual

Assignment Help Basic Computer Science
Reference no: EM13977289

Media Support Services (MSS) is tasked with satisfying the Audio/Visual (AV) needs of the university across its major functions. For example, the MSS group is in charge of installing interactive technologies in classrooms, conference rooms and even in operating theatres across the campus. It goes without saying that MSS manages a large inventory of devices. You have been asked to develop a database solution for MSS that keeps track of their inventory across campus, manages MSS projects across campus.

Draw an ERD for the scenarios below. Ensure that your diagram is complete such that it includes: all primary and foreign key attributes, all non-key attributes and all associative entities. For this assignment, ensure that where a M:N relationship is identified, you fully specify the associative entity - do not stop at descriptions of relationship attributes.

  1. MSS maintains a list of device types that it supports. Each device type is described by a unique device id number, a service start date (the date when MSS began to stock this device) and a service end date (the date that MSS plans to stop supporting this device). Every device has a model code. These need to be recorded as well. Finally MSS wants to track the quantity it has on hand for each device type (QoH). (10pts)
  2. Every device has a manufacturer. Manufacturers are described by a unique id, a name, a quality rating, a support telephone number and a vendor contact name. MSS often stocks many devices produced by the same manufacturer. There is never a need to store a manufacturer from which MSS has purchased no device type. (10pts)
  3. MSS stocks many units of each device type. Each unit is identified by its device type id and a serial number. MSS wants to keep track of the date it received delivery for each and every unit it has in-stock. If a unit has been deployed to a room on campus (i.e. classroom, surgical theater, conference room etc), then MSS needs to record the date of its deployment. (15pts)
  4. The rooms to which MSS devices are deployed need to be recorded. A given room (i.e. classroom, surgical theater etc) may contain several MSS devices. A given MSS device may be deployed, rather obviously, to only one room, and where the device is still in the MSS store room, it is deployed to no room. Rooms are identified by a building code, a room number, and a primary room function. Because there is a known and finite set of room functions, MSS would like to maintain a standard list of room functions. Each room function has a function code, a function name, and a function description. Some rooms have several functions. All rooms must have a function. Because there is a known and finite set of buildings on campus, MSS would like to maintain a standard list of buildings. Buildings are identified by building code. They are described by their street address and by their name. In addition, MSS would like to record whether or not the building is part of the Monroe Park Campus or not. Every room must be located within a building.Allbuildings contain multiple rooms. (20pts)
  5. MSS is engaged in many projects across campus. A project is a request by a University department for the installation of devices in either a single room, or in several rooms. A given room may have been the focus of many projects over time. The actual date of completion of work on a particular room that results from a particular project must be stored. Work on a particular room as part of a particular project entails the installation of device units. Many device units may be installed in a particular room as a result of a particular project. A project has a unique project code, a start date, a projected end date and an estimated cost. (20pts)
  6. MSS keeps a record of all University departments for which it has initiated projects. It is possible that a department has initiated several projects over time. Departments do not collaborate on projects, each project is initiated by one department. All departments have a budget code which uniquely identifies them. MSS also needs to record the names of the departments and the name, phone number and email address of its contact within each department. (10pts)
  7. Finally, each MSS project is assigned to one or more of MSS's project managers. A particular project can be assigned to many project managers, however, over time, a project manager would have completed several projects. MSS maintains a record of every project it has undertaken. Each project manager working on a project must give an evaluation of the project. MSS wants to store these evaluations. A project manager is identified by an employee identification number. Other characteristics of project managers are their first and last name, certifications, and hire date.

Reference no: EM13977289

Questions Cloud

How much additional charge flow from battery onto capacitor : A 2900 pF air-gap capacitor is connected to a 7.4 V battery. If a dielectric with a dielectric constant of 5.5 is now placed between the plates, how much additional charge will flow from the battery onto the capacitor?
Conduct an environmental scan for your chosen company : Conduct an environmental scan for your chosen company to identify key trends. For each of the five environmental forces (social, economic, technological, competitive, and regulatory), identify trends likely to influence your company's marketing e..
Making the decision on that case that your choosing : In the decision on that case, what kind of sources does the court seems to rely on the most in making the decision on that case that your choosing?
What is the balls speed : A tether ball is on a 2.0 m long string that makes an abd of 60 degrees with vertical as it moves around the poke in a horizontal plane. If the mass of the ball is 0.40 kg, what is the balls speed?
Tasked with satisfying the audio/visual : Media Support Services (MSS) is tasked with satisfying the Audio/Visual (AV) needs of the university across its major functions. For example, the MSS group is in charge of installing interactive technologies in classrooms, conference rooms and even i..
What is the object''s speed after the impulse : A 2kg object is moving to the right with a speed of 4m/s when it experiences an impulse of 6Ns . What is the object's speed after the impulse?
World cultures using proper writing mechanics : Explain the importance of situating a society's cultural and artistic expressions within a historical context.
What is the final speed of particle one : Particle one of mass m initially moves to the right at v. Particle two of mass 4m is initially at rest. After they undergo an elastic collision, particle one moves directly down. What is the final speed of particle one?
What is it pe 8m above the ground : A ball is held a distance of 20m above the ground. It's mass 6kg. what is it's potential energy(PE) at this point? the ball dropped. What is it's PE 8m above the ground?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Write an instruction sequence to swap the upper four bits

Write an instruction sequence to swap the upper four bits and the lower four bits of accumulator A(swap bit 7 with bit 3, bit 6 with bit 2, and so on).

  Run make to build the executable

Copy the directory lab5 from the cis18b directory. This is the directory where you will do your work for Module 5 lab. In this directory are some source files that work together to allow the user to multiply 2 integers (yes, the code is a no-brain..

  Find all the sections associated with the course

Find the names of faculty who have taught every course that is being taught by John Nick in Spring 2010. Give an expression in Relational alegebra and domain relational calculus.

  Create disaster recovery plan with a plan for system

Create Disaster Recovery Plan with a plan for system and network recovery, for a medium sized federal contractor whose main office is located in an area prone to natural disasters.

  Calculating flight times

Chapter 1 Programming Challenges #3 Training Workshops and #4 Investment Tracking. Chapter 2 Programming Challenges #3 Winter Sports Rentals and #5 Calculating Flight Times

  Find the solution for the given initail value problem

find the solution for the given initail value problem y'' + 2y'+5y=4e^-t cos2t, y(0)=1, y'(0)=0:

  How consider the un-pipelined processor

Consider the un-pipelined processor

  How can laser be tipped before light no longer continues

If a laser is to be pointed into the end of the fibre, but is "tipped" to one side by θ degrees, how much can the laser be "tipped" before the light no longer continues down the fibre?

  How many clock cycles are needed

Indicate data dependency in the code below. Assuming there is no forwarding in the pipeline, howmany clock cycles are needed to finish the program? If full forwarding is used, how many clock cycles are needed?

  Crm applications

CRM Applications In the chapter we mentioned that many CRM installations have been less than successful.

  What is the new functionality

What are the main concepts and metaphors that have been used for each and what is the new functionality

  Design linked list class hold customer name and phone number

Design your own linked list (LL) class to hold customer names and phone numbers. The class should have member functions for appending, inserting, deleting, searching and displaying nodes.

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