Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
student management system full report
#1

[attachment=2462]

STUDENT MANAGEMENT SYSTEM
PROJECT REPORT
Submitted by
FALCON FRANCIS MANJU V RAVINDRAN
RANJITH KIRAN K VINU K THANKACHAN
ABSTRACT
Student Management System deals with all kind of student details, academic related reports, college details, course details, curriculum, batch details and other resource related details too. It tracks all the details of a student from the day one to the end of his course which can be used for all reporting purpose, tracking of attendance, progress in the course, completed semesters years, coming semester year curriculum details, exam details, project or any other assignment details, final exam result; and all these will be available for future references too.
Our program will have the databases of Courses offered by the college under all levels of graduation or main streams, teacher or faculty's details, batch execution details, students' details in all aspects.
This program can facilitate us explore all the activities happening in the college, even we can get to know which teacher / faculty is assigned to which batch, the current status of a batch, attendance percentage of a batch and upcoming requirements of a batch.
Different reports and Queries can be generated based of vast options related to students, batch, course, teacher / faculty, exams, semesters, certification and even for the entire college.
TABLE
SMS_College SMS_Category SMS_Login SMS_Sub SMSStudacademic SMS_Studpersonal SMS_Examdetail SMS_Finalreport SMS_Studparti
LIST OF TABLES
PAGE NUMBER
2 3 3 3 5 5 8 8 9
LIST OF FIGURES
NAME OF FIGURES
LEVEL 1 DFD LEVEL 2 DFD COLLEGE DETAILS DEPARTMENT DETAILS SIGNUP DETAILS
SIGNIN DETAILS
CHANGE PASSWORD
SUBJECT DETAILS PERSONAL DETAILS
PARENT DETAILS ACADEMIC DETAILS EXAM DETAILS STUDENT PARTICULARS FINAL REPORT
PAGE NUMBER
31
31
32
33
34
35
36
37
38
39
40
41
43
44
CHAPTER 1
INTRODUCTION
About the project
The student management system is an automated version of manual Student Management System. It can handle all details about a student. The details include college details, subject details, student personnel details, academic details, exam details etc..
In case of manual system they need a lot of time, manpower etc.Here almost all work is computerized. So the accuracy is maintained. Maintaining backup is very easy. It can do with in a few minutes. Our system has two type of accessing modes, administrator and user. Student management system is managed by an administrator. It is the job of the administrator to insert update and monitor the whole process. When a user log in to the system. He would only view details of the student. He can't perform any changes .The system has four modules. They are
College and Department details
Login and subject
Student Details
Exam Details
CHAPTER 2 MODULES
Student Management System is expected to maintain a number of details. The needed modules are given below.
College and Department details
This module deals with the college details and different departments in the college. The college details are stored in the table SMSCollege. And department details are stored in SMSCategory. It deals with the details of college and department. TABLE: SMSCollege
Field Constraints
SMS_Coll_Collegeid varchar(50) Not Null
SMS_Coll_Collegename varchar(300) Not Null
SMS_Coll_Address varchar(300) Not Null
SMS_Coll_Pincode varchar(50) Not Null
SMS_Coll_District varchar(50) Not Null
SMS_Coll_State varchar(50) Not Null
SMS_Coll_Phone1 varchar(50) Not Null
SMS_Coll_Phone2 varchar(50) Not Null
SMS_Coll_Fax varchar(50) Not Null
SMS_Coll_Email varchar(100) Not Null
SMS_Coll_Website varchar(100) Not Null
SMS_Coll_Emblem varchar(100) Not Null
This table is used to store the details of college like college name, address, phone numbers, fax, e mail id, website. This table is filled at first.
This table is used to store the details of different department and its category. Category specifies the course is bachelor or master degree. Department gives the various departments. Duration specifies the number of semesters.
Login and subject
This module based with the login process and subject details. The login process specifies the user mode such as administrator or user. This module consist of two tables, SMSLogin and SMSSub . It contains the details of login process and subject details. Login process includes sign in sign up, sign out, change password.
TABLE: SMS_Login
Field Constraints
SMS_Log_Category varchar(50) Not Null
SMS_Log_Department varchar(50) Not Null
SMS_Log_Username varchar(20) Not Null
SMS_Log_Password varchar(20) Not Null
SMS_Log_Privilege varchar(20) Not Null
The table stores the values like category, department, username, password and privilege. The privilege specifies the user mode is administrator or user.
TABLE: SMS_Sub
Field Constraints
SMS_Sub_Category varchar(50) Not Null
SMS_Sub_Department varchar(50) Not Null
SMS_Sub_Semester varchar(50) Not Null
SMS_Sub_Noofsubjects int Not Null
SMS_Sub_Sub1 varchar(50)
SMS_Sub_Code1 varchar(50)
SMS_Sub_Sub2 varchar(50)
SMS_Sub_Code2 varchar(50)
SMS_Sub_Sub3 varchar(50)
SMS_Sub_Code3 varchar(50)
SMS_Sub_Sub4 varchar(50)
SMS_Sub_Code4 varchar(50)
SMS_Sub_Sub5 varchar(50)
SMS_Sub_Code5 varchar(50)
SMS_Sub_Sub6 varchar(50)
SMS_Sub_Code6 varchar(50)
SMS_Sub_Sub7 varchar(50)
SMS_Sub_Code7 varchar(50)
SMS_Sub_Sub8 varchar(50)
SMS_Sub_Code8 varchar(50)
SMS_Sub_Sub9 varchar(50)
SMS_Sub_Code9 varchar(50)
SMS_Sub_Sub10 varchar(50)
SMS_Sub_Code10 varchar(50)
SMS_Sub_Sub11 varchar(50)
SMS_Sub_Code11 varchar(50)
SMS_Sub_Sub12 varchar(50)
SMS_Sub_Code12 varchar(50)
This table shows the details of the category, department, semester, and number of subjects in semester and different subjects in various department and semesters.
Student Details
This module deals with the student academic details and personnel details. This module consists of the tables SMSStudacademic and SMSStudpersonal.
TABLE: SMS_Studacademic
Field Constraints
SMS_Studaca_Admino varchar(50) Not Null
SMS_Studaca_Batch varchar(50) Not Null
SMS_Studaca_Category varchar(50) Not Null
SMS_Studaca_Department varchar(50) Not Null
SMS_Studaca_Sem varchar(50) Not Null
SMS_Studaca_Name varchar(50) Not Null
SMS_Studaca_Edulquali 1 varchar(50)
SMS_Studaca_Percentage1 float
SMS_Studaca_Edulquali2 varchar(50)
SMS_Studaca_Percentage2 float
SMS_Studaca_Entrancerank varchar(50)
SMS_Studaca_Photo varchar(50)
This table shows the values like admission number, batch, category, department, joining semester, his/her name, their qualifications, entrance rank and photo.
SMS_Studper_Dayscholororhostler varchar(50)
SMS_Studper_Studentemail varchar(50)
SMS_Studper_Temadd varchar(200)
SMS_Studper_Temphone1 varchar(50)
SMS_Studper_Peradd varchar(200)
SMS_Studper_Perphone1 varchar(50)
SMS_Studper_Fathername varchar(50)
SMS_Studper_Fatheraddress varchar(200)
SMS_Studper_Fatherphone varchar(50)
SMS_Studper_Fatherj ob varchar(50)
SMS_Studper_Foffadd varchar(200)
SMS_Studper_Foffphone varchar(50)
SMS_Studper_Mothername varchar(50)
SMS_Studper_Motheraddress varchar(200)
SMS_Studper_Motherphone varchar(50)
SMS_Studper_Motherj ob varchar(50)
SMS_Studper_Moffadd varchar(200)
SMS_Studper_Moffphone varchar(50)
SMS_Studper_Annualincome varchar(50)
This table stores the admission number, the personnel details like date of birth, religion, cast, gender, blood group, day scholar or hosteller, e-mail, address, parent details and annual income.
Exam Details
This module deals with the student exam details, student particular such as various activities, final report. The tables comes in this modules are SMSExamdetail, SMSFinalreport and SMSStudparti.
TABLE: SMS_Examdetail
Field Constraints
SMS_Exam_Studcode varchar(50) Not Null
SMS_Exam_Regno varchar(50)
SMS_Exam_Sem varchar(50)
SMS_Exam_Monthandyear varchar(50)
SMS Exam Internalmax varchar(50)
SMS Exam Externalmax varchar(50)
SMS Exam Externalminimum varchar(50)
SMS_Exam_Total varchar(50)
SMS_Exam_Pa ssout varchar(50)
SMS_Exam_Sub1 varchar(50)
SMS_Exam_Emark1 varchar(50)
SMS_Exam_Imark1 varchar(50)
SMS_Exam_Total1 varchar(50)
SMS_Exam_Sub2 varchar(50)
SMS_Exam_Emark2 varchar(50)
SMS_Exam_Imark2 varchar(50)
SMS_Exam_Total2 varchar(50)
SMS_Exam_Sub3 varchar(50)
SMS Exam Emark3 varchar(50)
SMS_Exam_Imark3 varchar(50)
SMS_Exam_Total3 varchar(50)
SMS_Exam_Sub4 varchar(50)
SMS_Exam_Emark4 varchar(50)
SMS_Exam_Imark4 varchar(50)
SMS_Exam_Total4 varchar(50)
SMS_Exam_Sub5 varchar(50)
SMS Exam Emark5 varchar(50)
SMS_Exam_Imark5 varchar(50)
SMS_Exam_Total5 varchar(50)
SMS_Exam_Sub6 varchar(50)
SMS Exam Emark6 varchar(50)
SMS_Exam_Imark6 varchar(50)
SMS_Exam_Total6 varchar(50)
SMS_Exam_Sub7 varchar(50)
SMS_Exam_Emark7 varchar(50)
SMS_Exam_Imark7 varchar(50)
SMS_Exam_Total7 varchar(50)
SMS_Exam_Sub8 varchar(50)
SMS_Exam_Emark8 varchar(50)
SMS_Exam_Imark8 varchar(50)
SMS_Exam_Total8 varchar(50)
SMS_Exam_Sub9 varchar(50)
SMS_Exam_Emark9 varchar(50)
SMS_Exam_Imark9 varchar(50)
SMS_Exam_Total9 varchar(50)
SMS_Exam_Sub10 varchar(50)
SMS_Exam_Emark10 varchar(50)
SMS_Exam_Imark10 varchar(50)
SMS_Exam_Total10 varchar(50)
SMS_Exam_Sub11 varchar(50)
SMS_Exam_Emark11 varchar(50)
SMS_Exam_Imark11 varchar(50)
SMS_Exam_Total11 varchar(50)
SMS_Exam_Sub12 varchar(50)
SMS_Exam_Emark12 varchar(50)
SMS_Exam_Imark12 varchar(50)
SMS_Exam_Total12 varchar(50)
This table stores the values stud code, register number, semester, month and year of exam, internal and external maximum marks, the marks obtained for various subjects like its internal, external and total mark. This table gives the performance of students in various exams.
TABLE: SMS_Finalreport
Field Constraints
SMS_Final_Adminno varchar(50) Not Null
SMS_Final_Miniproj ectworkdone varchar(MAX)
SMS_Final_Mainproj ectworkdone varchar(MAX)
SMS_Final_Techinicalactivity varchar(50)
SMS_Final_Neatness varchar(50)
SMS_Final_Characterandconduct varchar(50)
SMS_Final_Remarks varchar(50)
Constraints
Not Null Not Null
This table stores the values of admission number, mini project done, main project done, technical activities, neatness and standard of lab record, character and conduct and remarks.
TABLE: SMS_Studparti
Field
SMS_Studaca_Admino varchar(50)
SMS_Studparti_sem varchar(50)
SMS_Studparti_arts varchar(50)
SMS_Studparti_athletics varchar(50)
SMS_Studparti_games varchar(50)
SMS_Studparti_scholarship varchar(50)
SMS_Studparti_disaction varchar(50)
SMS_Studparti_cour se star varchar(50)
SMS_Studparti_tutor varchar(50)
This table stores the values of extra curricular details, admission number , scholarship, disciplinary action , starting of course, tutor.
CHAPTER 3 SYSTEM STUDY
System study aims at establishing requests for the system to be acquired, developed and installed. It involves studying and analyzing the ways of an organization currently processing the data to produce information. Analyzing the problem thoroughly forms the vital part of the system study. In system analysis, prevailing situation of problem carefully examined by breaking them into sub problems. Problematic areas are identified and information is collected. Data gathering is essential to any analysis of requests. It is necessary that this analysis familiarizes the designer with objectives, activities and the function of the organization in which the system is to be implemented.
3.1 STUDY OF EXISTING SYSTEM
Today in colleges student details are entered manually. The student details in separate records are tedious task. Referring to all these records and updating is needed. There is a chance for more manual errors.
3.2 PROPOSED SYSTEM
By developing the system we can attain the following facilities.
> Easy to handle and feasible.
> Cost reduction.
> Fast and convenient.
3.3 INTRODUCTION TO .NET
This proposed software is going to be developed using the latest technology from Microsoft called Microsoft. NET and it is the software that connects information, people, systems, and devices. It spans clients, servers, and developer tools, and consists of:
The .NET Framework 1.1, used for building and running all kinds of software, including Web-based applications, smart client applications, and XML Web services components that facilitate integration by sharing data and functionality over a network through standard, platform-independent protocols such as XML (Extensible Markup Language), SOAP, and HTTP.
Developer tools, such as Microsoft Visual Studio.NET 2003, which provides an integrated
development environment (IDE) for maximizing developer productivity with the .NET Framework.
A set of servers, including Microsoft Windows Server 2003, Microsoft SQL Server, and Microsoft BizTalk Server, that integrates, runs, operates, and manages Web services and Web-based applications.
Client software, such as Windows XP, Windows CE, and Microsoft Office XP, that helps developers deliver a deep and compelling user experience across a family of devices and existing products
3.3.1 ADVANTAGES OF NET
The .NET Framework offers a number of advantages to developers. The following paragraphs describe them in detail.
3.3.1.1 Consistent programming model
Different programming languages have different approaches for doing a task. For example, accessing data with a VB 6.0 application and a VC++ application is totally different. When using different programming languages to do a task, a disparity exists among the approach developers use to perform the task. The difference in techniques comes from how different languages interact with the underlying system that applications rely on.
With .NET, for example, accessing data with a VB .NET and a C# .NET looks very similar apart from slight syntactical differences. Both the programs need to import the System. Data namespace, both the programs establish a connection with the database and both the programs run a query and display the data on a data grid. The VB 6.0 and VC++ example mentioned in the first paragraph explains that there is more than one way to do a particular task within the same language. The .NET example explains that there's a unified means of accomplishing the same task by using the .NET Class Library, a key component of the .NET Framework.
The functionality that the .NET Class Library provides is available to all .NET languages resulting in a consistent object model regardless of the programming language the developer uses.
3.3.1.2 Direct support for security
Developing an application that resides on a local machine and uses local resources is easy. In this scenario, security isn't an issue as all the resources are available and accessed locally. Consider an application that accesses data on a remote machine or has to perform a privileged task on behalf of a nonprivileged user. In this scenario security is much more important as the application is accessing data from a remote machine.
With .NET, the Framework enables the developer and the system administrator to specify method level security. It uses industry-standard protocols such as TCP/IP, XML, SOAP and HTTP to facilitate distributed application communications. This makes distributed computing more secure because .NET developers cooperate with network security devices instead of working around their security limitations.
3.3.1.3 Simplified development efforts
Let's take a look at this with Web applications. With classic ASP, when a developer needs to present data from a database in a Web page, he is required to write the application logic (code) and presentation logic (design) in the same file. He was required to mix the ASP code with the HTML code to get the desired result.
ASP.NET and the .NET Framework simplify development by separating the application logic and presentation logic making it easier to maintain the code. You write the design code (presentation logic) and the actual code (application logic) separately eliminating the need to mix HTML code with ASP code. ASP.NET can also handle the details of maintaining the state of the controls, such as contents in a textbox, between calls to the same ASP.NET page.
Another advantage of creating applications is debugging. Visual Studio .NET and other third party providers provide several debugging tools that simplify application development. The .NET Framework simplifies debugging with support for Runtime diagnostics. Runtime diagnostics helps you to track down bugs and also helps you to determine how well an application performs. The .NET Framework provides three types of Runtime diagnostics: Event Logging, Performance Counters and tracing.
3.3.1.4 Easy application deployment and maintenance
The .NET Framework makes it easy to deploy applications. In the most common form, to install an application, all you need to do is copy the application along with the components it requires into a directory on the target computer. The .NET Framework handles the details of locating and loading the components an application needs, even if several versions of the same application exist on the target computer. The .NET
Framework ensures that all the components the application depends on are available on the computer before the application begins to execute.
3.3.2 NET FRAMEWORK
The Microsoft .NET Framework is a software component that can be added to or is included with the Microsoft Windows operating system. It provides a large body of pre-coded solutions to common program requirements, and manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.
The pre-coded solutions that form the framework's class library cover a large range of programming needs in areas including: user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. The functions of the class library are used by programmers who combine them with their own code to produce applications.
Programs written for the .NET Framework execute in a software environment that manages the program's runtime requirements. This runtime environment, which is also a part of the .NET Framework, is known as the Common Language Runtime (CLR). The CLR provides the appearance of an application virtual machine, so that programmers need not consider the capabilities of the specific CPU that will execute the program. The CLR also provides other important services such as security mechanisms, memory management, and exception handling. The class library and the CLR together compose the .NET Framework. The framework is intended to make it easier to develop computer applications and to reduce the vulnerability of applications and computers to security threats.
First released in 2002, it is included with Windows XP SP2, Windows Server 2003 and Windows Vista, and can be installed on most older versions of Windows.
Microsoft .NET Framework was designed with several intentions:
Interoperability - Because interaction between new and older applications is commonly required, the .NET Framework provides means to access functionality that is implemented in programs that execute outside the .NET environment. Access to COM components is provided in the System.Runtime.InteropServices and System.EnterpriseServices namespaces of the framework, and access to other functionality is provided using the P/Invoke feature.
Common Runtime Engine - Programming languages on the .NET Framework compile into an intermediate language known as the Common Intermediate Language, or CIL (formerly known as Microsoft Intermediate Language, or MSIL). In Microsoft's implementation, this intermediate language is not interpreted, but rather compiled in a manner known as just-in-time compilation (JIT) into native code. The combination of these concepts is called the Common Language Infrastructure (CLI), a specification; Microsoft's implementation of the CLI is known as the Common Language Runtime (CLR).
Language Independence - The .NET Framework introduces a Common Type System, or CTS. The CTS specification defines all possible data types and programming constructs supported by the CLR and how they may or may not interact with each other. Because of this feature, the .NET Framework supports development in multiple programming languages. This is discussed in more detail in the .NET languages section below.
Base Class Library - The Base Class Library (BCL), sometimes referred to as the Framework Class Library (FCL), is a library of types available to all languages using the .NET Framework. The BCL provides classes which encapsulate a number of common functions, including file reading and writing, graphic rendering, database interaction and XML document manipulation.
Simplified Deployment - Installation of computer software must be carefully managed to ensure that it does not interfere with previously installed software, and that it conforms to increasingly stringent security requirements. The .NET framework includes design features and tools that help address these requirements.
Security - .NET allows for code to be run with different trust levels without the use of a separate sandbox.
A design goal of the .NET Framework was to support platform independence[citation needed]. That is, a program written to use the framework should run without change on any type of computer for which the framework is implemented. However, Microsoft has only implemented the full .NET framework on the Windows operating system. Microsoft and others have implemented portions of the framework on non-Windows systems, but to date these implementations are neither complete nor widely used, so full cross-platform support has not been achieved.
3.4 INTRODUCTION TO SQL SERVER 2005
Microsoft SQL Server 2005 is comprehensive, integrated data management and analysis software that enables organizations to reliably manage mission-critical information and confidently run today's increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage. SQL Server 2005 is the Data Platform leader:
SQL Server is the fastest growing Database and Business Intelligence vendor.
SQL Server ships more units than Oracle and IBM combined.
SQL Server is the #1 OLAP Server on the market.
SQL Server is more secure than Oracle. Since July 2003 more than 100 critical Oracle database security vulnerabilities have been identified, compared to ZERO for SQL Server for that period.
SQL Server is a benchmark leader, with the best price/performance for TPC-H 1TB & 3TB (non-clustered) as well as best performance for TPC-H 1TB.
Gartner 2006 worldwide RDBMS market share reports highest growth rate in market share for Microsoft SQL Server. With 28% growth in market share, growth is almost twice the nearest competitor at 14.8% growth.
SQL Server Manages the World's Largest Databases
CHAPTER 4
SYSTEM ANALYSIS
The primary goal of the system analyst is to improve the efficiency of the existing system. For that the study of specification of the requirements is very essential. For the development of the new system, a preliminary survey of the existing system will be conducted. Investigation done whether the upgradation of the system into an application program could solve the problems and eradicate the inefficiency of the existing system.
4.1 FEASIBILITY STUDY
The initial investigation points to the question whether the project is feasible. A feasibility is conducted to identify the best system that meets the all the requirements. This includes an identification description, an valuation of the proposed systems and selection of the best system for the job. The requirements of the system are specified with a set of constraints such as system objectives and the description of the out puts. It is then duty of the analyst to evaluate the feasibility of the proposed system to generate the above results. Three key factors are to be considered during the feasibility study.
4.1.1 Operation Feasibility
An estimate should be made to determine how much effort and care will go into the developing of the system including the training to be given to the user. Usually, people are reluctant to changes that come in their progression. The computer initialization will certainly affected the turn over, transfer and employee job status. Hence an additional effort is to be made to train and educate the users on the new way of the system.
4.1.2 Technical Feasibility
The main consideration is to be given to the study of available resources of the organization where the software is to be implemented. Here the system analyst evaluates the technical merits of the system giving emphasis on the performance, Reliability, maintainability and productivity.
By taking the consideration before developing the proposed system, the resources availability of the organization was studied. The organization was immense computer facilities equipped with sophisticated machines and the software hence this technically feasible.
4.1.3 Economic Feasibility
Economic feasibility is the most important and frequently used method for evaluating the effectiveness of the proposed system. It is very essential because the main goal of the proposed system is to have economically better result along with increased efficiency. Cost benefit analysis is usually performed for this purpose. It is the comparative study of the cost verses the benefit and savings that are expected from the proposed system. Since the organization is well equipped with the required hard ware, the project was found to be economically.
CHAPTER 5
SYSTEM SPECIFICATION
5.1 HARDWARE REQUIREMENTS
Processor
: Pentium IV
Ram
: 512 MB RAM
Hard Disk
: 80 GB Hard disk
5.2 SOFTWARE REQUIREMENTS
Operating System
: Microsoft XP/VISTA/2003 server
Platform
: Visual Studio 2005
Database
: Microsoft SQL Server 2005
Application Software : Microsoft Office 2003
5.3 SOFTWARE FEATUERS
5.3.1 LANGUAGES USED: C#
Visual C# .Net is designed to be a fast and easy way to create .NET applications, including Web services and ASP.NET Web applications. Applications written in Visual C# are built on the services of the common language runtime and take full advantage of the .NET Framework.
It is a simple, elegant, type-safe, object-oriented language recently developed by Microsoft for building a wide range of applications. Anyone familiar with C and similar languages will find few problems in adapting to C#. C# is designed to bring rapid development to the C++ programmer without sacrificing the power and control that are a hallmark of C and C++. Because of this heritage, C# has a high degree of fidelity with C and C++, and developers familiar with these languages can quickly become productive in C#. C# provides intrinsic code trust mechanisms for a high level of security, garbage collection, and type safety. C# supports single inheritance and creates Microsoft intermediate language (MSIL) as input to native code compilers.
It is fully integrated with the .NET Framework and the common language runtime, which together provide language interoperability, garbage collection, enhanced security, and improved versioning support. C# simplifies and modernizes some of the more complex aspects of C and C++, notably namespaces, classes,
enumerations, overloading, and structured exception handling. C# also eliminates C and C++ features such as macros, multiple inheritance, and virtual base classes. For current C++ developers, C# provides a powerful, high-productivity language alternative.
Visual C# provides prototypes of some common project types, including:
Windows Application.
Class Library.
Windows Control Library.
ASP.NET Web Application.
ASP.NET Web Service.
Web Control Library.
Console Application.
Windows Service.
CHAPTER 6 SYSTEM DESIGN
System design is the solution to the creation of a new system. This phase is composed of several systems. This phase focuses on the detailed implementation of the feasible system. It emphasis on translating design specifications to performance specification. System design has two phases of development logical and physical design.
During logical design phase the analyst describes inputs (sources), out puts (destinations), databases (data sores) and procedures (data flows) all in a format that meats the uses requirements. The analyst also specifies the user needs and at a level that virtually determines the information flow into and out of the system and the data resources. Here the logical design is done through data flow diagrams and database design.
The physical design is followed by physical design or coding. Physical design produces the working system by defining the design specifications, which tell the programmers exactly what the candidate system must do. The programmers write the necessary programs that accept input from the user, perform necessary processing on accepted data through call and produce the required report on a hard copy or display it on the screen.
6.1 LOGICAL DESIGN
Logical design of an information system shows the major features and also how they are related to one another. The first step of the system design is to design logical design elements. This is the most creative and challenging phase and important too. Design of proposed system produces the details of the state how the system will meet the requirements identified during the system analysis that is, in the design phase we have to find how to solve the difficulties faced by the existing system. The logical design of the proposed system should include the details that contain how the solutions can be implemented. It also specifies how the database is to be built for storing and retrieving data, what kind of reports are to be created and what are the inputs to be given to the system. The logical design includes input design, output design, and database design and physical design
6.2 INPUT DESIGN
The input design is the page link between the information system and the user. It comprises the developing specification and procedures for data preparation and those steps are necessary to put transaction data into a usable form for processing data entry. The activity of putting data into the computer for processing can be achieved by inspecting the computer to read data from a written or printed document or it can occur by having people keying the data directly into the system. The design of input focuses on controlling the amount of input required, controlling errors, avoiding delay, avoiding extra steps and keeping the process simple.
The system needs the data regarding the asset items, depreciation rates, asset transfer, physical verification for various validation, checking, calculation and report generation.. The error raising method is also included in the software, which helps to raise error message while wrong entry of input is done. So in input design the following things are considered.
What data should be given as input
How the data should be arranged or coded
The dialogue to guide the operating personnel in providing input.
Methods for preparing input validations and steps to follow when error occur
The samples of screen layout are given in the appendix.
6.3 OUTPUT DESIGN
Computer output is the most important and direct information source to the user. Output design is a process that involves designing necessary outputs in the form of reports that should be given to the users according to the requirements. Efficient, intelligible output design should improve the system's relationship with the user and help in decision making. Since the reports are directing referred by the management for taking decisions and to draw conclusions they must be designed with almost care and the details in the reports must be simple, descriptive and clear to the user. So while designing output the following things are to be considered.
Determine what information to present
Arrange the presentation of information in an acceptable format
Decide how to distribute the output to intended receipts
Depending on the nature and future use of output required, they can be displayed on the monitor for immediate need and for obtaining the hardcopy. The options for the output reports are given in the appendix.
6.4 PHYSICAL DESIGN
The process of developing the program software is referred to as physical design. We have to design the process by identifying reports and the other outputs the system will produce. Coding the program for each module with its logic is performed in this step. Proper software specification is also done in this step.
6.5 MODULAR DESIGN
A software system is always divided into several sub systems that makes it easier for the development. A software system that is structured into several subsystems makes it easy for the development and testing. The different subsystems are known as the modules and the process of dividing an entire system into subsystems is known as modularization or decomposition.
A system cannot be decomposed into several subsystems in any way. There must some logical barrier, which facilitates the separation of each module. The separation must be simple but yet must be effective so that the development is not affected.
The system under consideration has been divided into several modules taking in consideration the above-mentioned criteria. The different modules are
1.College and Department details
2. Login and subject
3. Student Details
4. Exam Details
6.6 DATABASE DESIGN
The overall objective in the development of database technology has been to treat data as an organizational resource and as an integrated whole. DBMS allow data to be protected and organized separately from other resources. Database is an integrated collection of data. The most significant form of data as seen by the programmers is data as stored on the direct access storage devices. This is the difference between logical and physical data.
Database files are the key source of information into the system. It is the process of designing database files, which are the key source of information to the system. The files should be properly designed and planned for collection, accumulation, editing and retrieving the required information.
The organization of data in database aims to achieve three major objectives: -
Data integration.
Data integrity.
Data independence.
The proposed system stores the information relevant for processing in the MS SQL SERVER database. This database contains tables, where each table corresponds to one particular type of information. Each piece of information in table is called a field or column. A table also contains records, which is a set of fields. All records in a table have the same set of fields with different information. There are primary key fields that uniquely identify a record in a table. There are also fields that contain primary key from another table called foreign keys.
6.6.1 NORMALIZATION
Normalization is a technique of separating redundant fields and braking up a large table in to a smaller one. It is also used to avoid insertion, deletion and updating anomalies. All the tables have been normalized up to the third normal form. In short the rules for each of the three normal forms are as below.
First normal form
A relation is said to be in 1NF if all the under lying domain of attributes contain simple individual
values.
Second normal form
The 2NF is based on the concept of full functional dependency. A relation said to be in 2NF if and only if it is in 1NF and every non-key attribute is fully functionally dependent on candidate key of the table.
Third normal form
The 3NF is based on the concept of transitive dependency. A relation in 2NF is said to be in 3NF if every non-key attribute is non-transitively.
CHAPTER 7
CODING
The goal of the coding phase is to translate the design. The aim in this phase is to implement the design in the best possible manner. Well known code can reduce the testing and maintenance effort. During coding, the focus should on developing programs that are easy to read and understand and not simply on developing the programs that are easy to write. Simplicity and clarity should be strived for during the code phase. An important concept that help the understandability of the programs is structured programming. The program that should be organized as a sequence of statements and during execution of the statements is executed in the sequence given in the program. There are many different criteria for judging of the program, execution time and required memory.
CHAPTER 8 SYSTEM TESTING AND IMPLEMENTATION
8.1 SYSTEM TESTING
System testing is a critical aspect of Software Quality Assurance and represents the ultimate review of specification, design and coding. Testing is a process of executing a program with the intent of finding an error. A good test is one that has a probability of finding an as yet undiscovered error. The purpose of testing is to identify and correct bugs in the developed system. Nothing is complete without testing. Testing is the vital to the success of the system.
In the code testing the logic of the developed system is tested. For this every module of the program is executed to find an error. To perform specification test, the examination of the specifications stating what the program should do and how it should perform under various conditions.
Unit testing focuses first on the modules in the proposed system to locate errors. This enables to detect errors in the coding and logic that are contained within that module alone. Those resulting from the interaction between modules are initially avoided. In unit testing step each module has to be checked separately.
System testing does not test the software as a whole, but rather than integration of each module in the system. The primary concern is the compatibility of individual modules. One has to find areas where modules have been designed with different specifications of data lengths, type and data element name.
Testing and validation are the most important steps after the implementation of the developed system. The system testing is performed to ensure that there are no errors in the implemented system. The software must be executed several times in order to find out the errors in the different modules of the system.
Validation refers to the process of using the new software for the developed system in a live environment i.e., new software inside the organization, in order to find out the errors. The validation phase reveals the failures and the bugs in the developed system. It will be come to know about the practical difficulties the system faces when operated in the true environment. By testing the code of the implemented software, the logic of the program can be examined. A specification test is conducted to check whether the specifications stating the program are performing under various conditions. Apart from these tests, there are some special tests conducted which are given below:
Peak Load Tests: This determines whether the new system will handle the volume of activities when the system is at the peak of its processing demand. The test has revealed that the new software for the agency is capable of handling the demands at the peak time.
Storage Testing: This determines the capacity of the new system to store transaction data on a disk or on other files. The proposed software has the required storage space available, because of the use of a number of hard disks.
Performance Time Testing: This test determines the length of the time used by the system to process transaction data.
In this phase the software developed Testing is exercising the software to uncover errors and ensure the system meets defined requirements. Testing may be done at 4 levels
Unit Level
Module Level
Integration & System
Regression
8.1.1 UNIT TESTING
A Unit corresponds to a screen /form in the package. Unit testing focuses on verification of the corresponding class or Screen. This testing includes testing of control paths, interfaces, local data structures, logical decisions, boundary conditions, and error handling. Unit testing may use Test Drivers, which are control programs to co-ordinate test case inputs and outputs, and Test stubs, which replace low-level modules. A stub is a dummy subprogram.
8.1.2 MODULE LEVEL TESTING
Module Testing is done using the test cases prepared earlier. Module is defined during the time of
design.
8.1.3 INTEGRATION & SYSTEM TESTING
Integration testing is used to verify the combining of the software modules. Integration testing addresses the issues associated with the dual problems of verification and program construction. System testing is used to verify, whether the developed system meets the requirements. 8.1.4 REGRESSION TESTING
Each modification in software impacts unmodified areas, which results serious injuries to that software. So the process of re-testing for rectification of errors due to modification is known as regression testing.
Installation and Delivery:
Installation and Delivery is the process of delivering the developed and tested software to the customer. Refer the support procedures. Acceptance and Project Closure:
Acceptance is the part of the project by which the customer accepts the product. This will be done as per the Project Closure, once the customer accepts the product, closure of the project is started. This includes metrics collection, PCD, etc.
8.2 SYSTEM IMPLEMENTATION
Implementation includes all those activities that take place to convert from the old system to the new. The old system consists of manual operations, which is operated in a very different manner from the proposed new system. A proper implementation is essential to provide a reliable system to meet the requirements of the organizations. An improper installation may affect the success of the computerized
system.
8.2.1 IMPLEMENTATION METHODS:
There are several methods for handling the implementation and the consequent conversion from the old to the new computerized system.
The most secure method for conversion from the old system to the new system is to run the old and new system in parallel. In this approach, a person may operate in the manual older processing system as well as start operating the new computerized system. This method offers high security, because even if there is a flaw in the computerized system, we can depend upon the manual system. However, the cost for maintaining two systems in parallel is very high. This outweighs its benefits.
Another commonly method is a direct cut over from the existing manual system to the computerized system. The change may be with in a week or with in a day. There are no parallel activities. However, there is no remedy in case of a problem. This strategy requires careful planning.
A working version of the system can also be implemented in one part of the organization and the personnel will be piloting the system and changes can be made as and when required. But this method is less preferable due to the loss of entirety of the system.
8.2.2 IMPLEMENTATION PLAN:
The implementation plan includes a description of all the activities that must occur to implement the new system and to put it into operation. It identifies the personnel responsible for the activities and prepares a time chart for implementing the system. The implementation plan consists of the following steps.
o List all files required for implementation.
o Identify all data required to build new files during the implementation.
o List all new documents and procedures that go into the new system.
The implementation plan should anticipate possible problems and must be able to deal with them. The usual problems may be missing documents; mixed data formats between current and files, errors in data translation, missing data etc.
CHAPTER 9
FIGURES
The different modules, forms and tables in our system are displayed here. 9.1 DATA FLOW DIAGRAM
The following dataflow diagrams show the control flow in our system.
User
Service
USER
SIGN UP
-H
LOGIN
DATA BASE ACCES
VIEW
DATABASE
Fig13.2 LEVEL 2 DFD
9.2 SCREEN SHOTS
9.2.1 College and Department details
It deals with the details of college and department.
Fig 1: College details
This form is used to enter the details of the college.
Fig 2: Department details
This form is used to enter the details about various courses.
9.1.2 Login and subject
It contains the details of login process and subject details. Login process include sign in sign up ,sign out, change password.
Fig3: Signup
This form is used for sign up process.
Fig4: Sign in form
This form is used to sign in to the system
Fig5: Change password form
This form is used to change the password of users.
Fig5 :Subject form
This form is used to enter the details about different subjects of different departments and semesters.
9.1.3 Student Details
Fig7Tonguearent details
Fig6 and Fig7 are used to enter the personnel details of student.
Fig8:Acdemic details
This form is used enter different types
Fig9: Exam details
This form is used to enter marks got for various exams including its register number.
Fig11: Other details
This form is used to enter the achievements, disciplinary action taken and the month and year of under going course.
Fig12: Final report
This form is used to enter technical knowledge, about the lab record, his/her character any remarks.
CHAPTER 10
CONCLUSION
The system has been developed with much care that it is free of errors and at the same time it is efficient and less time consuming. The important thing is that the system is robust. Avoid malfunction from outsiders .It goes through all phases of software development cycle. So product is accurate. Also provision is provided for future developments in the system.
RESUME
The current application developed is in accordance with the request that has been provided by the organization. On regarding the future enhancement, the application can further expanded in accordance with changing scenario. Since the change in testing and user needs arises frequently in certain short intervals of time, the application can be further upgraded to meet the requirements that may arise in the far or near future. With regarding to the needs that arises, more and more features can be included by adding it as separate modules and integrate it with the existing system.
The .NET today is based on OOPs concept, whose main advantage is modularity, which helps us in adding the future needs as add-on modules to work with the main system which can be done effortlessly instead of rewriting or modifying the entire application. So the scope of future enhancement is absolutely clear with the concept that is incorporated in the today that was made used to build the application.
REFERENCES
msdn.microsoft..com csharpcorner.com getdotnet.com google.com
Reply

