Prethika Lab
Prethika Lab
Prethika Lab
EX NO: 1
Write a Problem Statement to define a title of the project with bounded scope of project
DATE: 5-06-23
AIM:
To prepare PROBLEM STATEMENT for E AUTHENTICATION SYSTEM project.
TITLE :
Student Mark Analyzing System
PROBLEM STATEMENT:
Student marks analyzing system has to be developed for analyzing obtained by the students
who scored in Semester Examination. The System should provide following functionalities
1. The System obtains following information’s from the faculty generates report Roll No, Name,
Department, Semester, Marks obtained in each subject.
2. The total for each student should be calculated and ranked based on total and pass in all the
subject appeared.
3. The Final report should display rank, percentage, Class, Pass/Fail Status for each student.
SCOPE :
The Student Mark Analyzing System helps in easy evaluation of the student based on the
mark obtained in the examination. It is also get results of the statistics of the result by displaying
the number of the student passed and failed in the class along with the pass percentage. The
software displays the rank list of the student.
CONCLUSION:
The problem statement, Title and Scope of the project was written successfully.
EX NO: 2
Select relevant process model to define activities and related task set for Student Mark
Analyzing System
DATE: 5-06-23
PROCESS MODEL:-
A software process model is define simplified process representation of software process
each methods represent a process from a specific perspective.
WATERFALL MODEL:-
The waterfall model is also called as ' the linear-sequential model ' or ' classic life ' cycle
model. The software development starts with requirements gathering phase. Then progress
through analysis, design, coding, testing & maintenance.
EX NO: 3
Prepare broad SRS (Software Requirement Specification) for E AUTHENTICATION
System
DATE: 8-06-23
AIM:
To prepare SRS (Software Requirement Specification)for E Authendication System
PURPOSE:
Electronic authentication is the process of establishing confidence in user identities electronically
presented to an information system. Digital authentication, or e-authentication, may be used
synonymously when referring to the authentication process that confirms or certifies a person's identity
and works. When used in conjunction with an electronic signature, it can provide evidence of
whether data received has been tampered with after being signed by its original sender. Electronic
authentication can reduce the risk of fraud and identity theft by verifying that a person is who they say
they are when performing transactions online.
SCOPE OF PROJECT:
E Authendication System have started their service with reliability of valuable customers. It
believe and always try to ensure the customers’ satisfaction. It earn the reliability through the
proper service and the customers’ satisfaction. This system is built with dependable features that
protect your data and produce accurate results for your accounting.
EXTENSIBILITY:
E Authendication System is designed to help students connect across multiple platforms. This
module allows the admin to analyse the academic performance of the students with passed and
failed students in the subjects
RESOURCES REQUIRED:-
HARDWARE SPECIFICATION:
The following hardware specification is used to develop this project
System : Pentium i3 Processor
Hard Disk : 500 GB.
Monitor : 15’’ LED
Input Devices : Keyboard, Mouse
Ram : 2 GB
SOFTWARE SPECIFICATION:
The following software specification is used to develop this project
Operating system : Windows 10
Coding Language :
Tool : Netbeans 8.2
Database : MYSQL
CONCLUSION:
The SRS (Software Requirement Specification) was prepared successfully
EX NO: 4
Prepare USE Cases and Draw Use Case Diagram using modelling Tool
DATE: 8-06-23
AIM:
To prepare USE Cases and Draw Use Case Diagram using modelling Tool for Student Mark
Analyzing System.
USE CASE DIAGRAM:
Usecase is a list of actions or events. Steps typically defining the interactions between a role
and a system to achieve a goal. The usecase diagram consists of various functionality performed
by actors like Student, Staff for Student Mark Analyzing System.
ACTORS:
A use case diagram shows the interaction between the system and entities external to the
system. These external entities are referred to as actors. Actors represent roles which may
include human users, external hardware or other systems. An actor is usually drawn as a named
stick figure, or alternatively as a class rectangle with the «actor» keyword.
USE CASE:
A use case is a single unit of meaningful work. It provides a high-level view of behavior
observable to someone or something outside the system. The notation for a use case is an ellipse .
OVERALL DIAGRAM:
STUDENT:
STAFF:
CONCLUSION:
The Usecase Diagram was drawn successfully .
EX NO: 5
Develop the activity diagram to represent flow from one activity to another for Student Mark
Analyzing System
DATE: 8-06-23
AIM:
To Develop the activity diagram to represent flow from one activity to another for Student Mark
Analyzing System.
ACTIVITY DIAGRAM:
Activity diagram is a flowchart to represent the flow of control among the activities in the
system. The flow of operation can be sequential, branched or concurrent. The activity diagram is
sometimes considered a flowchart.
1.Start node
The Black small filled circle is the standard notation for an initial state before an activity
takes place.
2. Final node
The activity symbols are the basic building block of an activity diagram. This is action state.
4.Control Flow
5. Join Node
Condition text is placed next to the decision maker to let you know under what condition an
activity flow should split off in that direction.
9.Merge Node
10. Partition
Partition also know a swim lanes which are used to represent or group action carried
out by different actors in a single thread.
ACTIVITY DIAGRAM:
CONCLUSION:
The Activity Diagram was drawn successfully .
EX NO: 6
Develop data Designs using DFD Decision Table & ER Diagram
DATE: 8-06-23
AIM:
To Develop data Designs using DFD Decision Table & ER Diagram for Student Mark Analyzing
System.
Data Flow Diagram (DFD) depicts the flow of information and the transformation applied
when a data moves in and out from a system. The overall system is represented and described
using input, processing and output in the DFD. The inputs can be:
Book request when a student requests for a book.
Library card when the student has to show or submit his/her identity as a proof.
The overall processing unit will contain the following output that a system will produce or
generate:
Book will be the output as the book demanded by the student will be given to them.
Information of demanded book should be displayed by the library information system that
can be used by the student while selecting the book which makes it easier for the student.
LEVEL 0 DFD
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 processes. Data store is used to represent this
type of information.
LEVEL 2 DFD:
CONCLUSION:
The Data Flow Diagram was drawn successfully .