S.NO
LIST OF EXPERIMENT
1
PAYROLL PROCESSING
2
ONLINE SHOPPING
3
ONLINE VOTING SYSTEM
4
BANKING SYSTEM
CONTENT BEYOND SYLLABUS
5
AIRLINE RESERVATION SYSTEM
6
LIBRARY MANAGEMENT SYSTEM
7
HOTEL MANAGEMENT SYSTEM
THEORY OF CASE TOOLS DEFINITIONS: UML (UNIFIED MODELING LANGUAGE):
Unified Modeling Language is a standard language which is used to develop the object oriented software and software development process. UML DIAGRAMS ARE: USE CASE DIAGRAM SEQUENCE DIAGRAM CLASS DIAGRAM USE CASE DIAGRAM: A Use case is a set of scenario that describes an interaction between user and a system. A Use case diagram displays the relationship among Actors and Use cases. The two main components of Use case diagrams are: 1. Use cases Functions 2. Actors-User
SEQUENCE DIAGRAM: It describes the behavior of a system by viewing the interaction between the system and its environment. Sequence diagram has two dimensions: 1. Vertical dimension represents the life time. 2. Horizontal dimension represents the object. CLASS DIAGRAM: It represents the class name, attributes and list of methods which are going to use the software development process.
1. PAYROLL PROCESSING AIM: To implement the Payroll Processing using Rational Software.
1. ALGORITHM FOR USECASE DIAGRAM: Step 1: Identify the Actors and Use cases. In this system, the actors and use case are: Actors : Employee, Administrator, System and Database. Use cases : Employee details, Validity check, Payroll processing, View and Print the salary details. Step 2: Build the relationship between actors and use cases. The Use case diagram for the payroll processing is given in Fig (1).
Employee Details
Validity Check
Administrator System
Payroll Processing
Employee View and Print the Salary Details
Database
Fig (1). Use case Diagram for payroll Processing
2. ALGORITHM FOR SEQUENCE DIAGRAM:
Step 1: Identify the objects. In this system, the objects