#2
[attachment=3452][attachment=3452]

INTRODUCTION
Student Management System is software which is helpful for students as well as the school authorities. In the current system all the activities are done manually. It is very time consuming and costly. Our Student Management System deals with the various activities related to the students.
There are mainly 3 modules in this software
User module
Student Module
Mark management
In the Software we can register as a user and user has of two types, student and administrator. Administrator has the power to add new user and can edit and delete a user. A student can register as user and can add edit and delete his profile. The administrator can add edit and delete marks for the student. All the users can see the marks.
SYSTEM ANALYSIS
EXISTING SYSTEM:
System Analysis is a detailed study of the various operations performed by a system and their relationships within and outside of the system. Here the key question is- what all problems exist in the present system What must be done to solve the problem Analysis begins when a user or manager begins a study of the program using existing system.
During analysis, data collected on the various files, decision points and transactions handled by the present system. The commonly used tools in the system are Data Flow Diagram, interviews, etc. Training, experience and common sense are required for collection of relevant information needed to develop the system. The success of the system depends largely on how clearly the problem is defined, thoroughly investigated and properly carried out through the choice of solution. A good analysis model should provide not only the mechanisms of problem understanding but also the frame work of the solution. Thus it should be studied thoroughly by collecting data about the system. Then the proposed system should be analyzed thoroughly in accordance with the needs.
System analysis can be categorized into four parts.
System planning and initial investigation
Information Gathering
Applying analysis tools for structured analysis
Feasibility study
Cost/ Benefit analysis.
In the current system we need to keep a number of records related to the student and want to enter the details of the student and the marks manually. In this system only the teacher or the school authority views the mark of the student and they want to enter the details of the student. This is time consuming and has much cost.
PROPOSED SYSTEM

