You are required to design a library system for Kent Institute.Assume that there are:two campuses – Sydney and Melbourne300 VET level students400 Higher Education students20 professional staff and 40 academic staffYou need to decide how many books, journals, DVDs or other media the library holdsYour system design will consist of a number of different variables, each of which will have one or morekeys and a range of values. Specify all of these.Then specify the range of operations which will be needed for the library system.For each of these operations, discuss the most suitable sorting or searching method and why yourchosen algorithm for each operation is the most appropriate.A nearby University wants to use your system.They have:One campus25000 undergraduate students10000 postgraduate students5000 research students2000 professional staff4000 academic staffWhat changes, if any, would you make to your system for the University to be able to use it effectivelyand efficiently?