Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: WEB PORTAL FOR STUDENT INFORMATION SYSTEM OF E.C.A
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[attachment=14806]
PURPOSE
This SDS describes the various functions of our project. The actual design of the various modules and components of Student Information System is described in this document which takes care of various functionalities that our project aims to achieve and for determining the operating characteristics of the system
INTENDED AUDIENCE
DEVELOPER: The developer who wants to read, change, modify or add new requirements into the existing program, must firstly consult this document.
TESTER: The tester needs this document to validate that the initial requirements of this web portal actually corresponds to the executable code correctly.
For each one of the reader types to better understand this document, here is a suggestion to read in this document:
• Overall description
• System Features
• External Interface Requirement
• Non Functional Requirement
PRODUCT SCOPE
The major benefit of this web portal is to store the students information at one place (like SERVER) and it can be accessed via online interaction. The SIS web portal is to replace the old and traditional file(paper work) storing process. Instead of tedious paper work, students will be able to submit required information electronically, and the departments will be able to evaluate the submissions with a much quicker turnaround.
[attachment=14826]
1. Introduction
1.1 Purpose

This SDS describes the various functions of our project. The actual design of the various modules and components of Student Information System is described in this document which takes care of various functionalities that our project aims to achieve and for determining the operating characteristics of the system.
1.2 Intended Audience and Reading Suggestions
This SDS document is intended for any developers, project manager or documentation writer that needs to understand the basic system architecture and its specifications for development.
• Developer: The developer who wants to read, change, modify or add new requirements into the existing program, must firstly consult this document and update the requirements with appropriate manner so as to not destroy the actual meaning of them and pass the information correctly to the next phases of the development process.
• Tester: The tester needs this document to validate that the initial requirements of this web portal actually corresponds to the executable code correctly.
For each one of the reader types to better understand this document, here is a suggestion to read in this document:
• Overall description
• System Features
• External Interface Requirement
• Non Functional Requirement
1.3 Product Scope
Student Information System (SIS) is a web-based application for students, faculty, academic staff and parents who want to get and retrieve student’s whole information instantly via internet. The major benefit of this web portal is to store the students information at one place (like SERVER) and it can be accessed via online interaction. The SIS web portal is to replace the old and traditional file(paper work) storing process. Instead of tedious paper work, students will be able to submit required information electronically, and the departments will be able to evaluate the submissions with a much quicker turnaround.
1.4 Definitions, acronyms, and abbreviations
• SIS: Student Information System
• SERVER: Refers to the Host machine
• CLIENT: Refers to the user of SIS.
• SQL: Structured Query Language; used to retrieve information from a database.
• SQL Server: A server used to store data in an organized format.
• BOOLEAN: A true/false notation
• UNIQUE KEY: Used to differentiate entries in a database.
• LAYER: Represents a section of the project.
• DATA STORAGE LAYER: the section of the assignment referring to where all data is recorded.