In our proposed system we have the provision for adding the details of the students by themselves. So the overhead of the school authorities and the teachers is become less. Another advantage of the system is that it is very easy to edit the details of the student and delete a student when it found unnecessary. The marks of the student are added in the database and so students can also view the marks whenever they want.
Our proposed system has several advantages
User friendly interface
Fast access to database
Less error
More Storage Capacity
Search facility
Look and Feel Environment
Quick transaction
All the manual difficulties in managing the student details in a school or college have been rectified by implementing computerization.
FEASIBILITY ANALYSIS
Whatever we think need not be feasible .It is wise to think about the feasibility of any problem we undertake. Feasibility is the study of impact, which happens in the organization by the development of a system. The impact can be either positive or negative. When the positives nominate the negatives, then the system is considered feasible. Here the feasibility study can be performed in two ways such as technical feasibility and Economical Feasibility.
Technical Feasibility:
We can strongly says that it is technically feasible, since there will not be much difficulty in getting required resources for the development and maintaining the system as well. All the resources needed for the development of the software as well as the maintenance of the same is available in the organization here we are utilizing the resources which are available already.
Economical Feasibility
Development of this application is highly economically feasible .The organization needed not spend much money for the development of t he system already available. The only thing is to be done is making an environment for the development with an effective supervision. I f we are doing so , we can attain the maximum usability of the corresponding resources .Even after the development , the organization will not be in condition to invest more in t he organization .There fore , the system is economically feasible.
HARDWARE CONFIGURATION

