subject

For each of the descriptions below, perform the following tasks:
i) identify the degree and cardinalities of the relationship.
ii) express the entities and the relationships with attributes in each description graphically with an e-r diagram
a piano manufacturer wants to keep track of all the pianos it makes individually. each piano has an identifying serial number and a manufacturing completion date. each instrument represents exactly one piano model, all of which have an identification number and a name. in addition, the company wants to maintain information about the designer of the model. over time, the company often manufactures thousands of pianos of a certain model, and the model design is specified before any single piano exists. (20p)
a piano manufacturer (see (e) above) employs piano technicians who are responsible for inspecting the instruments before they are shipped to the customers. each piano is inspected by at least two technicians (identified by their employee number). for each separate inspection, the company needs to record its date and a quality evaluation grade. (14p)
the piano technicians (see (f) above) have a hierarchy of reporting relationships: some of them have supervisory responsibilities in addition to their inspection role and have multiple other technicians report to them. the supervisors themselves report to the chief technician of the company. (10p)
a vendor builds multiple types of tablet computers. each type has a type identification number and a name. the key specifications for each type include amount of storage space and display type. the company uses multiple processor types, exactly one of which is used for a specific tablet computer type; obviously, the same processor can be used in multiple types of tablets. each processor has a manufacturer and a manufacturer’s unique code that identifies it. (13p)
each individual tablet computer manufactured by the vendor (see h above) is identified by the type identification number and a serial number that is unique within the type identification. the vendor wants to maintain information about when each tablet is shipped to a customer. (17p)
each of the tablet computer types (see (h) above) has a specific operating system. each technician the company employs is certified to assemble a specific tablet type – operating system combination. the validity of a certification starts on the day the employee passes a certification examination for the combination, and the certification is valid for a specific period of time that varies depending on tablet type – operating system combination. (11p)
grading schema:
1)correct answer for degree in i) – 1p
2)correct answer for cardinalities in i) – 1p
3)entity with complete set of attributes including key attributes +4p
4)incomplete set of attributes – (minus)-1p
5)absence of key attributes if they defined – (minus)-1p
6)no or wrong attributes – (minus)-1p
7)relationship with attributes +4p
8)wrong left arrowhead – (minus)-1p
9)wrong right arrowhead – (minus)-1p
10)absence of relationship attributes – (minus)-1p
11)relationship without attributes +3p
12)wrong left arrowhead – (minus)-1p
13)wrong right arrowhead – (minus)-1p

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:30
Given the following code: if (n == 2) { k -= 2; } else if (n == 3) { k -= 3; } can be rewritten as: if (< condition > ) { < assignment statement > ; } assume that evaluating < condition > does not change the values stored in n and k. which of the following could be used as < assignment statement > ? k -= n; k -= 1; k -= 2; k += n; k = n - k;
Answers: 2
question
Computers and Technology, 22.06.2019 10:10
3. bob is arguing that if you use output feedback (ofb) mode twice in a row to encrypt a long message, m, using the same key each time, it will be more secure. explain why bob is wrong, no matter what encryption algorithm he is using for block encryption (15 points).
Answers: 3
question
Computers and Technology, 22.06.2019 11:00
Which law requires employers to provide safe working environments for their employees? a. civil rights act b. fair labor standards act c. occupational safety and health act d. wagner act
Answers: 1
question
Computers and Technology, 23.06.2019 00:10
Write a function so that the main0 code below can be replaced by the simpler code that calls function mphandminutes tomiles0. original main0 int main) l double milesperhour-70.0; double minutestraveled = 100.0; double hourstraveled; double milestraveled; hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; cout < "miles" 2 using namespace std; 4 /* your solution goes here/ 6 int maino 1 test passed 7 double milesperhour 70.0 all tests passed 8 double minutestraveled 100.0; 10 cout < < "miles: " < < mphandminutestomiles(milesper-hour, minutestraveled) < < endl; 12 return 0; 13
Answers: 1
You know the right answer?
For each of the descriptions below, perform the following tasks:
i) identify the degree and...
Questions
question
Mathematics, 12.09.2019 08:20
Questions on the website: 13722361