SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
@ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 506
Student Administration System
Ma Hnin Yu Myaing1, Ma Naing2
1Lecturer, Department of Electronic Engineering, Technological University, Mandalay, Myanmar
2Lecturer, Department of Electronic Engineering, Technological University, Magway, Myanmar
How to cite this paper: Ma Hnin Yu
Myaing | Ma Naing "Student
Administration System" Published in
International
Journal of Trend in
Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-5, August
2019, pp.506-510,
https://doi.org/10.31142/ijtsrd26388
Copyright © 2019 by author(s) and
International Journalof Trendin Scientific
Research and Development Journal. This
is an Open Access article distributed
under the terms of
the Creative
CommonsAttribution
License (CC BY 4.0)
(http://creativecommons.org/licenses/by
/4.0)
ABSTRACT
Student Administration System is primarily a paper based method to manage
of student information or student profile detail. Nowadays, most people are
not interested paper based application. So, find more efficient solution to
reduce paper waste, and staff workload. Administration System is the most
suitable solution for people who want to request without paper and view for
their request. Decision support system is used for easily making decisions by
administrators. Administration Systemisaccessiblefrom anywhere and works
with a secure login. The system is fully secure and protected from accessing
without authorization. With a user friendly interface requests and approvals
can be completed quickly and accurately. Administration System is an
automatic system that allows users to applyformanagementof theirdata with
easily.
KEYWORDS: computer, Java Language, Query Language (MySQL 1.2.12) Server,
student data
1. INTRODUCTION
Student administration system is a kind of managementinformation systemfor
education establishments to manage student data. This system is to allow the
administrator of any organization to edit and find out the personal details of a
student and allows the student to keep up to date his profile.
It tracks all the details of a student from day one to the end
of his course, completed semesters years, coming semester
year curriculum details are available for future references
too. A Student Administration System (SAS) is a software
application. This System must have database that contains
student information and it must be able to help the
administrator to manipulate data, update database and also
nice interface to make it easier to use. The database holds
details of the program and student data offered by the
University and is used to manage student financial
information. Students are able update their enrolment and
contact details stored in SAS. This system will focus on TUM
(Technological University Mandalay), it is easier and faster
to protect time losses. Java complies straight from source
code to executable code, with no object file. Although Java
classes are similar to C# classes, there are the some
important differences relating to constants, base classes,
constructor and static constructor.
2. Database Management System
Nowadays, computerized system is very useful in economic
and electronic fields and it can be applied practically and
effectively. In order to build a computerized system,
programming language, database file and a connection
language to join database file and coding are essential of the
system. There are many programming language such as C,
C++, JAVA, C# and so on. Each language has its own
properties and methods. For this systemJAVAprogramming
language is applied, it can take displaying data and MySQL
Query Browser 1.1.12 is used a database file (data contains)
for storing data. It can store data as user desire but it is not
possible to make calculation. MySQl 1.2.12 is necessary as a
connection tool between programming language and
database. Figure1. illustrates database managementsystem.
Figure.1.Program and DBMS (Database Management
System) Sever Connection
3. System Flow Diagram
Figure2. shows the complete system flow diagram of the
Student Administration System. Each part of performanceis
as shown in the following articles.
Figure3. Flow Diagram for Student Administration System
IJTSRD26388
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 507
3.1. Database Construction
Database construction is very important role of the student
administration system.Thedatabaseserveris createdbefore
starting the system. To create the database server, The
MySQL server software 1.2.12 is needed. Firstly, the server
type, server name and authentication process are needed to
write.
Figure4. Java Language Style in Student Administration
System
And then, the database name and owner name is required to
create a new database. The step of thedatabase construction
is shown in Figure4. [13Rhi]. Figure5. shows Connection to
MySQL Server.
Figure5. Connection to MySQL Server
3.2. Table Creating in Database
Table creating is included in the database server. Because
database is a collection of tables withtypedcolumns.In table
creating, column name, data type and allow null are
included. In this database system, user table and student
data table are designed in MySQL Server. database table.
Among database, in this system, student data database has
been shown as example as photo. The student Roll No,
student Name, Major, Year, NRC, Father Name, Ph No and
Address are included under the column name. In the data
type, it may be integer, variablecharacterthataredepending
upon the user conditions.. The student data table creating in
the database server is shown in Figure6. [17Bes]
Figure6. Student data Table Creating in Database
3.3. Table Saving in Database
Data saving section is a saving of the user information at the
column name and the data type. It is very importantbecause
the user information can check if the error occurs about the
system. If the new user used the system, the user needed to
create register. This registration will automatically save at
the data saving table in database. Student data saving in the
database is shown in Figure7.
Figure7.Table Saving in Database
3.4. Retrieving Data from the Table
The storing data in the database table can be retrieved by
using the following steps:
Create a Java Connection to the MySQl database.
Define the select statement
Execute the SELECT query, gettingaJavaResultsetfrom
that query.
Iterate over the Result Set, getting the database fields
(columns) from each row of data that is returned.
Close the Java database connection.
Catch andy SQL exceptions that may come up duringthe
process.
In this system, database username is "root", and the
password is "root". The database is running on the same
computer where this program is run, so the database host
name is "local host". Output will vary depending on the
actual data in database table. [14Ano]. Retrieving Method
from Database is as shown in Figure8.
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 508
Figure8. Retrieving Method from Database
3.5. Data Add Process
In this system, student data are needed to add in the
database. The database name is studentda and table nameis
student data. In table, student roll no, student name, major,
year, NRC, father name, Ph no and Address are included.
Figure9. Flowchart of Data Add Process
Figure9 illustrates the adding step of the system. [18Sau].
According to the Figure9, in Input Desire Data Base , delete,
search, update and view all information can be used
respectively in the place of add.
4. Results
The result of each part is as shown in the following Figures.
4.1. Login Page of the System
Login form is the main entry for the system. To use this
system, admin filling username and password needed to be
corrected. Changing username and password can also be
done. The function of the login button is to compare the
inputted username and password with is username,
password and confirm password existing in the database
table. If the compare data are matched, the page of the
system will be displayed. If the inputted data is error, the
message box will be displayed. Figure10. shows the login
page of the system.
Figure10. Login Page of the System
4.2. Change Password Page
In this system, the username can change password whenthe
use of user are transferred into another user. At that time,
the original the username and password are must be
corrected. So, user can change new password.
Figure11.Change Password Form of the System
When click the change button, the user can change new
password. After changing the password, the user can also
return the login page by clicking Back Login Page button.
Figure11. describes the example of Change Form of the
system.
4.3. User Login Data Page
The user needs to create own username and password to log
in this system. This system will identify according to their
username and password. Therefore, the user needs tokeyin
the correct username and password to access this system.
The page in Figure12 shows the example of user login page
for this system. In this page, the user enter the correct
username and password which stored in the database. If the
user wrongs the username and password, thesystemcannot
be accessed and user does not use this system.
Figure12. User Login Page
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 509
5. Main Page of the System
The main page is included the function of each frame in the
menu. In this page, user can work Add new, Update, Delete,
Searching (by roll no, by name, by major, by year) and view
all student information.
Figure13 File Menu of the Main Page
Figure14. Search Menu of the Main Page
There are three main menus in the Main Page such as File
Menu, Search Menu and View Menu. Figure13.illustrates the
file menu of the main page. Figure14. shows thesearch menu
of the main page and Figure15. describes the view menu of
the main page.
Figure15.View Menu of the Main Page of the System
6. Action Pages of each Function
There are action pages of each function intheadministration
system. Among them, example of the each action pages are
as follow.
6.1. Search by Name Page
In this page, user can find the student information by filling
only the name beside the text field want to search. Figure16.
shows the result of search by name.
Figure16.Search Result by Name
6.2. Update Page
Figure17.Update Student Information Page
When the student information are wrong or mistake data,
user can update correct data of the information in this page..
By filling the text fields user wants to update the data and
then click the update button. By doing this way, the user can
update the information which have been in the database.
Figure17. is an example of UpdateStudentInformationPage.
6.3. Search by Year
In this system, user can also search by year in this page. The
user can search by filling the year want to search in the text
field. The data are seen by scrolling the scroll bar in the right
sight. The result of Search by Year is as shown in Figure18.
Figure18.Search Result by Year
7. Discussions
In this system, Student Administration System is
implemented by using MySQL database and Java
Programming Language. This system gavemorereliable and
faster the student administration system compared to
current manual ways of taking student information.
This system recorded the information is very convenient
manner using the database table. The system is developed
very helpful in saving valuabletimeofstudentsandteachers,
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 510
paper and generating report at the required time. In host
computer system, MySQL software is used for the database
server. MySQL server benefits the system security. The data
can be stored in the database. The memory storage was
depended on the space of the hard disk. The larger hard disk
space, the data can be saved. The window form applications
are implemented with the Java Language.
8. Conclusion
In a conclusion, this system mainly reviewed the research
and development work with the help of MySQL Query
Browser. By developing this system, the knowledge of
database construction and design using Java Language are
realized. This system has been developed using MySQL
1.2.12, the system was able to process and update database
with more ease. It helps in developing a total integrated
system. In terms of performance and efficiency, this system
has provided a convenient method of administrationsystem
compared to the traditional method of administration
system. By using database, the data is more organized.
Thus, it can be implemented in either an academicinstitution
or in the organizations.
9. REFERENCES
[1] [18Ano] Student Management System, January,
2018, https://www.softwaresuggest.com
[2] [18Sau] Saurar Adhikari: Student Management
System using Java with source code and database, July,
2018, https://1-tube.ru>watch
[3] [17Ano] Studentinformationand accountingsystem
of Cagayan state (PDF), Feb, 2017,
www.ijirr.com>sites>fites>issues.files
[4] [17Alv] Alvin Alexander: Student Administration
System, Aug, 2017, https://alvinulexander.com>java
[5] [17Bes] BestCsharp blog, July, 2017
[6] [17Jos] Josiah Maphones: Student Management
System in Java with MySQL database, November, 2017
[7] [14Ano] Student Administration System, August,
2014, www.en.m.wikipedia.org>wiki>Student
[8] [13Rhi] Rhipkins: Student Management System,
Feb, 2013, www.nzccr.org.nz>set