Processor : Pentium II 630MHz
RAM : 128 MB
Hard Disk : 20GB
Monitor : 15 Color monitor
Key Board : 122 Keys
SOFTWARE CONFIGURATION
Operating System : Windows NT,
Windows 98,
Windows XP.
Language : Java 2 Runtime Environment
Database : MS Access2007.
SYSTEM REQUIREMENTS

This management system can be used in windows 98, Windows2000, Windows XP and Windows NT, supported for other platform such as Applet, Macintosh and UNIX.
The system must be running Windows 98, Windows 98 or Windows NT4.0 operating system and must meet the following hardware requirements.
For Windows 95 based computers , a 486 / 66 MHz or higher processor with 8MB
For Windows 98 based computers , a 500/88MHz or higher processor with 32 Mb of RAM
For Windows NT based computers , a 488 / 66 MHz or higher processor with 16 MB of RAM
For Windows 200 based computers , a 700/850 MHz or higher processor with 512 MB of Ram
DATA FLOW DIAGRAM
Context Diagram
SOFTWARE INTERFACE
Login
Add New User
Edit User Type
Delete User
Student Registration
Edit Student Details
Delete Student details
Add/Edit Mark Details
View Marks
View User details
View Student Details
Add New Subjects
Edit Subject details
Delete Subject details
Subject Allocation
SYSTEM DESIGN
INPUT DESIGN
Input design is the process of converting user-oriented input to a computer based format. Input design is a part of overall system design, which requires very careful attention .Often the collection of input data is the most expensive part of the system. The main objectives of the input design are
1. Produce cost effective method of input
2. Achieve highest possible level of accuracy
3. Ensure that the input is acceptable to and understood by the staff.
Input Data
The goal of designing input data is to make entry easy, logical and free from errors as possible. The entering data entry operators need to know the allocated space for each field; field sequence and which must match with that in the source document. The format in which the data fields are entered should be given in the input form .Here data entry is online; it makes use of processor that accepts commands and data from the operator through a key board. The input required is analyzed by the processor. It is then accepted or rejected. Input stages include the following processes
Data Recording
Data Transcription
Data Conversion
Data Verification
Data Control
Data Transmission
Data Correction
One of the aims of the system analyst must be to select data capture method and devices, which reduce the number of stages so as to reduce both the changes of errors and the cost .Input types, can be characterized as.
External
Internal
Operational
Computerized
Interactive
Input files can exist in document form before being input to the computer. Input design is rather complex since it involves procedures for capturing data as well as inputting it to the computer.
OUTPUT DESIGN
Outputs from computer systems are required primarily to communicate the results of processing to users. They are also used to provide a permanent copy of these result for latter consultation .Computer output is the most important and direct source of information to the users. Designing computer output should proceed in an organized well through out the manner. The right output must be available for the people who find the system easy o use. The outputs have been defined during the logical design stage. If not, they should defined at the beginning of the output designing terms of types of output connect, format, response etc,
Various types of outputs are
External outputs
Internal outputs
Operational outputs
Interactive outputs
Turn around outputs
All screens are informative and interactive in such a way that the user can full fill his requirements through asking queries.
DATABASE DESIGN

