UNIX- -Case study - Library management.


 
Thread Tools Search this Thread
Top Forums Programming UNIX- -Case study - Library management.
# 1  
Old 06-23-2009
UNIX- -Case study - Library management.

Hi..
I am a new joinee to this foram.I need to submit a case study in UNIX .Please help me to submit the case study by giving your valuable ideas.It will be very helpful for me.

Topic: Unix File Management

A university wants to computerize its Library operations because of increasing volumes of books and number of users.
  • The library has various category of users, such as library staff, teachers, and students.
  • It has stock of books, journals and magazines. They are planning to add other items to the library such as software floppies, tapes and CD.
  • They would like to generate information about books available based on the book-id or title.
  • A users' list is to be maintained and updated from time to time.
  • The operations such as issues and returns have to be taken care of the system.
  • The system should also enable the library staff to issue reminders and follow them up suitably.
  • It should also be possible to handle exceptional cases such as lost books or retrieval of the books which were supposed to have been lost.
# 2  
Old 06-23-2009
As long as I am aware homework can not be posted in this forum. Please see https://www.unix.com/misc.php?do=cfrules
# 3  
Old 06-23-2009
Oh..sorry....then may i get any idea to do this...?

Really I m intersted in doing this case study..if it was not a valid post please ignore it.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Case Study help

Create a Data file with below fields and “|” as delimitor (ac_bal.dat): A/c No, A/c name ,A/c balance. 1| Mani |1000.00 2| Vikram|1500.00 Create another file say (ac_bal.ctl) which file structure as Files name, record count ,total balances Ac_bal.dat|2|3500.00 Please... (1 Reply)
Discussion started by: Manikanth_V
1 Replies
Login or Register to Ask a Question