You are on page 1of 16

lOMoARcPSD|24803658

Software micro project-1

Computer Technology (S.A. Engineering College)

Studocu is not sponsored or endorsed by any college or university


Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)
lOMoARcPSD|24803658

MICRO PROJECT REPORT


On

develop data design using DEF'S decision table and


er-daigram for library management.

Submitted in partial fulfillment of the requirements for the diploma


Of
Diploma in COMPUTER TECHNOLOGY
Ghatol Samiksha
Golla Bhagyashree
Shinde Anjali
Under the guidance of Mrs. Poonam Patil

Department of COMPUTER TECHNOLOGY


Shivajirao’s . Jondhale polytechnic,
Ambernath ( Maharashtra)
Maharashtra State Board of technical Education
(2021-2022)

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION,


SHIVAJIRAO S. JONDHLE POLYTECHNIC, AMBERNATH(E).

MICRO PROJECT
Academic year : 2021-2022

TITLE OF PROJECT

develop data design using DEF'S decision table and


er-daigram for library management.

Program :- Computer Technology Program code: CM3I

Course :- Software engineering Course code: 22413


(SEN)

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(I)

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION,

CERTIFICATE

This is to certify that following students of 4th semester of Diploma in COMPUTER


TECHNOLOGY of Institute, Shivajirao S. Jondhle Polytechnic Ambernath(E)
(code:0147) has completed the Micro Project Satisfactorily in Subject – Software
Engineering SEN (22413) . In the academic year 2021-2022 as prescribed curriculum .

Sr no. Name of group Enrollment Seat no


members number

1. Ghatol samiksha 2001470003

2. Golla Bhagyashree 2001470005

3. Shinde Anjali 2001470006

Place :- AMBERNATH Date :-

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(II)

Group Details

Sr no Name of Roll Enrollment Seat


students no No no

1 Ghatol 907 2001470003


samiksha

2 Golla 908 2001470005


Bhagyashree

3 Shinde 922 20014700


Anjali

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(III)

INDEX

S.R Content Page no


no

01 Abstract 01

02 Introduction 02

03 What is the purpose 03

04 Level 0 DFD 04

05 Level 1 DFD 05

06 Level 2 DFD 06

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(IV)

WEEKLY PROGRESS OF MICROPROJECT REPORT

Sr Week Activity performed


no.
1. 1st Discussion of finalization of topic
2. 2nd Preparation and submission of
abstract
3. 3rd Content review
4. 4th Collection of data
5. 5th Discussion of outline and
execution of project
6. 6th Editing and proofreading of
content
7. 7th Compilation and presentation

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(V)

SEN MICROPROJECT

Title :- develop data design using DEF'S decision table and


er-daigram for library management

ABSTRACT

ER Diagram is known as Entity-Relationship Diagram, it is used to analyze


to the structure of the Database. It shows relationships between entities and
their attributes. An ER Model provides a means of communication.

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(1)

INTRODUCTION

A data-flow diagram is a way of representing a flow of data through


a process or a system (usually an information system). The DFD also provides
information about the outputs and inputs of each entity and the process itself.
A data-flow diagram has no control flow — there are no decision rules and no
loops. Specific operations based on the data can be represented by
a flowchart.[1]

Data flow diagram with data storage, data flows, function and interface There are
several notations for displaying data-flow diagrams. The notation presented
above was described in 1979 by Tom DeMarco as part of structured analysis.

For each data flow, at least one of the endpoints (source and / or destination)
must exist in a process. The refined representation of a process can be done in
another data-flow diagram, which subdivides this process into sub-processes.

The data-flow diagram is a tool that is part of structured analysis and data modeling.
When using UML, the activity diagram typically takes over the role of the data-flow
diagram. A special form of data-flow plan is a site-oriented data-flow plan.
Data-flow diagrams can be regarded as inverted Petri nets, because places in such
networks correspond to the semantics of data memories. Analogously, the Semantics
of transitions from Petri nets and data flows and functions from Data-flow diagrams
should be considered equivalent.

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(2)

WHAT IS THE PURPOSE OF A LIBRARYMANAGEMENT SYSTEM?

The purpose of a library management system is to operate a library


with efficiency and at reduced costs. The system being entirely
automated streamlines all the tasks involved in operations of the
library. The activities of book purchasing, cataloging, indexing,
circulation recording and stock checking are done by the software.
Such software eliminates the need for repetitive manual work and
minimizes the chances of errors.

The library management system software helps in reducing


operational costs. Managing a library manually is labor intensive and
an immense amount of paperwork is involved. An automated system
reduces the need for manpower and stationery. This leads to lower
operational costs.

The system saves time for both the user and the librarian. With just a
click the user can search for the books available in the library. The
librarian can answer queries with ease regarding the availability of
books. Adding, removing or editing the database is a simple process.
Adding new members or cancelling existing

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(3)

1. Level 0 DFD

2. Level 1 DFD

At this level, the system has to show or exposed with more details of
processing.
The processes that are important to be carried out are:

• Book delivery
• Search by topic

List of authors, List of Titles, List of Topics, the bookshelves from which
books can be located are some information that is required for these

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(4)

3. Level 2 DFD

Out of scope:
Other activities like purchasing of new books, replacement of old books or charging a fine are not
considered in the above system.

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(5)

CONCLUSION

Hence, we have learned to develop DFD, Decision Tables and


ER diagrams in Software Engineering.

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(6)

REFERENCE

• https://en.m.wikipedia.org › wiki Data-flow diagram – Wikipedia

• https://www.geeksforgeeks.org › df… DFD for Library Management System – GeeksforGeeks

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(7)

Shivajirao S. Jondhale Polytechnic, Ambernath (E)


Teacher Evaluation Sheet
Academic Year 2019-20

Program title develop data design using DEF'S decision table and er-daigram for
library management
Course Title & Code: SOFTWARE ENGEENERING (SEN) code : ( 22413)
Semester: fourth Semester

Aims/Benefits of the Micro-Project:

• Improved Data Sharing and Data Security.


• Effective Data Integration.
• Consistent Data That Complies With Regulations.
• Increase In Productivity Of The End User.
• Quick Decision Making.

Course Outcomes Achieved:

o Different Types Of Energy Billing System and Billing.

Skill Developed I Learning outcomes of this Micro-Project:

o Working in a team as team member.


o Practice under safety environment follow ethical practice.

Applications of this Micro- Project:

1. Application

2. Hospital

3. School

4. College

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)


lOMoARcPSD|24803658

(8)

NAME OF MARKS MARKS TOTAL


OBTAINED
THE FOR THE BY THE MARKS
STUDENT GROUP INDIVIDUAL {A+B}
PROJECT BASED ON
VIVA ‘B’
‘A’
Ghatol
Samiksha
Golla
Bhagyashree
Shinde Anjali

Downloaded by Kunal Mhatre (mhatrekunal148@gmail.com)

You might also like