subject
Computers and Technology, 23.03.2021 05:20 Geo777

The ACME Company has a Vehicle Tracking system which requires a system to meet the following operations: ● Employees may use vehicles owned by ACME for officially sanctioned travel. The
vehicles may be used by employees to travel to other locations on company business. The vehicles used for such travel are located in the ACME Vehicle Centre (AVC).
● For all employees the information retained includes department code and name, employee id, name and internal phone ext.

● An employee may reserve a vehicle for use. Required for a reservation is the expected departure date and return date, vehicle type required, and destination. This employee will subsequently check out and the return the vehicle. These actual dates will also be recorded as well as the identification of the Centre employee who releases the vehicle and then subsequently, the Center employee who receives it on return. When a vehicle is checked out its vehicle identification number and odometer reading is recorded. When a vehicle is returned the odometer, reading is again recorded. The employee’s department will then be internally billed at a mileage rate based on the vehicle type. Each vehicle type (e. g., sedan, minivan, minibus, etc.) has a standard mileage rate.

● All routine vehicle maintenance is performed by AVC. Each time a vehicle requires
maintenance a maintenance log entry is completed and assigned an entry number. The log includes the vehicle identification, a brief description of each type of maintenance activity required as there may be several and the log entry date. Subsequently the actual date the maintenance was completed is added as well as the name and identification of the mechanic releasing the vehicle back into service. Only mechanics that have an inspection
authorization may release a vehicle.

● Each maintenance activity associated with a maintenance log may require multiple parts. The type and quantity of parts used will be recorded as well as the identification of the mechanic performing that particular maintenance activity. AVC maintains a parts
inventory for parts such as oil, oil filters, air filters and belts of various types. Each part
kept in inventory will have an AVC part number and a description. The parts inventory is checked daily to monitor parts usage and to reorder parts that reach the “minimum quantity on hand” level.

Using the following narrative about the “ACME Vehicle Tracking”, design and document a logical data model using Erwin (or draw. io).

You should also make and document anyreasonable assumptions where you feel the case is vague or ambiguous or missing any data necessary to meet the requirements. However, you cannot ignore or overrule the requirements that are explicitly stated. Show all cardinality, prime keys and foreign keys. Use verbs to clarify your relationships. Show only the attributes that are contained explicitly in the case.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:30, bstine6678
When creating a presentation in libre office impress, where does the editing of slides take place? a. the slides panel b. the center panel c. the tasks panel, under the masters pages tab d. the tasks panel, under the layouts tab
Answers: 1
image
Computers and Technology, 24.06.2019 03:00, paguy12
What is one potential problem associated with an organization purchasing new technology early in its lifecycle
Answers: 1
image
Computers and Technology, 24.06.2019 10:30, brandon1748
You're programming an infinite loop. what must you include in your code to prevent crashes? in roblox
Answers: 2
image
Computers and Technology, 24.06.2019 17:50, mrmendrala
Create a class hand in its own module. one object of class hand represents a hand of cards and so one object stores a number of card objects. for this assignment you will submit three separate modules, one with the definition of class card, one with the definition of class hand and one with the main application that thoroughly tests class hand. class hand must contain the following four methods: 1) , numcardsinhand) takes an integer as parameter and initializes a hand object with numcardsinhand card objects inside it. these card objects are generated randomly. for simplicity, assume an infinite number of decks of cards.2) bjvalue(self) returns the blackjack value for the whole hand of cards3) ) returns a string containing all the cards in the hand4) hitme(self) adds one randomly generated card to the handcreate a main program in its own module that thoroughly tests class hand. you will have three modules/files to upload to your etudes assignment submission: card. py, hand. py and the module that contains your main program. two alternatives for extra credit - you cannot get credit for both! (+1 point): after you have thoroughly tested the class hand and all of its methods, add code to your main program that stores one hand object as a pickle file and reads it back into a new hand object. you are only eligible for this extra credit if class hand has all four of the methods above working. or(+2 points): after you have thoroughly tested the class hand and all of its methods, add code to your main program that stores one hand object as a text file on the disk and reads it back into a new hand object. you are only eligible for this extra credit if class hand has all four of the methods above working. notes: -start by making any and all modifications suggested by my comments to your previous submission of class card from assignment #6 "a robust card object"-once your class card is tested and working well, you will not make any further modifications to it for the purposes of class hand.-you can keep the test code for class card intact. if it is indented inside an if __name__ == "__main__", then it will not be executed when your main program's module imports it.-to save time, write and test one method for class hand at a time.-under no circumstances are you to attempt the extra credit until you are completely finished with writing and testing all the methods in class hand.
Answers: 3
You know the right answer?
The ACME Company has a Vehicle Tracking system which requires a system to meet the following operati...

Questions in other subjects:

Konu
Mathematics, 06.11.2019 21:31