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

College Management System - Doc1 Final

Uploaded by

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

College Management System - Doc1 Final

Uploaded by

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

A Research Paper on College Management System

Project Guide: Prof. Sharayu Deote

Created by :
Vaishnavi Patel

Sakshi Bhagwat

Shreya Ashtikar

Sakshi Kumbhare

ABSTRACT 3. SCOPE FOR DEVELOPMENT OF


This paper is aimed at developing an Online Intranet College
Management System (CMS) that is of importance to either an THIS PROJECT
educational institution or a college. The system (CMS) is an
Intranet based application that can be accessed throughout the The requirement of the user is to
institution or a specified department. This system may be used
by students as well as college. Students as well as staff logging ∙ Access/ Search information.
in may also access or can search any of the information
∙ Login to the system through the first page of the application
regarding college. This system (C.M.S ) is being developed for
an engineering college to maintain and facilitate easy access to ∙ Change the password after logging into the system ∙
information. For this the users must be registered with the
system after which they can access as well as modify data as View/change his/her details.
per the permissions given to them. This system can be used as
a knowledge/information management system for the college. ∙ designed and implemented to provide service in institutes and
For a given student/staff (technical/Non-technical) can access colleges.
the system to either upload or download some information from
the database. ∙ Students can access previous year question paper.
An admin login should be present who can read as well as
remove any uploads

1. INTRODUCTION
4. OVERVIEW OF DOCUMENT
The title of the project is “COLLEGE MANAGEMENT
SYSTEM FOR COLLEGE” (CMS). CMS is defined as an
application based on Intranet that aims at all the levels of This document describes the product and its requirements and
management providing information within an organization. constraints. It provides a primarily non-technical description
This system can be used as an information management of the project targeted towards external audiences. This
system for the college. section includes information such as data requirements,
functional requirements, and a general description of the
For a given student/staff (Technical / Non-technical) the product and its interaction with users from the perspective of
Administrator creates a login id & password, using these the client. Section 3 provides specific technical requirements
students/ staff (Technical / Non-technical) can access the as the team understands them at this time and is intended for
system to either upload or download some information from the an internal audience. This section includes information such
database. as external interface requirements, performance requirements,
and any other technical requirements needed to design the
The front-end will be HTML pages for client side validation
software.
with Java Script whereas all business logics will be in Java
reside at the middle layer. the third layer of the database will be
interacted with these layers, a web server is required to start
working on this project environment like Java Runtime
Environment (JRE) as a development environment.

5. GENERAL DESCRIPTION
2. PURPOSE OF DOCUMENT

User Characteristics: The target audience for the


This document is the Software Requirement Specification CMS product is the college students/staff (Technical/Non
(SRS) for the College Management System for College (CMS) technical). The users for this system are
project .The purpose of this document is to describe the
Overview of Functional Requirements
Administrator – The Super user of the system. Student – A
user with limited access rights.
Staff – A user of the system who has more access rights than a Administration:
normal user.

The client requires the following features


∙ Hostel: It gives information about the college hostel for both boys
∙ The administrator governs the working of the system. and girls.

∙ students can access library. ∙ Bus Routes: This maintains the route details of the buses.

. students can search previous years papers.


∙ The system should have a login. Department Information: This module gives the information
about,
∙ The system should have a share feature.
∙ Course: This contains the information about the number
of the courses offered by the college and number of
. seats present in each.
∙ Staff: This contains the number of staff available in
6. USER VIEW OF PRODUCT USE: each department.
The front view of the system consists of different services ∙ Library: Students can issue books using this aap.
provided by the system and a login page with which a user is
prompted to login in to the system through his username and ∙ Syllabus: This provides the academic syllabus of the
password. Upon the student's login, his/her details are updated students from different branches.
into the system. When all data is entered, the student can not
only view their details but also view their exams and report
details. When the student's session ends, all data is saved.
Staff can also login to the system with their id and password Staff Information: This module deals mainly with, ∙
and has access to the system.
Profile: This provides personal details of the staff.
∙ Attendance: This provides the staff with his/her
There will be a special login name and password (to prevent attendance details.
students in updating their details other than profile) to allow the
teacher to access all student data in a table form. Here, the ∙ Salary: This provides the staff with his/her salary
administrator can add students and staff to the system and details.
change student and staff details.
∙ Feedback: This feature enables the staff to provide
feedback to the management.
∙ View Student Details: This provides the staff to view
the student details.
7. SPECIFIC REQUIREMENTS:
1. External Interface Requirements: Student Information: This module gives information about,
∙ Simple, Attractive, User Friendly ∙ Profile: This provides personal details of the student.
∙ Self-Contained, Consistent, Self-Explanatory ∙ ∙ Attendance: This provides the student with his/her
Robust. attendance details.
∙ Marks: This provides the internal/external marks of a
2. Main modules of the system: student.
Campus Information: This module gives the information ∙ Feedback: This feature enables the student to provide
about feedback to the management.
Buildings/Blocks: It contains the information about the total ∙ Remarks: It contains the remarks written by the faculties about a
number of blocks present in the campus and also the number of student.
rooms present in each block.
∙ Laboratories: This gives information about the number of
laboratories present in each department. ∙ Change Password: Provides the student to change his/her

