Book Bank System: Aim: (I) Problem Statement
Book Bank System: Aim: (I) Problem Statement
Exp.No.
Date:01-02-2021
A Book Bank lends books and magazines to member, who is registered in the system.
Also it handles the purchase of new titles for the Book Bank. Popular titles are brought into
multiple copies. Old books and magazines are removed when they are out or date or poor in
condition. A member can reserve a book or magazine that is not currently available in the
book bank, so that when it is returned or purchased by the book bank, that person is notified.
The book bank can easily create, replace and delete information about the tiles, members,
loans and reservations from the system.
INTRODUCTION
Book Bank is the interface between the students and Librarian. It aims at improving the
efficiency
in the Issue of books or magazines and reduce the complexities involved in it to the
maximum possible extent.
PURPOSE
If the entire process of 'Issue of Books or Magazines' is done in a manual manner then it would
take several months for the books or magazines to reach the applicant. Considering the fact that
the number of students for Book Bank is increasing every year, an Automated System becomes
essential to meet the demand. So this system uses several programming and database
techniques to elucidate the work involved in this process. The system has been carefully
verified and validated in order to satisfy it.
SCOPE
Exp.No.
Date:01-02-2021
DEPLOYMENT DIAGRAM
RESULT:
Thus the mini project for Book Bank System has been successfully executed and
codes are generated.
Exp.No.
Date:01-02-2021
PROBLEM STATEMENT:
Exam Registration system is used in the effective dispatch of registration form to all of the
students. This system adopts a comprehensive approach to minimize the manual work and
schedule
resources, time in a cogent manner. The core of the system is to get the online registration form
(with details such as name, reg.no etc.,) filled by the student whose testament is verified
for its genuineness by the Exam Registration System with respect to the already existing
information in the database. This forms the first and foremost step in the processing of
exam application. After the first round of verification done by the system, the information is in
turn forwarded to the Exam Controller. The application is then processed manually based on
the report given by the system. The system also provides the student the list of exam dates.
INTRODUCTION
Exam Registration System is an interface between the Student and the Exam Controller
responsible
for the Issue of Hall Ticket.
SCOPE
• The System provides an online interface to the user where they can fill in their personal
details and submit the necessary documents (may be by scanning).
• The controller concerned with the issue of hall ticket can use this system to reduce his
workload
and process the application in a speedy manner.
• Provide a communication platform between the student and the controller.
PURPOSE
If the entire process of 'Issue of Hall ticket' is done in a manual manner then it would takes
several days for the hall ticket to reach the student. Considering the fact that the number of
students for hall ticket is increasing every year, an Automated System becomes essential to
Exp.No.
Date:01-02-2021
STOCK MAINTAINANCE
PROBLEM STATEMENT
The stock maintenance system must take care of sales information of the company and must
analyze the potential of the trade. It maintains the number of items that are added or removed.
The sales
person initiates this Use case. The sales person is allowed to update information and view the
database.
INTRODUCTION
Stock maintenance is an interface between the customer and the sales person. It aims at
improving
the efficiency in maintaining the stocks.
PURPOSE
The entire process of Stock maintenance is done in a manual manner Considering the fact that
the number of customers for purchase is increasing every year, a maintenance system is
essential to meet the demand. So this system uses several programming and database
techniques to elucidate the work involved in this process.
SCOPE
• The System provides an interface to the customer where they can fill in orders for the item
needed.
• The sales person is concerned with the issue of items and can use this system.
• Provide a communication platform between the customer and the sales person
REFERENCES
IEEE Software Requirement Specification format
Exp.No.
Date:01-02-2021
DEPLOYMENT DIAGRAM
Deployment diagrams are used to visualize the topology of the physical components of a
system where the software components are deployed.
DEPLOYMENT DIAGRAM:
RESULT:
Thus the mini project for Stock Maintenance System has been successfully executed
and codes are generated.
Exp.No.
Date:01-02-2021
AIM: To create a system through which students can register to the courses desired by them.
PROBLEM STATEMENT
The system is built to be used by students and managed by an administrator. The student and
employee have to login to the system before any processing can be done. The student can see
the courses available to him/her and register to the course he/she wants. The administrator can
maintain the course details and view all the students who have registered to any course.
INTRODUCTION
Course Reservation System is an interface between the Student and the Registrar
responsible for the issue of Course. It aims at improving the efficiency in the issue of Course
and reduces the complexities involved in it to the maximum possible extent.
PURPOSE
If the entire process of 'Issue of Course' is done in a manual manner then it would
takes several months for the course to reach the applicant. An Automated System becomes
essential to meet the demand. So this system uses several programming and database
techniques to elucidate the work involved in this process.
SCOPE
▪ The System provides an online interface to the user where they can fill in their
personal details and submit the necessary documents (may be by scanning).
▪ The Registrar concerned with the issue of course can use this system to reduce his
workload and process the application in a speedy manner.
▪ Provide a communication platform between the Student and the Registrar.
Exp.No.
Date:01-02-2021
relationships.
A conceptual model is the first step before drawing a UML diagram. It helps to understand the
entities in the real world and how they interact with each other.
As UML describes the real-time systems, it is very important to make a conceptual model and
then proceed gradually.
The conceptual model of UML can be mastered by learning the following three major elements
−
● UML building blocks
● Rules to connect the building blocks
● Common mechanisms of UML
This chapter describes all the UML building blocks. The building blocks of UML can be
defined as −
● Things
● Relationships
● Diagrams
Things
Things are the most important building blocks of UML. Things can be −
● Structural
● Behavioural
● Grouping
● Annotational
Structural Things
Structural things define the static part of the model. They represent the physical and conceptual
Interface − Interface defines a set of operations, which specify the responsibility of a class.