Download as pdf or txt
Download as pdf or txt
You are on page 1of 12

Project Report On

“LIBRARY MANAGEMENT SYSTEM”

Submitted By -

Vikas Dattu Puri (3645)

Under the Guidance of

Prof. Renu Pareek

In partial fulfillment for the award of

BACHELOR OF TECHNOLOGY

COMPUTER SCIENCE AND ENGINEERING

Dr. Babasaheb Ambedkar Technological University, Lonere (M.S.)

Department of Computer Science & Engineering


Shreeyash College of Engineering and Technology,
Aurangabad

Maharashtra state, India


(2022-2023)
Project
Report On

“LIBRARY MANAGEMENT SYSTEM”


Submitted By -

Vikas Dattu Puri (3645)

In partial fulfillment for the award of

BACHELOR OF TECHNOLOGY COMPUTER SCIENCE AND


ENGINEERING

Dr. Babasaheb Ambedkar Technological University Lonere (M.S.)


Guided by

Prof. Renu Pareek

Department of Computer Science & Engineering


Shreeyash College of Engineering and Technology,
Aurangabad

(2022-2023)
SHREEYASH COLLEGE OF ENGINEERING & TECHNOLOGY,
AURANGABAD DEPARTMENT OF COMPUTER ENGINEERING

CERTIFICATE
This is to certify that, the project “Library Management System” submitted by

Vikas Dattu Puri (3645)

is a bonafide work completed under supervision and guidance of Prof. Renu Pareek and
it is submitted towards the partial fulfillment for award of Bachelor of Technology
(Computer Science Engineering) Degree of Dr. Babasaheb Ambedkar Technological
University,Lonere,Raigad (M.S).

Prof. Renu Pareek Prof. S.S.Mandwale


GUIDE PROJECT COORDINATOR
Computer Science and Engineering Computer Science and Engineering

Prof. P. S. Deshpande Dr. B. M. Patil


HOD PRINCIPAL
Computer Science and Engineering Shreeyash College of Engineering and
Technology

Place : Aurangabad SEAL


Date :
Examination Approval Sheet

The project report entitled

" Library Management System "


Submitted by

Vikas Dattu Puri , Exam No: T2021121242044

is approved for the degree of Bachelor of Technology (Computer Science Engineering)


Degree of Dr. Babasaheb Ambedkar Technological University, Lonere.

Internal Examiner:

External Examiner:

Place: SYCET,Aurangabad

Date:-
Certificate by Guide

This is to certify that the dissertation entitled “Library Management System”,


which is being submitted here with for the award of the Bachelor of Technology in
Computer Science and Engineering of Dr. Babasaheb Ambedkar Technological
University, Aurangabad. This is the result of the original research work and
contribution by Vikas Dattu Puri under my supervision and guidance. The work
embodied in this dissertation has not formed earlier for the basis of the award of any
degree or compatible certificate or similar title of this for any other diploma /
examination body or university to the best of my knowledge and belief.

Place: Aurangabad Prof. Renu Pareek


Date: Computer Science and Engineering
DECLARATION

I hereby declare that I have completed and written the dissertation entitled
“Library Management System”. It has not previously submitted for the basis of the
award of any degree or diploma or similar title of this for any other diploma/examining
body or university.

Date:
Place: Aurangabad Vikas Dattu Puri (3645)
INDEX

Sr. No. CONTENTS Page No

Abstract i.

Acknowledgement ii.

List of Figures iii.

List of Abbreviations iv.

1. INTRODUCTION

1.1 Introduction 1
1.2 Problem Statement 2

1.3 Purpose 3
1.4 Scope 4
1.5 Overview 4
1.6 Risk Analysis 5

2. LITERATURE SURVEY 6

3. SYSTEM SPECIFICATION 8
3.1 Product Perspective 8
3.2 Software Requirement 9

3.3 Hardware Requirements 9


3.4 Operations 10
3.5 Assumptions and Dependencies 11
3.6 Functional Requirements 11
3.7 Software System Attributes 13

4. SYSTEM DEVELOPMENT 14
4.1 Project Process Model 14
4.2 Context Level Diagram 15
4.3 DFD Levels 1 16
4.4 Data Dictionary 20
4.5 COCOMO Model 21
4.6 Use Case Diagram 23
4.7 ER Diagram 24
4.8 Testing 25

5. PERFORMANCE ANALYSIS 28
5.1 Overview 28
5.2 Testing and Validation 28
5.3 Software Metrics 28
5.4 Result Screenshots 32

6. CONCLUSION 37

7. REFERENCES 38
Abstract

The ‘Library Management system’ undertaken as a project is based on relevant technologies, which is
an attempt to automate the existing library. The project enables its user to perform all the operations
regarding a library. The project enables the user to make entry of a new book, deleting the record of a
book from the library, issuing a book to member, making entry of a new member, deleting the record of
a member from the library etc. The process model we have used for our project is Linear Sequential
because the requirements are well stated and understood before in hand. In analysis phase we analysed
the requirements of what the project will do. We collected the requirements needed to develop the
project. Then in the design phase we designed our project according to user satisfaction. We created
database to store the details of members, books in tables. We designed DFD diagrams based upon the
operations that was carrying in the project. Then cost and effort estimations are calculated and testing
and coding processes have been carried out.

Hence in the existing system for LIBRARY MANAGEMENT SYSTEM, the performance evaluation
system and the maintenance are done manually. The proposed system will maintain all the information
in a standard database and will be able to generate reports when necessary.

i
Acknowledgement

With a profound feeling of immense gratitude and affection, I would like to thank my Project
guide Prof. Renu Pareek for her continuous support, motivation, enthusiasm and guidance.
His encouragement, supervision with constructive criticism and confidence enabled me to
complete this project.

I also wish to extend my reverences to Prof. A. H. Rokade, Head of Computer Science and
Engineering Department for motivating me to put my best efforts in this project work.
I express my deep gratitude towards Dr. B. M. Patil, Principal for constant motivation and
providing necessary infrastructure.
I express my admirations for Prof. S. S. Mandwale, Project Coordinator for her valuable
advice and support throughout this venture.
Finally, graceful thanks to family, friends, colleagues and everyone who has directly or
indirectly contributed to make this project a success.

Date: - Vikas Dattu Puri (3645)


Place :- Aurangabad

ii
List of Figures

FIG .NO FIGURES PAGE NO


4.1 Context Level Diagram 15
4.2 DFD Level 1 16
4.3 DFD Level 2 17
4.4 Book Stock Management 17
4.5 Issue Book 18
4.6 Return Book 19
4.7 Search Book 19
4.8 Use Case Diagram 23
4.9 ER Diagram 24

iii
List of Abbreviations

Sr.no Abbreviations Long Form


1. LMS Library Management System

2. DBMS Database Management System

3. ODBC Open Database Connectivity

4. SQL Structured Query Language

6. LAN Local Area Network


7. CMD Command Prompt

iv

You might also like