The general theme behind a database is to handle information as an integrated whole. A database is a collection of interrelated data stored with minimum redundancy to serve many users quickly and effectively. After designing input and output, the analyst must concentrate on database design or how data should be organized around user requirements. The general objective is to make information access, easy quick, inexpensive and flexible for other users. During database design the following objectives are concerned:-
Controlled Redundancy
Data independence
Accurate and integrating
More information at low cost
Recovery from failure
Privacy and security
Performance
Ease of learning and use
TABLES USED
Student
Field Name Data Type Description
RollNo Number Primary Key
SName Text(50) -
Phno Text(15) -
Sex Text(10) -
FName Text(50) -
Occupation Text(50) -
MName Text(50) -
DOB Date/Time -
Age Number -
Caste Text(25) -
Religion Text(30) -
Hname Text(50) -
City Text(50) -
District Text(50) -
State Text(50) -
Pin Text(10) -
Year Number -
Qualification Text(25) -
UAD
Field Name Data Type Description
Username Text(25) Primary Key
Password Text(15) -
Type Text(15) -
Subjects
Field Name Data Type Description
Subjectcode Text(10) Primary Key
Subjectname Text(50) -
Creditmark Number -
MaxMark Number -
Type Text(25) -
SubjectAllocation
Field Name Data Type Description
Subjectname Text(50) -
Semester Number -
Batch Text(15) -
SSLC1
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SSLC2
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SSLC3
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SSLC4
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SSLC5
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SSLC6
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
PLUSTWO1
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
PLUSTWO2
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
PLUSTWO3
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
PLUSTWO4
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
PLUSTWO5
Field Name Data Type Description
RollNo Number -
SubjectName Text(50) -
Subjectcode Text(15) -
Internal Number -
Theory Number -
Practical Number -
Total Number -
SYSTEM IMPLEMENTATION
Implementation is the stage in the project where the theoretical design is turned into a working system. The implementation phase constructs, installs and operates the new system. The most crucial stage in achieving a new successful system is that it will work efficiently and effectively.
There are several activities involved while implementing a new project. They are
End user training
End user Education
Training on the application software
System Design
Parallel Run and To New System
Post implementation Review
End user Training:
The successful implementation of the new system will purely upon the involvement of the officers working in that department. The officers will be imparted the necessary training on the new technology
End User Education:
The education of the end user start after the implementation and testing is over. When the system is found to be more difficult to under stand and complex, more effort is put to educate the end used to make them aware of the system, giving them lectures about the new system and providing them necessary documents and materials about how the system can do this.
Training of application software:
After providing the necessary basic training on the computer awareness, the users will have to be trained upon the new system such as the screen flows and screen design type of help on the screen, type of errors while entering the data, the corresponding validation check at each entry and the way to correct the data entered. It should then cover information needed by the specific user or group to use the system.
Post Implementation View:
The department is planning a method to know the states of t he past implementation process. For that regular meeting will be arranged by the concerned officers about the implementation problem and success
SOFTWARE TESTING
Is the menu bar displayed in the appropriate contested some system related features included either in menus or tools Do pull Down menu operation and Tool-bars work properly Are all menu function and pull down sub function properly listed ; Is it possible to invoke each menu function using a logical assumptions that if all parts of the system are correct, the goal will be successfully achieved . In adequate testing or non-testing will leads to errors that may appear few months later.
This create two problem
1. Time delay between the cause and appearance of the problem.
2. The effect of the system errors on files and records within the system
The purpose of the system testing is to consider all the likely variations to which it will be suggested and push the systems to limits.
The testing process focuses on the logical intervals of the software ensuring that all statements have been tested and on functional interval is conducting tests to uncover errors and ensure that defined input will produce actual results that agree with the required results. Program level testing, modules level testing integrated and carried out.
There are two major type of testing they are
1) White Box Testing.
2) Black Box Testing.
White Box Testing
White box some times called Glass box testing is a test case design uses the control structure of the procedural design to drive test case.
Using white box testing methods, the following tests where made on the system
a) All independent paths within a module have been exercised once. In our system, ensuring that case was selected and executed checked all case structures. The bugs that were prevailing in some part of the code where fixed
b) All logical decisions were checked for the truth and falsity of the values.
Black box Testing
Black box testing focuses on the functional requirements of the software. This is black box testing enables the software engineering to derive a set of input conditions that will fully exercise all functional requirements for a program. Black box testing is not an alternative to white box testing rather it is complementary approach that is likely to uncover a different class of errors that white box methods like..
1) Interface errors
2) Performance in data structure
3) Performance errors
4) Initializing and termination errors
CONCLUSION
Our project is only a humble venture to satisfy the needs in an Institution. Several user friendly coding have also adopted. This package shall prove to be a powerful package in satisfying all the requirements of the organization.
The objective of software planning is to provide a frame work that enables the manger to make reasonable estimates made within a limited time frame at the beginning of the software project and should be updated regularly as the project progresses. Last but not least it is no the work that played the ways to success but ALMIGHTY
BIBLIOGRAPHY
1) http://javaworldjavaworld/jw-01-1998/jw-...eview.html
2) Database Programming with JDBC and Java by O'Reilly
3) Head First Java 2nd Edition
4) http://jdbc-tutorial
5) Java and Software Design Concepts by APress
Reply

