Answer:
Check the explanation
Explanation:
To solve the above question.
The two valid classes are:
1. Patron_identity
2. Books
Class generalization can be between Books and Patrol_identity to create a new superclass for All The Books that this patron has ever checked out.
Two valid associations can be between:
1.Patron_identity and books
2.Books and library catalogue
Answer:
LA
Explanation:
where the rich people live
Answer:
I would say material costs and hiring costs, idk if that helps or not
Answer: Virtual desktop infrastructure
Explanation:
The virtual desktop infrastructure is the virtualization technology in which the host desktop OS (operating system) is in the centralized server of the data center. The virtual desktop infrastructure is also known as server based computing as it include the variation in the computing model such as client - server model.
The example of the virtual desktop infrastructure is wallpapers, toolbars, window and folder is the stored in the server remotely.
All the other options does not involve with this technology so that is why option (D) is correct.
Adam might have forgotten to loop the guessing code, meaning that instead of letting him guess multiple times, it simply does it once and ends the program. This could be fixed by adding a while loop, or something of the sort, that doesn't let the user finish the program until they guess the number correctly, while adding to the variable that stores the number of guesses each loop.