Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
47 views8 pages

IP Library Management Project

The document outlines the key steps to developing a project: (1) identifying the project idea and its usefulness, (2) defining roles and a plan with timeframes, (3) providing guidance when needed, and (4) reviewing the outcome. It then discusses the hardware (computers, laptops, phones) and software (MySQL, Python, CVS, Word) used in a library management system project. The project uses MySQL to create databases and tables to store book and user information. Teamwork is emphasized as bringing diverse perspectives, increasing success, and cultivating strong communication.

Uploaded by

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

IP Library Management Project

The document outlines the key steps to developing a project: (1) identifying the project idea and its usefulness, (2) defining roles and a plan with timeframes, (3) providing guidance when needed, and (4) reviewing the outcome. It then discusses the hardware (computers, laptops, phones) and software (MySQL, Python, CVS, Word) used in a library management system project. The project uses MySQL to create databases and tables to store book and user information. Teamwork is emphasized as bringing diverse perspectives, increasing success, and cultivating strong communication.

Uploaded by

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

PROJECT

DEVELOPMENT
APPROACHES FOR SOLVING
PROJECTS
(1) Identification of a project: The project idea may come through any real
life situation. One needs to understand the usefulness of the project and
its impact. Students must be encouraged to undertake interdisciplinary
projects.
(2) Defining a plan: Normally for any kind of project, there are several
project members involved in it. One project leader has to be identified.
The roles of the project leader and each member have to be clearly
defined. Students who are performing a project must be assigned with
specific activities. The various tools for executing these activities must
be known. To obtain a better solution, one should always think of the
extreme situations.
(3) Fixing a time frame and processing: Every project is a time relevant
project. A student must understand the importance of time frame for
completion of the project. All activities which are performed in the
projects require a certain amount of time. Every project must be well
structured and at the same time it must be flexible in it time frame.
(4) Providing guidance and monitoring a project: Many times, the
participants in the project get stuck up with a particular process and it
becomes impossible to proceed further. In such a case, they need
guidance, which can be obtained from various resources such a books,
websites and experts in the field. While it is essential that the project
leader should ensure monitoring of the project, the guide teacher also
helps in monitoring the project.
(5) Outcome of a project: one needs to understand thoroughly the outcome
of a project. The outcome can be single, or it can be multiple. The
output of a project can be peer reviewed and can be modified as per the
feedback of the guide teacher or other users.

HARDWARE AND
SOFTWARE
The hardware used for the project are :
 Computer
 Laptop
 Android phone
The software used for the project are :
 MySQL- MySQL is an open source Relational Database Management
System. MySQL is a fast reliable and flexible Database Management
System. It provides a very high performance and it is multi threaded and
multi user Relational Database Management System.
 Python- Python is a general purpose advanced level programming
language used by developers for data analysis, we development, and
machine learning.
 CVS-Concurrent Versions System is a program that lets a code developer
save and retrieve different development versions of source code.
 Microsoft Office Word- Microsoft Office Word is a word processing
program that allows for the creation of both simple and complex
documents.
SOURCE CODE
For MySQL:
create database library_app;
use library_app;
create table books
(bname varchar(50),
author varchar(50),
total int(50),
subject varchar(50));

create table issue


(name varchar(50),
regno varchar(50),
bcode int(50),
issue_date varchar(50));

create table return


(name varchar(50),
regno varchar(50),
bcode int(50),
return_date varchar(50));
Tables:
1) Select * from Books:
2) Select * from Issue:
3) Select * from Return_
CONCLUSION
The Library Management System needs to be computerised to reduce human
errors and to increase the efficiency. The proposed Library Management
System in this proposal will be a computerised management system developed
to maintain all the daily work of library. Library management systems are
designed to store all the information about books and members. The main
focus of this project is to lessen human effort and encourage efficient record
keeping. This project helps people save their valuable time and overall
improves efficiency.
TEAMWORK
Team work is the combined action of a group, especially when effective and
efficient. Teamwork benefits from differing perspectives and feedback. A team
environment allows individuals to bring their diverse perspectives to problem
solving, which in turn increases their success at arriving at solutions more
efficiently and effectively. It also leads to learning and can improve efficiency
and productivity. One person working on a project is always going to take
longer to complete it in comparison to the collaborative efforts of many.
Efficiency rules when work is appropriately divided within a team,
responsibilities are shared, and tasks are more likely to be finished within a set
time frame. Good teamwork also enhances group outcomes and the
measureable effectiveness of organizations. Teamwork cultivates
communication and strong work relationships. Great team communication is
founded on a desire for mutual understanding and trust. When a team works
on a project as one unit, the sense of accomplishment we experience expands
beyond our individual achievements. Overall teamwork brings an expanded
sense of accomplishment.

You might also like