#3
[attachment=3302]

INTRODUCTION

Student Management System is software which is helpful for students as well as the school authorities. In the current system all the activities are done manually. It is very time consuming and costly. Our Student Management System deals with the various activities related to the students.
There are mainly 3 modules in this software
User module
Student Module
Mark management

In the Software we can register as a user and user has of two types, student and administrator. Administrator has the power to add new user and can edit and delete a user. A student can register as user and can add edit and delete his profile. The administrator can add edit and delete marks for the student. All the users can see the marks.

SYSTEM ANALYSIS

EXISTING SYSTEM:
System Analysis is a detailed study of the various operations performed by a system and their relationships within and outside of the system. Here the key question is- what all problems exist in the present system? What must be done to solve the problem? Analysis begins when a user or manager begins a study of the program using existing system.
During analysis, data collected on the various files, decision points and transactions handled by the present system. The commonly used tools in the system are Data Flow Diagram, interviews, etc. Training, experience and common sense are required for collection of relevant information needed to develop the system. The success of the system depends largely on how clearly the problem is defined, thoroughly investigated and properly carried out through the choice of solution. A good analysis model should provide not only the mechanisms of problem understanding but also the frame work of the solution. Thus it should be studied thoroughly by collecting data about the system. Then the proposed system should be analyzed thoroughly in accordance with the needs.

System analysis can be categorized into four parts.
S System planning and initial investigation
S Information Gathering
S Applying analysis tools for structured analysis
S Feasibility study
S Cost/ Benefit analysis.

In the current system we need to keep a number of records related to the student and want to enter the details of the student and the marks manually. In this system only the teacher or the school authority views the mark of the student and they want to enter the details of the student. This is time consuming and has much cost.

PROPOSED SYSTEM

In our proposed system we have the provision for adding the details of the students by themselves. So the overhead of the school authorities and the teachers is become less. Another advantage of the system is that it is very easy to edit the details of the student and delete a student when it found unnecessary. The marks of the student are added in the database and so students can also view the marks whenever they want.

Our proposed system has several advantages
> User friendly interface
> Fast access to database
> Less error
> More Storage Capacity
> Search facility
> Look and Feel Environment
> Quick transaction

All the manual difficulties in managing the student details in a school or college have been rectified by implementing computerization.

FEASIBILITY ANALYSIS

Whatever we think need not be feasible .It is wise to think about the feasibility of any problem we undertake. Feasibility is the study of impact, which happens in the organization by the development of a system. The impact can be either positive or negative. When the positives nominate the negatives, then the system is considered feasible. Here the feasibility study can be performed in two ways such as technical feasibility and Economical Feasibility.

Technical Feasibility:
We can strongly says that it is technically feasible, since there will not be much difficulty in getting required resources for the development and maintaining the system as well. All the resources needed for the development of the software as well as the maintenance of the same is available in the organization here we are utilizing the resources which are available already.

Economical Feasibility
Development of this application is highly economically feasible .The organization needed not spend much money for the development of t he system already available. The only thing is to be done is making an environment for the development with an effective supervision. I f we are doing so , we can attain the maximum usability of the corresponding resources .Even after the development , the organization will not be in condition to invest more in t he organization .There fore , the system is economically feasible.

SYSTEM REQUIREMENTS

This management system can be used in windows 98, Windows2000, Windows XP and Windows NT, supported for other platform such as Applet, Macintosh and UNIX.
The system must be running Windows 98, Windows 98 or Windows NT4.0 operating system and must meet the following hardware requirements.
> For Windows 95 based computers , a 486 / 66 MHz or higher processor with 8MB
> For Windows 98 based computers , a 500/88MHz or higher processor with 32 Mb of RAM
> For Windows NT based computers , a 488 / 66 MHz or higher processor with 16 MB of RAM
> For Windows 200 based computers , a 700/850 MHz or higher processor with 512 MB of Ram

DATA FLOW DIAGRAM

Context Diagram


User







SYSTEM DESIGN

INPUT DESIGN

Input design is the process of converting user-oriented input to a computer based format. Input design is a part of overall system design, which requires very careful attention .Often the collection of input data is the most expensive part of the system. The main objectives of the input design are ..
1. Produce cost effective method of input
2. Achieve highest possible level of accuracy
3. Ensure that the input is acceptable to and understood by the staff. Input Data
The goal of designing input data is to make entry easy, logical and free from errors as possible. The entering data entry operators need to know the allocated space for each field; field sequence and which must match with that in the source document. The format in which the data fields are entered should be given in the input form .Here data entry is online; it makes use of processor that accepts commands and data from the operator through a key board. The input required is analyzed by the processor. It is then accepted or rejected. Input stages include the following processes
Data Recording
Data Transcription
Data Conversion
Data Verification
Data Control
Data Transmission
Data Correction

One of the aims of the system analyst must be to select data capture method and devices, which reduce the number of stages so as to reduce both the changes of errors and the cost .Input types, can be characterized as.
External
Internal
Operational
Computerized
Interactive
Input files can exist in document form before being input to the computer. Input design is rather complex since it involves procedures for capturing data as well as inputting it to the computer.

OUTPUT DESIGN

Outputs from computer systems are required primarily to communicate the results of processing to users. They are also used to provide a permanent copy of these result for latter consultation .Computer output is the most important and direct source of information to the users. Designing computer output should proceed in an organized well through out the manner. The right output must be available for the people who find the system easy o use. The outputs have been defined during the logical design stage. If not, they should defined at the beginning of the output designing terms of types of output connect, format, response etc,

Various types of outputs are
External outputs
Internal outputs
Operational outputs
Interactive outputs
Turn around outputs
All screens are informative and interactive in such a way that the user can full fill his requirements through asking queries.

DATABASE DESIGN

The general theme behind a database is to handle information as an integrated whole. A database is a collection of interrelated data stored with minimum redundancy to serve many users quickly and effectively. After designing input and output, the analyst must concentrate on database design or how data should be organized around user requirements. The general objective is to make information access, easy quick, inexpensive and flexible for other users. During database design the following objectives are concerned:-

>

Controlled Redundancy

>

Data independence

>

Accurate and integrating

>

More information at low cost

>

Recovery from failure

>

Privacy and security

>

Performance

>

Ease of learning and use


SYSTEM IMPLEMENTATION

Implementation is the stage in the project where the theoretical design is turned into a working system. The implementation phase constructs, installs and operates the new system. The most crucial stage in achieving a new successful system is that it will work efficiently and effectively.

There are several activities involved while implementing a new project. They are
> End user training
> End user Education
> Training on the application software
> System Design
> Parallel Run and To New System
> Post implementation Review

