[text] 123

Viewer

  1. : The different activities of the library of our institute pertaining to the issue and 
  2. return of the books by the members of the library and various queries regarding books as 
  3. listed below are to be automated. Perform Use Case and Activity diagram for this Library 
  4. Information System (LIS) software:
  5.  The library has 10,000 books. Each book is assigned a unique identification number 
  6. (called ISBN number). The Library clerk should be able to enter the details of the 
  7. book into the LIS through a suitable interface.
  8.  There are four categories of members of the library—undergraduate students, post 
  9. graduate students, research scholars, and faculty members.
  10.  Each library member is assigned a unique library membership code number.
  11.  Each undergraduate student can issue up to 2 books for 1 month duration.
  12.  Each postgraduate student can issue up to 4 books for 1 month duration.
  13.  Each research scholar can issue up to 6 books for 3 months duration.
  14.  Each faculty member can issue up to 10 books for six months duration.
  15.  The LIS should answer user queries regarding whether a particular book is available. 
  16. If a book is available, LIS should display the rack number in which the book is 
  17. available and the number of copies available.
  18.  LIS registers each book issued to a member. When a member returns a book, LIS 
  19. deletes the book from the member’s account and makes the book available for future
  20. issue.
  21.  Members should be allowed to reserve books which have been issued. When such a 
  22. reserved book is returned, LIS should print a slip for the concerned member to get the 
  23. book issued and should disallow issue of the book to any other member for a period of 
  24. seven days or until the member who has reserved the books gets it issued.
  25.  When a member returns a book, LIS prints a bill for the penalty charge for overdue 
  26. books. LIS calculates the penalty charge by multiplying the number of days the book 
  27. is overdue by the penalty rate.
  28.  LIS prints reminder messages for the members against whom books are over due, 
  29. upon a request by the Librarian.
  30.  LIS should allow the Librarian to create and delete member records. Each member 
  31. should be allocated a unique membership identification number which the member 
  32. can use to issue, return, and reserve books

Editor

You can edit this paste and save as new: