0% found this document useful (0 votes)
603 views5 pages

OOP Project Proposal Library Management System.

This document presents a term project proposal for a Library Management System. The project aims to develop a computerized system to manage all daily operations of a library. It will allow users to add, update, delete and list books in the library database. The project will be developed using Dev C++ to improve library management and reduce paperwork by providing a simple, user-friendly system. The goals are to make library functions faster and minimize book loss or damage.

Uploaded by

Zain Afzaal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
603 views5 pages

OOP Project Proposal Library Management System.

This document presents a term project proposal for a Library Management System. The project aims to develop a computerized system to manage all daily operations of a library. It will allow users to add, update, delete and list books in the library database. The project will be developed using Dev C++ to improve library management and reduce paperwork by providing a simple, user-friendly system. The goals are to make library functions faster and minimize book loss or damage.

Uploaded by

Zain Afzaal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Term Project Semester Version: 1.

0
Section Date:

Department of CS AND SE

University of Gujrat

Library Management System

Submitted By:

Jawad Amjad 20011598-046

Ayesha Iftikhar 20011598-050

Zain Afzaal 20011598-138

Course Instructor:
Prof. Muhammad Jabbar

Object Oriented Programming


Dept. of CS & SE
University of Gujrat
1
Term Project Semester Version: 1.0
Section Date:

TABLE OF CONTENTS
TERM PROJECT PROPOSAL ..................................................................................... 2
1.1 INTRODUCTION........................................................................................................... 2
1.2. PROJECT TITLE: ......................................................................................................... 3
1.3. PROJECT OVERVIEW STATEMENT: ............................................................................. 3
1.4. PROJECT GOALS & OBJECTIVES: ............................................................................... 4
1.5. TOOLS AND TECHNOLOGIES USED WITH REASONING: ................................................ 5

Term Project Proposal


.1 Introduction

The library management system is all


about organizing, managing the library, and library-oriented tasks.
It also involves maintaining the database of entering new books and the
record of books.
A library management system is designed & developed to manage all
the in-house functions of a library. It handles the primary functions of a
library.
In this Library Management System project, we can enter the record of
new books, book’s author’s name and retrieve the details of books we
stored in the library. We can easily delete the book and also update book’s
information.

Object Oriented Programming


Dept. of CS & SE
University of Gujrat
2
Term Project Semester Version: 1.0
Section Date:

1.2. Project Title:

“Library Management System”


This project is capable of storing information of books in library and we can
easily delete of update them by choosing from the menu given in the project.

1.3. Project Overview statement:


This project is related to library management system. Library management
system is a project which aims in developing a computerized system to
maintain all the daily work of library. This project has many features which are
generally not available in normal library management system.

The facilities that this library management system provides are as


follows:

• Add Book: This operation is necessary when new data needs to be added
to the system. For example, when department purchases a new book, the
book’s entry is inserted in the library record. This option takes 4 inputs,
book tame, book author, no. of copies and price of the book.

• Update Book Details: This function updates details of books in the library.

• Delete Book: This operation clears the existing records of a book from the
records. It is used when a book is disposed of from library.

• List added Books: Show all the available books from the library which
you stored.

• EXIT: This takes the user out of application.

Project Overview Statement Template


Object Oriented Programming
Dept. of CS & SE
University of Gujrat
3
Term Project Semester Version: 1.0
Section Date:

Project Title: Library Management System


Project Manager: Prof. Muhammad Jabbar
Project Members:
Name Roll no# Email Address Signature

Jawad Amjad 20011598-046 [email protected] Jawad


Ayesha Iftikhar 20011598-050 [email protected] Ayesha
Zain Afzaal 20011598-138 [email protected] Zain

Project Goal:
To improve library management and reduce paperwork and providing simple manageable library
system.
Objectives:
Sr.#
1 To provide a suitable and manageable library management system.
2 Make functioning of library faster.
3 To minimize the loss done to the books.
4 To save a lot of time as less paperwork is involved.
5 To provide a user-friendly environment.
6
Project Success criteria:
To provide easy and manageable library management system for inserting, deleting and
updating books, and providing information about the books we have stored in our library.

Assumptions, Risks and Obstacles: --

Organization Address (if any):

Type of project: Research Development


Target End users:

Development Technology: Object Oriented Structured


Language: C++ Java
Other_____________________
Approved By: Prof . Muhammad Jabbar
Date: 27th July 2021

1.4. Project Goals & Objectives:

The main objective of the Library Management System is to manage the details
of Books in a library. It manages all the information about books. The project is

Object Oriented Programming


Dept. of CS & SE
University of Gujrat
4
Term Project Semester Version: 1.0
Section Date:

totally built at a user end and thus only the user is guaranteed the access.

• To provide a user-friendly environment where user can be serviced


better.
• well maintained.
• To make the existing system more efficient.
• It reduces the workload of management as most of the manual work
done is reduced.
• Make functioning of library faster.
• Provide a system where the library staff can get to know about the
defaulters and take actions.

1.5. Tools and technologies used with reasoning:

➢ Dev C++

We used dev c++ in this project for following reasons:

• Easy to find and debug issues.


• Fast compiler.
• Test page speed and performance.
• Test various network situations (e.g., /no internet connection required).

As User of Dev-C++ we can download additional libraries, or packages of


code that increase the scope and functionality of Dev-C++, such as graphics,
compression, animation, sound support and many more.

Object Oriented Programming


Dept. of CS & SE
University of Gujrat
5

You might also like