End user Training:
The successful implementation of the new system will purely upon the involvement of the officers working in that department. The officers will be imparted the necessary training on the new technology

End User Education:
The education of the end user start after the implementation and testing is over. When the system is found to be more difficult to under stand and complex, more effort is put to educate the end used to make them aware of the system, giving them lectures about the new system and providing them necessary documents and materials about how the system can do this.
Training of application software:
After providing the necessary basic training on the computer awareness, the users will have to be trained upon the new system such as the screen flows and screen design type of help on the screen, type of errors while entering the data, the corresponding validation check at each entry and the way to correct the data entered. It should then cover information needed by the specific user or group to use the system.

Post Implementation View:
The department is planning a method to know the states of t he past implementation process. For that regular meeting will be arranged by the concerned officers about the implementation problem and success

SOFTWARE TESTING

Is the menu bar displayed in the appropriate contested some system related features included either in menus or tools? Do pull -Down menu operation and Tool-bars work properly? Are all menu function and pull down sub function properly listed ?; Is it possible to invoke each menu function using a logical assumptions that if all parts of the system are correct, the goal will be successfully achieved .? In adequate testing or non-testing will leads to errors that may appear few months later.
This create two problem
1. Time delay between the cause and appearance of the problem.
2. The effect of the system errors on files and records within the system
The purpose of the system testing is to consider all the likely variations to which it will be suggested and push the systems to limits.
The testing process focuses on the logical intervals of the software ensuring that all statements have been tested and on functional interval is conducting tests to uncover errors
and ensure that defined input will produce actual results that agree with the required results. Program level testing, modules level testing integrated and carried out.

There are two major type of testing they are
1) White Box Testing.
2) Black Box Testing.

White Box Testing

White box some times called "Glass box testing" is a test case design uses the control structure of the procedural design to drive test case.

Using white box testing methods, the following tests where made on the system
a) All independent paths within a module have been exercised once. In our system, ensuring that case was selected and executed checked all case structures. The bugs that were prevailing in some part of the code where fixed
b) All logical decisions were checked for the truth and falsity of the values.

Black box Testing

Black box testing focuses on the functional requirements of the software. This is black box testing enables the software engineering to derive a set of input conditions that will fully exercise all functional requirements for a program. Black box testing is not an alternative to white box testing rather it is complementary approach that is likely to uncover a different class of errors that white box methods like..
1) Interface errors
2) Performance in data structure
3) Performance errors
4) Initializing and termination errors
CONCLUSION

Our project is only a humble venture to satisfy the needs in an Institution. Several user friendly coding have also adopted. This package shall prove to be a powerful package in satisfying all the requirements of the organization.

The objective of software planning is to provide a frame work that enables the manger to make reasonable estimates made within a limited time frame at the beginning of the software project and should be updated regularly as the project progresses. Last but not least it is no the work that played the ways to success but ALMIGHTY

BIBLIOGRAPHY
1) http://javaworldjavaworld/jw-01-1998/jw-...eview.html
2) Database Programming with JDBC and Java by O'Reilly
3) Head First Java 2nd Edition
4) http://jdbc-tutorial
5) Java and Software Design Concepts by APress
Reply

#4


SUBMITTED BY:
Aditya Kumar

SUBMITTED TO

Department of Computer Science and Engineering
Lovely Professional University
Phagwara
PUNJAB



[attachment=7938]

TABLE OF CONTENTS

1. Introduction

2. Proposed system
a) Description
b) System requirements

3. Requirement Analysis

4. System Design

5. Flow Chart

6. Source Code

7. Future Scope of the Project

8. Conclusion

INTRODUCTION

In the existing system, most of the records are maintained on paper. It becomes very inconvenient to modify the data. In the existing system, here is a possibility that the same data in different registers may have different values which means the entries of the same data do not match. This inconsistent state does not supply the concrete information which poses a problem in the case information related to particular search record.
Our project is very useful. User is no longer required to check his register in search of records, as now it can be searched over the software by choosing some options. The user need not to type in most of the information. He/she is just required to enter the desired options. On the whole it liberates the user from keeping lengthy manual records. In a nutshell, it abates the work load of an organization.
In today s world, no one likes to perform calculations on calculator or manually when computer is there. Every one wants his/her work to be done by computer automatically and displaying the result for further manipulations. So this project is about providing convenience regarding fee management system.

PROPOSED SYSTEM

The following documentation is a project the FEE MANAGEMENT SYSTEM . It is a detailed summary of all the drawbacks of the old system and how the new proposed system overcomes these shortcomings. The new system takes into account the various factors while designing a new system. It keeps into the account the Economical bandwidth available for the new system. The foremost thing that is taken care of is the need and requirements of the user.

DESCRIPTION

Before developing software we keep following things in mind that we can develop powerful and quality software.

PROBLEM STATEMENT

Problem statement was to design a module:
o Which is user friendly
o Which will restrict the user from accessing other user s data.
o Which will help user in viewing his data and privileges.
o Which will help the administrator to handle all the changes.

FUNCTIONS TO BE PROVIDED:

The system will be user friendly and completely menu driven so that the users shall have no problem in using all options.
o The system will be efficient and fast in response.
o The system will be customized according to needs.
FOR FEE MANAGEMENT SYSTEM
o (View
o Add
o Delete)

SYSTEM REQUIRMENTS
Operating system: MS Windows XP or Windows Vista
Language: C Language
Processor: Pentium IV Processor
RAM: 512 MB
Hard disk: 5 GB

REQUIREMENT ANALYSIS

This process is adopted when management of the system development, Personnel decide that the particular system needs improvement. The system development life cycle is the set of activities, carried out by the analyst, designers and users to develop and implement a system. The systems that are present in the nature follow common life cycle pattern. For example consider the raining system. Initially the rain falls into the river, river flows into sea, the sea water evaporates to form vapors, the vapors form clouds which again bring rain. Similarly consider a man made system initially a system is analyzed, designed and made operational by the efforts of system analysis.

After successful operation or a number of users, the system becomes less and less effective by change in the environment. So these changes have to be incorporated in to the system by minor modifications. So the general activities from the life cycle of the system are given below:
Select ion and identification of the system to be studied
Preliminary study
Defining the system
Design and development of the system
Implementation of the system

SYSTEM DESIGN

Then we began with the design phase of the system. System design is a solution, a HOW TO approach to the creation of a new system. It translates system requirements into ways by which they can be made operational. It is a translational from a user oriented document to a document oriented programmers. For that, it provides the understanding and procedural details necessary for the implementation. Here we use Flowchart to supplement the working of the new system. The system thus made should be reliable, durable and above all should have least possible maintenance costs. It should overcome all the drawbacks of the Old existing system and most important of all meet the user requirements.



Reply

#5
[attachment=15149]
INTRODUCTION
Student Management System is software which is helpful for students as well as the school authorities. In the current system all the activities are done manually. It is very time consuming and costly. Our Student Management System deals with the various activities related to the students.
There are mainly 3 modules in this software
User module
Student Module
Mark management
In the Software we can register as a user and user has of two types, student and administrator. Administrator has the power to add new user and can edit and delete a user. A student can register as user and can add edit and delete his profile. The administrator can add edit and delete marks for the student. All the users can see the marks.
SYSTEM ANALYSIS
EXISTING SYSTEM:

System Analysis is a detailed study of the various operations performed by a system and their relationships within and outside of the system. Here the key question is- what all problems exist in the present system? What must be done to solve the problem? Analysis begins when a user or manager begins a study of the program using existing system.
During analysis, data collected on the various files, decision points and transactions handled by the present system. The commonly used tools in the system are Data Flow Diagram, interviews, etc. Training, experience and common sense are required for collection of relevant information needed to develop the system. The success of the system depends largely on how clearly the problem is defined, thoroughly investigated and properly carried out through the choice of solution. A good analysis model should provide not only the mechanisms of problem understanding but also the frame work of the solution. Thus it should be studied thoroughly by collecting data about the system. Then the proposed system should be analyzed thoroughly in accordance with the needs.
System analysis can be categorized into four parts.
System planning and initial investigation
Information Gathering
Applying analysis tools for structured analysis
Feasibility study
Cost/ Benefit analysis.
In the current system we need to keep a number of records related to the student and want to enter the details of the student and the marks manually. In this system only the teacher or the school authority views the mark of the student and they want to enter the details of the student. This is time consuming and has much cost.
PROPOSED SYSTEM
In our proposed system we have the provision for adding the details of the students by themselves. So the overhead of the school authorities and the teachers is become less. Another advantage of the system is that it is very easy to edit the details of the student and delete a student when it found unnecessary. The marks of the student are added in the database and so students can also view the marks whenever they want.
Our proposed system has several advantages
User friendly interface
Fast access to database
Less error
More Storage Capacity
Search facility
Look and Feel Environment
Quick transaction
All the manual difficulties in managing the student details in a school or college have been rectified by implementing computerization.
FEASIBILITY ANALYSIS
Whatever we think need not be feasible .It is wise to think about the feasibility of any problem we undertake. Feasibility is the study of impact, which happens in the organization by the development of a system. The impact can be either positive or negative. When the positives nominate the negatives, then the system is considered feasible. Here the feasibility study can be performed in two ways such as technical feasibility and Economical Feasibility.
Technical Feasibility:
We can strongly says that it is technically feasible, since there will not be much difficulty in getting required resources for the development and maintaining the system as well. All the resources needed for the development of the software as well as the maintenance of the same is available in the organization here we are utilizing the resources which are available already.
Economical Feasibility
Development of this application is highly economically feasible .The organization needed not spend much money for the development of t he system already available. The only thing is to be done is making an environment for the development with an effective supervision. I f we are doing so , we can attain the maximum usability of the corresponding resources .Even after the development , the organization will not be in condition to invest more in t he organization .There fore , the system is economically feasible.
Reply

