Library Inventory System - Kuna

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Library Inventory System

Title: Library Inventory System Version 1.0


An integrated library system (ILS), also known as a library management system (LMS), is an enterprise resource planning system for a library, used to track items owned, orders made, bills paid, and person who have borrowed. An LIS usually comprises a relational database, software to interact with that database, and two graphical user interfaces (one for persons, one for staff). Most LISes separate software functions into discrete programs called modules, each of them integrated with a unified interface. Examples of modules might include: * acquisitions (ordering, receiving, and invoicing materials) * cataloging (classifying and indexing materials) * circulation (lending materials to patrons and receiving them back) * serials (tracking magazine and newspaper holdings) * the OPAC (public interface for users) Each patron and item has a unique ID in the database that allows the ILS to track its activity. C is one of the most popular programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C is an imperative systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language. Despite its low-level capabilities, the language was designed to encourage crossplatform programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with few changes to its source code.

Student result system

The purpose this documents is to present a detailed description of the Student Result Management System. It will explain the purpose and features of the software, the interfaces of the software, what the software will do, the constraints under which it must operates and how the software will react to external stimuli. This document is intended for both the end users and the developers of the software. C is one of the most popular programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C. C is an imperative systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language. Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with few changes to its source code. The language has become available on a very wide range of platforms, from embedded microcontrollers to supercomputers.

You might also like