1. Describe a fully developed use case to Receive new a book in the university library system and then:
o Describe (UML) Activity diagram for the Enter new patient information use case
o Develop a first-cut sequence diagram that only includes the actor and problem domain classes.
o Develop a design class diagram based on your solution. Be sure to include your controller class.
o Add the view layer classes and the data access classes to your diagram. You may do this with two separate diagrams to make them easier to work with and read.
o Explain What is the difference between designing with CRC cards and designing with sequence diagrams?
o Explain the syntax of a message on a sequence diagram.
o What is the purpose of the first-cut sequence diagram? What kinds of classes are included?
o What is the purpose of the use case controller?