#6
[attachment=14395]
ABSTRACT
Our project explains about the student management. This project mainly explains the various actions related to student details. This project shows some ease in adding, editing and deleting the student details. It also provides a less time consuming process for viewing, adding, editing and deleting the marks of the students.
Our project includes
Student Registration
Subject Allocation
Branch selection
Semester wise selection.
Examination marks entry
Displaying branch and semester wise result.
1. INTRODUCTION
Student Management System is software which is helpful for students as well as the school authorities. In the current system all the activities are done manually. It is very time consuming and costly. Our Student Management System deals with the various activities related to the students.
There are mainly 3 modules in this software
User module
Student Module
Mark management Module.
In the Software we can register as a user and user has of two types, student and administrator. Administrator has the power to add new user and can edit and delete a user. A student can register as user and can add edit and delete his profile. The administrator can add edit and delete marks for the student. All the users can see the marks.
2. SYSTEM ANALYSIS
2.1 EXISTING SYSTEM:

System Analysis is a detailed study of the various operations performed by a system and their relationships within and outside of the system. Here the key question is- what all problems exist in the present system? What must be done to solve the problem? Analysis begins when a user or manager begins a study of the program using existing system.
During analysis, data collected on the various files, decision points and transactions handled by the present system. The commonly used tools in the system are Data Flow Diagram, interviews, etc. Training, experience and common sense are required for collection of relevant information needed to develop the system. The success of the system depends largely on how clearly the problem is defined, thoroughly investigated and properly carried out through the choice of solution. A good analysis model should provide not only the mechanisms of problem understanding but also the frame work of the solution. Thus it should be studied thoroughly by collecting data about the system. Then the proposed system should be analyzed thoroughly in accordance with the needs.
System analysis can be categorized into four parts.
System planning and initial investigation
Information Gathering
Applying analysis tools for structured analysis
Feasibility study
Cost/ Benefit analysis.
In the current system we need to keep a number of records related to the student and want to enter the details of the student and the marks manually. In this system only the teacher or the school authority views the mark of the student and they want to enter the details of the student. This is time consuming and has much cost.
2.2 PROPOSED SYSTEM
In our proposed system we have the provision for adding the details of the students by themselves. So the overhead of the school authorities and the teachers is become less. Another advantage of the system is that it is very easy to edit the details of the student and delete a student when it found unnecessary. The marks of the student are added in the database and so students can also view the marks whenever they want.
Our proposed system has several advantages
User friendly interface
Fast access to database
Less error
More Storage Capacity
Search facility
Look and Feel Environment
Quick transaction
All the manual difficulties in managing the student details in a school or college have been rectified by implementing computerization.
Reply

#7

[attachment=7635]

ABSTRACT

Student Management System deals with all kind of student details, academic related reports, college details, course details, curriculum, batch details and other resource related details too. It tracks all the details of a student from the day one to the end of his course which can be used for all reporting purpose, tracking of attendance, progress in the course, completed semesters years, coming semester year curriculum details, exam details, project or any other assignment details, final exam result; and all these will be available for future references too.

Our program will have the databases of Courses offered by the college under all levels of graduation or main streams, teacher or faculty's details, batch execution details, students' details in all aspects.This program can facilitate us explore all the activities happening in the college, even we can get to know which teacher / faculty is assigned to which batch, the current status of a batch, attendance percentage of a batch and upcoming requirements of a batch.

Different reports and Queries can be generated based of vast options related to students, batch, course, teacher / faculty, exams, semesters, certification and even for the entire college.
The main objective of using this management tool is for academic institutions range from schools and colleges to simplify their administrative process involving personnel management, inventory and payments.

The additional feature which is added in this tool is messaging services like SMS & E-mail which means tool can able to send messages to parents regarding students activities and school events. This system eases the process of tracking a record with its in built search option. For each and every organization, Business Process Reengineering (BPR) is important because BPR is a management approach aiming at improvements by means of elevating efficiency and effectiveness of the processes that exist within and across organizations.
The key to BPR is for organizations to look at their business processes from a "clean slate" perspective and determine how they can best construct these processes to improve how they conduct business and business process change management. So ARMS is designed and developed in the way to ensure the BPR is very much possible in the future requirements and transformations.

Our ARMS also provides proper solutions and reports for the top management for taking proper decisions and policies for Business process redesign and Business Transformations.ARMS also reduces the work load of the End users by eliminating the data-entry work while preparing reports for the top management.

ARMS is developed by using the Microsoft .NET platform so it provides high end security and user friendly environment for the users and provides great control over the system for the administrators.

INTRODUCTION

About the project
The student management system is an automated version of manual Student Management System. It can handle all details about a student. The details include college details, subject details, student personnel details, academic details, exam details etc..
In case of manual system they need a lot of time, manpower etc. Here almost all work is computerized. So the accuracy is maintained. Maintaining backup is very easy. It can do with in a few minutes.

Our system has two type of accessing modes, administrator and user. Student management system is managed by an administrator. It is the job of the administrator to insert update and monitor the whole process.

When a user log in to the system. He would only view details of the student. He can't perform any changes.
Reply

#8
[attachment=15107]
Why is SMS so important these days?
1. All in all, the SMS function is still to a large degree administrative and common to all institutes.
2. To varying degrees, most institutes have formalized selection, evaluation, and payroll processes.
3. Efficient and effective management of the STUDENT AND FACULTY POOL has become an increasingly imperative and complex activity.
4. The SMS functions consist of tracking innumerable data points on each student, from personal histories, data skills, capabilities, experience of faculty members and other necessary records.
5. To reduce the manual workload of these activities, institutes began to electronically automate many of these processes by introducing SMS technology.
6. The SMS are characteristically developed around some important principals like:
Student s personal as well as educational information.
Faculty personal as well as educational information.
Salary information of the faculty.
Attendance of the students as well as the faculty.
Fee Structure and maintenance.
Maintaining annual records.
Reports on performance of the students.
Maintaining records on purchase of books and articles.
ABOUT MODEL ENGLISH SCHOOL
MODEL ENGLISH SCHOOL was started in the year 1978.
It is managed by Keraleeya Samajam ,Dombivli.
Presently, there are more than 5,000 students and more than
50 teaching and non-teaching staffs.
It has 4 branches in Dombivli.
It has successfully completed 25 years .
NEED FOR SMS.
As we had already seen the need for SMS for the institutes and also the background of Model English School. We therefore need to see why MES needs such software.
The main reason can be thought as the problem of having manual entry procedures
Such as:
Large time for processing.
Data redundancy and maintenance.
No data security.
No facility for easy retrieval of data
No data modification facility.
Difficulty in managing large data
Upgrades, dropouts, breaks
No priority to generate reports.
Thus SMS have tried to sort out many of the problems faced by the institutes.
Thus using SMS provides many of the facility like attendance, salary structure, and even performance analysis.
Reply

#9
Student Information System along with college details implemented using JAVA

Java Project report
Under the guidance of Mr. Rajeev Gupta
What is the significance of MVC model ?
It ensures that applications are well designed with greater maintainability by integrating the well established Model-View-Controller (MVC) design pattern into its architecture. So it clearly separates behavior (Model) and presentation of data (View) in an application. UI components represent View (Typically in JSP), managed logics represent Model and Servlets are the Controllers . All the requests are handled by this controller. Any request passes through and examined by Servlets that calls various actions on the model (managed logic). The separation of behavior and presentation enables a wide range of users Page authors( web-page designers), Application developers, Component writers, Application architects , Tool vendors and allows members of team to focus on their own work only , resulting in division of labor and shorter development cycle.

Project Details
Student Information System along with college details
List of Modules
Model Classes
1.Conjdbc.java
2.Enterdb.java
3.Upadatedb.java
4.Updatedb1.java
5.deletedb1.java

Controllers servlets
1.control.java
2.Control1.java
3. Control2.java
4. Control3.java
5.Control5.java
6.Control6.java
7.Control7.java
8.Control8.java
9.Control9.java

Uml Diagram for student
Uml Diagram for Administrator
Database Schema

[attachment=13992]
Reply

#10
to get information about School Management System full report ,ppt and related topic refer the page link bellow

http://seminarsprojects.net/Thread-schoo...tem--10839

http://seminarsprojects.net/Thread-schoo...tem--10478

http://seminarsprojects.in/attachment.php?aid=3600

http://seminarsprojects.net/Thread-schoo...ent-system

http://seminarsprojects.in/attachment.php?aid=7883

http://seminarsprojects.net/Thread-stude...ull-report

http://seminarsprojects.in/attachment.php?aid=13275

http://seminarsprojects.net/Thread-stude...ort?page=3

http://seminarsprojects.net/Thread-stude...ort?page=5

http://seminarsprojects.net/Thread-stude...ort?page=4

http://seminarsprojects.net/Thread-POOLC...ENT-SYSTEM

http://seminarsprojects.net/Thread-schoo...9#pid62099
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.