More Related Content

What's hot

User manual---school-level-module-v2 u9a67pj3.0-latest
User manual---school-level-module-v2 u9a67pj3.0-latestUser manual---school-level-module-v2 u9a67pj3.0-latest
User manual---school-level-module-v2 u9a67pj3.0-latestBoyet Aluan
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)maamir farooq
 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLsvrohith 9
 
Extract and Analyze Data from PDF File and Web : A Review
Extract and Analyze Data from PDF File and Web : A ReviewExtract and Analyze Data from PDF File and Web : A Review
Extract and Analyze Data from PDF File and Web : A ReviewIRJET Journal
 
Srs hospital management
Srs hospital managementSrs hospital management
Srs hospital managementmaamir farooq
 
Sql interview q&a
Sql interview q&aSql interview q&a
Sql interview q&aSyed Shah
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1askme
 
How to Update Database Online (With Example Student Information Management Sy...
How to Update Database Online (With Example Student Information Management Sy...How to Update Database Online (With Example Student Information Management Sy...
How to Update Database Online (With Example Student Information Management Sy...Adeel Rasheed
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemRHIMRJ Journal
 
SRS- Tea Garden Management
SRS- Tea Garden Management SRS- Tea Garden Management
SRS- Tea Garden Management Md Arif Hasan
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Usman Tariq
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1askme
 
CIS 111 STUDY Introduction Education--cis111study.com
CIS 111 STUDY Introduction Education--cis111study.comCIS 111 STUDY Introduction Education--cis111study.com
CIS 111 STUDY Introduction Education--cis111study.comclaric262
 

What's hot (17)

User manual---school-level-module-v2 u9a67pj3.0-latest
User manual---school-level-module-v2 u9a67pj3.0-latestUser manual---school-level-module-v2 u9a67pj3.0-latest
User manual---school-level-module-v2 u9a67pj3.0-latest
 
B131626
B131626B131626
B131626
 
320 324
320 324320 324
320 324
 
Hostpital management system(srs)
Hostpital management system(srs)Hostpital management system(srs)
Hostpital management system(srs)
 
A mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQLA mini project on designing a DATABASE for Library management system using mySQL
A mini project on designing a DATABASE for Library management system using mySQL
 
ms-11.pdf
ms-11.pdfms-11.pdf
ms-11.pdf
 
Extract and Analyze Data from PDF File and Web : A Review
Extract and Analyze Data from PDF File and Web : A ReviewExtract and Analyze Data from PDF File and Web : A Review
Extract and Analyze Data from PDF File and Web : A Review
 
Dbms notesization 2014
Dbms notesization 2014Dbms notesization 2014
Dbms notesization 2014
 
Srs hospital management
Srs hospital managementSrs hospital management
Srs hospital management
 
Sql interview q&a
Sql interview q&aSql interview q&a
Sql interview q&a
 
D I T211 Chapter 1 1
D I T211    Chapter 1 1D I T211    Chapter 1 1
D I T211 Chapter 1 1
 
How to Update Database Online (With Example Student Information Management Sy...
How to Update Database Online (With Example Student Information Management Sy...How to Update Database Online (With Example Student Information Management Sy...
How to Update Database Online (With Example Student Information Management Sy...
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
SRS- Tea Garden Management
SRS- Tea Garden Management SRS- Tea Garden Management
SRS- Tea Garden Management
 
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
Data Models [DATABASE SYSTEMS: Design, Implementation, and Management]
 
D I T211 Chapter 1
D I T211    Chapter 1D I T211    Chapter 1
D I T211 Chapter 1
 
CIS 111 STUDY Introduction Education--cis111study.com
CIS 111 STUDY Introduction Education--cis111study.comCIS 111 STUDY Introduction Education--cis111study.com
CIS 111 STUDY Introduction Education--cis111study.com
 

Similar to Student Administration System

Student Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint SoftwareStudent Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint Softwareijtsrd
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemEditor IJCATR
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemEditor IJCATR
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET Journal
 
Paper on TnPDatabaseMgmtSystem
Paper on TnPDatabaseMgmtSystemPaper on TnPDatabaseMgmtSystem
Paper on TnPDatabaseMgmtSystemRohit Mate
 
Studentinformationmanagementsystem.pdf iyr
Studentinformationmanagementsystem.pdf iyrStudentinformationmanagementsystem.pdf iyr
Studentinformationmanagementsystem.pdf iyr053VENKADESHKUMARVK
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxSayantanMajhi2
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxSayantanMajhi2
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsAlexander Decker
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREIRJET Journal
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management systemeSAT Journals
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for Collegeijtsrd
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxLaticiaGrissomzz
 
Student database management system
Student database management systemStudent database management system
Student database management systemSnehal Raut
 
A Mobile Application for Bus E Ticketing System
A Mobile Application for Bus E Ticketing SystemA Mobile Application for Bus E Ticketing System
A Mobile Application for Bus E Ticketing Systemijtsrd
 
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...ijwscjournal
 
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...ijwscjournal
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable GeneratorIRJET Journal
 

Similar to Student Administration System (20)

Student Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint SoftwareStudent Attendance Management System with Fingerprint Software
Student Attendance Management System with Fingerprint Software
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
 
IRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine LearningIRJET - College Recommendation System using Machine Learning
IRJET - College Recommendation System using Machine Learning
 
Paper
PaperPaper
Paper
 
Paper on TnPDatabaseMgmtSystem
Paper on TnPDatabaseMgmtSystemPaper on TnPDatabaseMgmtSystem
Paper on TnPDatabaseMgmtSystem
 
Studentinformationmanagementsystem.pdf iyr
Studentinformationmanagementsystem.pdf iyrStudentinformationmanagementsystem.pdf iyr
Studentinformationmanagementsystem.pdf iyr
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
 
StudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptxStudentInformationSystemAndroidbased.pptx
StudentInformationSystemAndroidbased.pptx
 
Design of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstremsDesign of a prototype web based students’ record management system – webstrems
Design of a prototype web based students’ record management system – webstrems
 
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWAREPLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
PLANNOVA -PLACEMENT MANAGEMENT SOFTWARE
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management system
 
Online Admission System
Online Admission System  Online Admission System
Online Admission System
 
Smart Alert for College
Smart Alert for CollegeSmart Alert for College
Smart Alert for College
 
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docxJournal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
Journal of Physics Conference SeriesPAPER • OPEN ACCESS.docx
 
Student database management system
Student database management systemStudent database management system
Student database management system
 
A Mobile Application for Bus E Ticketing System
A Mobile Application for Bus E Ticketing SystemA Mobile Application for Bus E Ticketing System
A Mobile Application for Bus E Ticketing System
 
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
 
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
SOA-A GENERIC APPROACH FOR INTEGRATING LOOSELY COUPLED SYSTEMS WITH OTHER SYS...
 
IRJET- Institute Based ERP System and Timetable Generator
IRJET-  	  Institute Based ERP System and Timetable GeneratorIRJET-  	  Institute Based ERP System and Timetable Generator
IRJET- Institute Based ERP System and Timetable Generator
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsKarinaGenton
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 

Recently uploaded (20)

Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Science 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its CharacteristicsScience 7 - LAND and SEA BREEZE and its Characteristics
Science 7 - LAND and SEA BREEZE and its Characteristics
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 

Student Administration System

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume 3 Issue 5, August 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470 @ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 506 Student Administration System Ma Hnin Yu Myaing1, Ma Naing2 1Lecturer, Department of Electronic Engineering, Technological University, Mandalay, Myanmar 2Lecturer, Department of Electronic Engineering, Technological University, Magway, Myanmar How to cite this paper: Ma Hnin Yu Myaing | Ma Naing "Student Administration System" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-5, August 2019, pp.506-510, https://doi.org/10.31142/ijtsrd26388 Copyright © 2019 by author(s) and International Journalof Trendin Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative CommonsAttribution License (CC BY 4.0) (http://creativecommons.org/licenses/by /4.0) ABSTRACT Student Administration System is primarily a paper based method to manage of student information or student profile detail. Nowadays, most people are not interested paper based application. So, find more efficient solution to reduce paper waste, and staff workload. Administration System is the most suitable solution for people who want to request without paper and view for their request. Decision support system is used for easily making decisions by administrators. Administration Systemisaccessiblefrom anywhere and works with a secure login. The system is fully secure and protected from accessing without authorization. With a user friendly interface requests and approvals can be completed quickly and accurately. Administration System is an automatic system that allows users to applyformanagementof theirdata with easily. KEYWORDS: computer, Java Language, Query Language (MySQL 1.2.12) Server, student data 1. INTRODUCTION Student administration system is a kind of managementinformation systemfor education establishments to manage student data. This system is to allow the administrator of any organization to edit and find out the personal details of a student and allows the student to keep up to date his profile. It tracks all the details of a student from day one to the end of his course, completed semesters years, coming semester year curriculum details are available for future references too. A Student Administration System (SAS) is a software application. This System must have database that contains student information and it must be able to help the administrator to manipulate data, update database and also nice interface to make it easier to use. The database holds details of the program and student data offered by the University and is used to manage student financial information. Students are able update their enrolment and contact details stored in SAS. This system will focus on TUM (Technological University Mandalay), it is easier and faster to protect time losses. Java complies straight from source code to executable code, with no object file. Although Java classes are similar to C# classes, there are the some important differences relating to constants, base classes, constructor and static constructor. 2. Database Management System Nowadays, computerized system is very useful in economic and electronic fields and it can be applied practically and effectively. In order to build a computerized system, programming language, database file and a connection language to join database file and coding are essential of the system. There are many programming language such as C, C++, JAVA, C# and so on. Each language has its own properties and methods. For this systemJAVAprogramming language is applied, it can take displaying data and MySQL Query Browser 1.1.12 is used a database file (data contains) for storing data. It can store data as user desire but it is not possible to make calculation. MySQl 1.2.12 is necessary as a connection tool between programming language and database. Figure1. illustrates database managementsystem. Figure.1.Program and DBMS (Database Management System) Sever Connection 3. System Flow Diagram Figure2. shows the complete system flow diagram of the Student Administration System. Each part of performanceis as shown in the following articles. Figure3. Flow Diagram for Student Administration System IJTSRD26388
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 507 3.1. Database Construction Database construction is very important role of the student administration system.Thedatabaseserveris createdbefore starting the system. To create the database server, The MySQL server software 1.2.12 is needed. Firstly, the server type, server name and authentication process are needed to write. Figure4. Java Language Style in Student Administration System And then, the database name and owner name is required to create a new database. The step of thedatabase construction is shown in Figure4. [13Rhi]. Figure5. shows Connection to MySQL Server. Figure5. Connection to MySQL Server 3.2. Table Creating in Database Table creating is included in the database server. Because database is a collection of tables withtypedcolumns.In table creating, column name, data type and allow null are included. In this database system, user table and student data table are designed in MySQL Server. database table. Among database, in this system, student data database has been shown as example as photo. The student Roll No, student Name, Major, Year, NRC, Father Name, Ph No and Address are included under the column name. In the data type, it may be integer, variablecharacterthataredepending upon the user conditions.. The student data table creating in the database server is shown in Figure6. [17Bes] Figure6. Student data Table Creating in Database 3.3. Table Saving in Database Data saving section is a saving of the user information at the column name and the data type. It is very importantbecause the user information can check if the error occurs about the system. If the new user used the system, the user needed to create register. This registration will automatically save at the data saving table in database. Student data saving in the database is shown in Figure7. Figure7.Table Saving in Database 3.4. Retrieving Data from the Table The storing data in the database table can be retrieved by using the following steps: Create a Java Connection to the MySQl database. Define the select statement Execute the SELECT query, gettingaJavaResultsetfrom that query. Iterate over the Result Set, getting the database fields (columns) from each row of data that is returned. Close the Java database connection. Catch andy SQL exceptions that may come up duringthe process. In this system, database username is "root", and the password is "root". The database is running on the same computer where this program is run, so the database host name is "local host". Output will vary depending on the actual data in database table. [14Ano]. Retrieving Method from Database is as shown in Figure8.
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 508 Figure8. Retrieving Method from Database 3.5. Data Add Process In this system, student data are needed to add in the database. The database name is studentda and table nameis student data. In table, student roll no, student name, major, year, NRC, father name, Ph no and Address are included. Figure9. Flowchart of Data Add Process Figure9 illustrates the adding step of the system. [18Sau]. According to the Figure9, in Input Desire Data Base , delete, search, update and view all information can be used respectively in the place of add. 4. Results The result of each part is as shown in the following Figures. 4.1. Login Page of the System Login form is the main entry for the system. To use this system, admin filling username and password needed to be corrected. Changing username and password can also be done. The function of the login button is to compare the inputted username and password with is username, password and confirm password existing in the database table. If the compare data are matched, the page of the system will be displayed. If the inputted data is error, the message box will be displayed. Figure10. shows the login page of the system. Figure10. Login Page of the System 4.2. Change Password Page In this system, the username can change password whenthe use of user are transferred into another user. At that time, the original the username and password are must be corrected. So, user can change new password. Figure11.Change Password Form of the System When click the change button, the user can change new password. After changing the password, the user can also return the login page by clicking Back Login Page button. Figure11. describes the example of Change Form of the system. 4.3. User Login Data Page The user needs to create own username and password to log in this system. This system will identify according to their username and password. Therefore, the user needs tokeyin the correct username and password to access this system. The page in Figure12 shows the example of user login page for this system. In this page, the user enter the correct username and password which stored in the database. If the user wrongs the username and password, thesystemcannot be accessed and user does not use this system. Figure12. User Login Page
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 509 5. Main Page of the System The main page is included the function of each frame in the menu. In this page, user can work Add new, Update, Delete, Searching (by roll no, by name, by major, by year) and view all student information. Figure13 File Menu of the Main Page Figure14. Search Menu of the Main Page There are three main menus in the Main Page such as File Menu, Search Menu and View Menu. Figure13.illustrates the file menu of the main page. Figure14. shows thesearch menu of the main page and Figure15. describes the view menu of the main page. Figure15.View Menu of the Main Page of the System 6. Action Pages of each Function There are action pages of each function intheadministration system. Among them, example of the each action pages are as follow. 6.1. Search by Name Page In this page, user can find the student information by filling only the name beside the text field want to search. Figure16. shows the result of search by name. Figure16.Search Result by Name 6.2. Update Page Figure17.Update Student Information Page When the student information are wrong or mistake data, user can update correct data of the information in this page.. By filling the text fields user wants to update the data and then click the update button. By doing this way, the user can update the information which have been in the database. Figure17. is an example of UpdateStudentInformationPage. 6.3. Search by Year In this system, user can also search by year in this page. The user can search by filling the year want to search in the text field. The data are seen by scrolling the scroll bar in the right sight. The result of Search by Year is as shown in Figure18. Figure18.Search Result by Year 7. Discussions In this system, Student Administration System is implemented by using MySQL database and Java Programming Language. This system gavemorereliable and faster the student administration system compared to current manual ways of taking student information. This system recorded the information is very convenient manner using the database table. The system is developed very helpful in saving valuabletimeofstudentsandteachers,
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD26388 | Volume – 3 | Issue – 5 | July - August 2019 Page 510 paper and generating report at the required time. In host computer system, MySQL software is used for the database server. MySQL server benefits the system security. The data can be stored in the database. The memory storage was depended on the space of the hard disk. The larger hard disk space, the data can be saved. The window form applications are implemented with the Java Language. 8. Conclusion In a conclusion, this system mainly reviewed the research and development work with the help of MySQL Query Browser. By developing this system, the knowledge of database construction and design using Java Language are realized. This system has been developed using MySQL 1.2.12, the system was able to process and update database with more ease. It helps in developing a total integrated system. In terms of performance and efficiency, this system has provided a convenient method of administrationsystem compared to the traditional method of administration system. By using database, the data is more organized. Thus, it can be implemented in either an academicinstitution or in the organizations. 9. REFERENCES [1] [18Ano] Student Management System, January, 2018, https://www.softwaresuggest.com [2] [18Sau] Saurar Adhikari: Student Management System using Java with source code and database, July, 2018, https://1-tube.ru>watch [3] [17Ano] Studentinformationand accountingsystem of Cagayan state (PDF), Feb, 2017, www.ijirr.com>sites>fites>issues.files [4] [17Alv] Alvin Alexander: Student Administration System, Aug, 2017, https://alvinulexander.com>java [5] [17Bes] BestCsharp blog, July, 2017 [6] [17Jos] Josiah Maphones: Student Management System in Java with MySQL database, November, 2017 [7] [14Ano] Student Administration System, August, 2014, www.en.m.wikipedia.org>wiki>Student [8] [13Rhi] Rhipkins: Student Management System, Feb, 2013, www.nzccr.org.nz>set