∙ Buses: This gives the count of the buses deployed by the Password.
management.
∙ Library: students can borrow/return
Previous year exam paper: This allows to search previous year
This module deals mainly with, exam papers.
∙ Admission: This mainly deals with registering the students/staff ∙ Results: This contains the internal/external marks of a
student.
and assigning them with a login id and password.
∙ Accounts: This keeps track of the financial details of the college.
Concepts
∙ RDBMS and its various component modules. ∙
SQL
8. SYSTEM DESIGN ∙ Java and JDBC
PURPOSE:
∙ Interaction Diagrams
Purpose of College Management System for a College (CMS)
Design Document is to describe the design and the architecture ∙ Classes and Interfaces
of CMS. The design is expressed in sufficient detail so as to
enable all the developers to understand the underlying PRE-REQUISITES:
architecture of CMS. Logical architecture of JDBC driver,
Server, DML, DDL, Session and Data Store are explained.
CMS requires Java JRE 1.5 or higher. Since CMS is written
TARGET AUDIENCE in Java, it can run on any platform that supports the Java
This Design document is intended to act as a technical reference tool runtime environment 1.5 or higher. The compiled files are
for developers involved in the development of College Management contained in Java Archives (JAR’s) and have to be defined in
System (CMS).This document assumes that you have sufficient the CLASSPATH environment variable.
understanding of the following

9. ARCHITECTURAL STRATEGIES:
The architectural design of a software project is simply the
design of the entire software system. This includes the
hierarchy of the modules and also which modules are present
in the system. A good architectural design will create a clear
and fair balance between cohesion (each module has only one
distinct purpose), coupling (no two modules depend
completely on each other), abstraction (seeing
modules in full and not in detail), hierarchy (logical modules
stem from others) and partitioning (logically grouping
modules together) of the software modules

35
SYLLABUS
based process model for image archives in universities,”
in Proc. 2011 IInternational Conference on Information
Technology, Computer Engineering, and Management
Sciences , Nanjing, Jiangsu , pp. 57– 60
[3] X. X. Xin, R. M.Wu,and H. H.Li,“A framework model of
13. REFERENCES the e-campus management system based on SOA,” in
Proc.2009 International Conference on Computational
Intelligence and Software Engineering Wuhan, 2009, pp.
[4] S. Jeyalatha, B. Vijayakumar,and G.S. Wadhwa, “Design
[1] D B Heras, D. Otero,and F. Arguello,” An eco feedback and implementation of web based application for
system for improving the sustainability Performance Of relational data maintenance in an university environment,”
universities,” in Proc. 2011 IEEE International in Proc. 2011 International Conference and Workshop on
Conference on Virtual Environments Human –Computer Current Trends in Information Technology , Dubai,pp.
Interfaces and Measurement Systems, Ottawa, ON 2011 , 105-112
pp. 1 – 6
[5] M-H.Lee, C -J.Yooand O.-B.Jang,“Embedded System
[2] Y Wang, B Y Sun, and F Cheng,“Electronic document – Software Testing Using Mobile Service Based On SOA”,
IJAST,vol. 1, (2008), pp. 55-64 [18] System[J].Information System,1998,23(7):423-437.
[6] S.H. Al-Daajeh, R.E Al- Qutaish and Fuad Al-Qirem, “
[15] Ming-Syan Chen, Jiawei Han, Philip S yu. Data Mining: [19] Rakesh Agrawal, Sakti Ghosh, Tomasz Imielinski, Bala
An Overview from a Database Perspective[J]. IEEE lyer, Aran Swami. An Interval Classifier for Database
Transactions on Knowledge and Data Engineering, l996, Mining Applications[M]. CLDB92. Vancouver, British
8(6):866-883.
Coumbia, Vanada, 1992:560~573.
[16] R Agrawal ,T 1 mielinski, A Swami. Database Mining: A
Performance Perspective[J]· IEEE Transactions on
Knowledge and Data Engineering, 1993,12:914-925. [20] J Han, Y Cai, N Cercone. Knowledge Discovery in
Database: An Attribute-Oriented Approach [M]. VLDB 92,
Vancouver, British Columbia,Canada,1992:547-559.
[17] Vasant Dhat. Data Mining In Finance: Using
Counterfactuals to generate knowledge from
organizational information
[7] Advanced Embedded System Assisted GsmAndRfid 12. CONCLUSION
Based Smartschool Management System.V. Sivasankaran,
S. Muruganand, Azha.Periasamyinternational Journal Of
Advanced Research In Electrical, Electronics And The project entitled as College Management
Instrumentation Engineering Vol. 2, Issue 7, July 2013. System is the system that deals with the issues
Related to a particular institution.
[8] An Efficient Automatic Attendance System Using
Fingerprint Reconstruction Technique.Josphineleela.R
Research Scholar Department Of Computer Science And - This project is successfully
Engineering implemented with all the features
mentioned in system requirement
[9] Sathyabamauniversity chennai,India specification.
Dr.M.Ramakrishnan Professor/Hod-It Velammal - The application provides appropriate
Engineering College Chennai,India(Ijcsis) International information to users accordimg to
Journal Of Computer Science And Information chosen service.
Security,Vol. 10, No. 3, March 2012 Online Attendance - The project is designed keeping in view
Management System Using RFID with Object Counter the day to day problems faced by
AnkitaAgrawal and AshishBansal Departmen college.
[10] N. M. Z. Hashim and S. N. K. S. Mohamed,
“Development of Student Information System” ,
Universitiy Teknikal Malaysia Melaka, vol. 2, pp. 256 –
260, August 2013.
[11] S.R.Bharamagoudar, Geeta R .B. and S.G.Totad,
“Web Based Student Information Management System”,
[12] Andhra Pradesh, vol. 2, pp. 2342-2348, june 2013

[13] Hand D, Mannila H, Smyth P. Principle of Date Mining,


Cambridge, CA. MIT Press, 2001:1-2.
[14] Han J W, Kamber M. Data Mining: Concepts and
Techniques. San Francisco: CA. Morgan Kaufmann
Publishers. 2001:2-4.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy