SlideShare a Scribd company logo
1 of 7
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 14, Issue 3 (Sep. - Oct. 2013), PP 63-69
www.iosrjournals.org
www.iosrjournals.org 63 | Page
Data Analysis and Result Computation (DARC) Algorithm for
Tertiary Institutions
1
Abel U. Osagie, 2
Abu Mallam
1, 2
Department of Physics, University of Abuja, Abuja, Nigeria
Abstract: Tertiary institutions (e.g., Universities, Polytechnics and Colleges of Education) are expected to
manage and preserve data of both present and past students. These data include general information about
students as well as examination results at any or all stages of studentship. Analysis of student data can be used
to inform solutions to a wide variety of educational challenges like exploring group differences, gender
representation, ethnic representation, and growth over time. However, data management and examination
result computation of large population of students can be rigorous time-consuming and prone to errors.
Information management technology offers a comprehensive portfolio of students’ academic record to be
available in real-time to students and professionals. That a comprehensive solution for use in many tertiary
institutions is not yet common presents a unique opportunity for researchers to help shape the future of this
technology. We introduce a Fortran algorithm for Data Analysis and Result Computation (DARC). The
algorithm analyzes student data as well as computes examination results of all students in a department at once.
DARC reads particular spreadsheet formats of students’ information data, semester scores and previous
academic records, after which it outputs, among others, analysis of students information, comprehensive result
format for students showing grade point averages(GPA) and updated cumulative grade point averages (CGPA),
summary of academic records including log of carry over courses, log of carry over courses that have been
cleared, log of outstanding courses and log of outstanding courses that have been cleared. Using synthetic
record of some students, we validate the reliability of the algorithm by conducting accuracy tests. The algorithm
is flexible and can be suitably modified to manage and preserve academic and general records of both present
and past students in any tertiary institution.
Keywords: Fortran Algorithm, Student records, Result Computation and Analysis, Reliable.
I. Introduction
Management and preservation of student data is one of the basic responsibilities of tertiary institutions.
Research on school improvement and school effectiveness has shown data use to be central to the school
improvement process (Chrispeels, 1992; Earl & Katz, 2002). Analysis of student data can be used to inform
solutions to a wide variety of educational challenges in tertiary institutions. General information about students
like name, registration number, date of birth, sex, nationality, state of origin, religion, etc., as well as
examination results for each and all semesters are expected to be properly calculated and preserved. However,
laborious processes are usually required to compute error-free students‟ examination results. More so, these
routines which are carried out every semester put the individuals responsible for the processes in a continuous
and ever demanding cycle. Delays in the release of examination results and complaints from students about
mistakes in their results are common. It is not unfair to say that some tertiary institutions still compute
examination results manually; a process that is more time-consuming and error-prone. Comprehensive semester
result format that can be given to students and their parents, which shows the student‟s information, scores,
grades, process of arriving at the calculated GPA (grade point average) and CGPA (cumulative grade point
averages) are uncommon. Statistics over a period of time about students such as gender and age representation
in a department or faculty are usually not readily available. Existing programs are therefore inadequate in
addressing some of these problems. This challenge informed the desire to develop an algorithm that will
accurately compute students‟ results while giving important statistics about student population and their
academic performances.
An algorithm can be defined as a sequence of steps that can solve a problem while a programming
language provides the means of getting a computer to solve a problem (Chivers & Sleightholme, 2006). There is
a wide range of programming languages, with particular languages being suited to a particular class of problems.
In this work, the computational algorithm is written in Fortran programming language. Fortran stands for
formula translation and it is commonly used to solve arithmetic and scientific problems. Fortran offers
essentially all of the tools recommended for object-oriented programming techniques (Ed Akin, 2001). The F90
standards committee brought into the language most of the best features of other more recent languages like Ada,
C, C++, Eiffel, etc. (Ed Akin, 2001). Though any grading system can be employed, we use the Five-Point
Grading System, established by the Nigerian Universities Commission (NUC) in 1989 in the student
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 64 | Page
examination result computation section of the algorithm. The rest of the article gave a review of some related
work, discusses data preparation, computation and analysis of the computed results. We finally explore the
potentials available for the foreseeable future in the conclusion and recommendations section.
II. Literature Review
Data analysis begins with proper inventory and preparation of the data. Beyond vertical accountability,
data are most useful in educational decision-making and for improvement purposes (Earl and Katz, 2002).
Feldman and Tung (2001) observed that schools involved in data use often evolved toward a more professional
culture. Proper information management can facilitate decision-making and improve educational standards in
tertiary institutions.
Most Programming Languages can be written to analyze student data and compute examination results.
More so, programming packages and database management system can be used to develop result processing
software. Many examination result computation software have been developed for use in schools and colleges.
Recently introduced is the Intelligent Knowledge-Based System (IKBS) built using various programming
facilities in Microsoft Excel spreadsheet program (Ekpenyong, 2008). In IKBS, cell referencing tracks students'
performances in hard coded Excel cells. Ukem et al, (2012) in his report pointed out that the program appears to
be restrictive and requires substantial programming abilities. The reported work by Ukem et al, (2011), uses a
combination of MYSQL Server, Adobe Dreamweaver and Personal Home Page Pre-Processor. The database
tables and data are created with the use of MYSQL Server, the codes and Graphical User Interface are created
with the use of Adobe Dreamweaver, while communication and manipulation of the database is by the help of
Personal Home Page Pre-Processor (PHP). Ukem et al, (2012) however, reported that the application has not
enjoyed wide usage and threw his weight behind room for improvement. A similar work was done by
Emmanuel et al, (2012) for application in Nigerian Colleges of Education.
However, a comprehensive solution for both student data analysis and cumulative examination result
computation for widespread use in tertiary institutions is not readily available. This provides a unique
opportunity for researchers to help shape the future of this technology. Fortran continues to be an important
programming language that richly rewards the effort of learning to take advantage of its power, clarity, and user
friendliness (Ed Akin, 2001).
III. Data Preparation and Computation
i. Data Preparation
Before any meaningful computational analysis can be achieved, proper data and inventory must be
taken. A list of all students with information such as name, registration number, date of birth, sex,
nationality, state of origin, religion, etc., of each student in a department should be created. We save all
spreadsheet as data „.dat‟ files and manipulated all input data files with UltraEdit or any other text editing
program. Starting from the earliest session or from a particular session, we update the file with records of
subsequent sessions. A section of the student information spreadsheet may look like figure 1. In the figure,
there are 864 students in the department represented in the first line of the file sheet. Any other useful
information may be included in the first line. Information about the students is simply added to the list in
subsequent academic sessions, and the new total number of students is updated. Then, we create a
spreadsheet of all possible courses that can be registered in a department. Figure 2 shows a section of a
sample of such spreadsheet. After examinations are concluded, we prepare a standard spreadsheet format of
the raw examination scores which are recorded against appropriate courses for all students. Here, the
individuals handing the computation manually key in students‟ score beneath a row of all courses that can
be registered in that semester. Depending on the availability of results, the spreadsheet can be for a
particular academic session, a range of academic sessions or for all students in a department.
Figure 1: A sample format of students‟ general information. DOB(date of birth), LG(Local government of origin),
F(female), M(male).
864 NAME SEX DOB STATE LG RELIGION MARITAL STATUS
05284001 BABAT Jane Yam F 01/01/80 Kaduna Zango Christianity single
05284002 ISA Joe Emeka M 02/02/83 Abia Isik Islam single
05284143 ABDUL Mariam J. F 20/12/82 Kogi Omala Islam married
06284001 OSAGIE Sam A. M 10/03/87 Edo Oredo Christianity single
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 65 | Page
.
ii. Computation
It is important that algorithms for analyzing student data are reliable, error-free and with the flexibility to
accommodate future needs. The algorithm we call DARC (Data and Result Computation) satisfies these
conditions. After preparing the appropriate data, we run DARC to analyze student information data, compute
semester examination results, and statistics of student results. DARC mainly use student registration number as
the unique identification, i.e., the computational and selective process of the algorithm employs the uniqueness
of a student‟s registration number. The input files for DARC include:
a) Student information spreadsheet as shown in figure 1, which includes information of all students in a
department.
b) All courses that can be registered in a department which include the course codes, credit units, course titles,
etc., as illustrated in figure 2.
c) Raw examination scores of all students in the department as shown in figure 3. Examination score sheets
can be for a particular level or for all levels of students in the department provided their scores are placed
beneath the appropriate course codes.
d) Summary file of previous results of all students.
e) Log file of previous carry over courses.
f) Log file of previous carry over courses that have been passed
g) Log file of previous outstanding courses.
h) Log file of previous outstanding courses that have been passed.
It is assumed that computation will start from a reference academic session. At the beginning stage, (d) –
(h) are simply a list of registration numbers of students in the reference academic session. With files (a)-(h)
ready, DARC outputs among other, the following:
i. A classification of students original information data file into the various academic sessions. The file shows
gender and ethnic representation in a session. If required, the file can also give statistics about age-group
representation and religious demography. It also gives the above statistics for the overall student population
in the department
ii. For all students, a comprehensive result format which shows all courses registered for the semester, the
raw scores obtained and their respective letter grades, how the grade point average (GPA) and cumulative
grade point average (CGPA) is calculated, if any, a list of carry over courses and outstanding courses for that
particular semester.
iii. Result summary for all students showing previous totals of credit units registered, credit units earned.
Also shown is up-to-date totals registered and earned of credit units.
iv. Log. of previous, current and cumulative carry over courses.
v. Log of previous, current and cumulative outstanding courses.
vi. Log of carry over courses previously and currently passed.
vii. Log of outstanding courses previously and currently passed.
viii. Statistics of class of degree for all sessions.
Figure 2: A sample format of course content. CU(credit unit), SEM(semester), F(first semester), S(second
semester), C(core course), E(elective course)
COURSE CODE CU SEM STATUS LEVEL COURSE TITLE
PHY101 3 F C 100L Mechanics and Properties of Matter
PHY102 2 F C 100L Heat and Thermodynamics
MTH308 3 S E 300L Complex Analysis II
PHY401 3 F C 400L Quantum Mechanics I
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 66 | Page
IV. Result and Analysis
We perform accuracy test for DARC using synthetic record of some students in the department of Physics,
University of Abuja, Nigeria. Using 2007/2008 as the reference session we validate the reliability of the
algorithm. As an example, figure 4 shows a breakdown of student population with gender representation over a
five-year period between 2007/2008 and 2011/2012, while figure 5 shows a similar distribution for one session.
From the original data sheet of figure 1, DARC separates the total numbers of students into academic sessions
while it gives the population and gender representation for each session. An example of a semester result output
to be given to students is shown in figure 7. Among what is shown in the result sheet include some information
about the student, number of courses registered for the semester, raw examination scores as well as their
respective letter grades, credit points, and how the GPA for the semester is calculated. Other information include
the carry over courses for the semester (if any), outstanding courses for the semester (if any), previous credit
units registered, previous credit points earned, and an update of the student‟s CGPA. A legend for the various
shorthand letters is given below for each student‟s result. The class of degree of students in each session is also
computed in DARC as shown in figure 6. Some other output files include: a summary of academic records
including log of carry over courses, log of carry over courses that have been cleared, log of outstanding courses
and log of outstanding courses that have been cleared.
Figure 3: An example of raw examination score sheet for various academic sessions in a department with
students‟ registration numbers and their semester scores beneath course codes
Total number of students since 2007/2008 session = 672
M (Males) = 537
F (Females) = 134
2007/2008 64 M = 47 F = 17
2008/2009 96 M = 78 F = 18
2009/2010 139 M =115 F = 24
2010/2011 205 M =158 F = 47
2011/2012 168 M =139 F = 28
Abia = 23 M = 20 F = 3
Adamawa = 10 M = 7 F = 3
Akwa-Ibom = 17 M = 15 F = 2
Anambra = 34 M = 22 F = 12
Bauchi = 7 M = 7 F = 0
Bayelsa = 2 M = 2 F = 0
Figure 4: Demographic gender representation of students between 2007/2008 and 20011/2012 sessions
Reg.No PHY101 PHY102… CSC203 MTH201… PHY301 GST301… MTH404 CHM452….
13284001 56 68 …
13284002 47 73 …
12284001 53 48 …
12284002 33 45 …
11284001 46 67 59…
11284001 82 71…
10284001 57 56 77…
10284002 48 68 43 65…
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 67 | Page
Figure 5: Demographic gender representation of students for only 2007/2008 session
Figure 6: A sample showing Class of degree (Cod) for some academic sessions. 1st
(first class),
2.1(second class upper division), 2.2(second class lower division), Pas(pass), Prb(probation).
2007/2008 session
M (Males) = 47
F (Females) = 17
Total = 64
Abia = 2 M = 2 F = 0
Adamawa = 1 M = 1 F = 0
Akwa-Ibom = 0 M = 0 F = 0
Anambra = 3 M = 0 F = 3
Bauchi = 0 M = 0 F = 0
Bayelsa = 0 M = 0 F = 0
Benue = 3 M = 2 F = 1
Borno = 1 M = 0 F = 1
Cross River = 3 M = 3 F = 0
Delta = 3 M = 1 F = 2
Cod 1st 2.1 2.2 3rd Pas Prb Total
--------------------------------------------------------------
2011/2012 0 2 11 51 19 7 90
Number without carry over courses = 6
Number with carry over courses = 84
2010/2011 0 2 24 44 23 9 102
Number without carry over courses = 25
Number with carry over courses = 77
2009/2010 0 1 26 43 19 11 100
Number without carry over courses = 23
Number with carry over courses = 77
2008/2009 0 6 29 35 15 0 85
Number without carry over courses = 39
Number with carry over courses = 46
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 68 | Page
V. Conclusion and Recommendations
Beyond accountability, proper data management can promote data-informed decisions toward a more
professional culture in tertiary institutions. It is therefore important to encourage data use. The algorithm
presented in this study introduces enhancement in student data analysis by creating a range of multilevel
aggregated data available to inform decision-making in tertiary institutions. The algorithm also indicates a
Figure 7: An example of a student‟s semester result sheet showing raw scores for courses
registered, their respective letter grades, GPA for the semester, the current CGPA, list of carry-
over and outstanding courses (if any).
ed, their respective letter grades, GPA for the semester, the current CGPA, list
of carry over and outstanding courses (if any).
DEPARTMENT OF PHYSICS
UNIVERSITY OF ABUJA
OSAGIE Abel U. Male Sokoto 24/ 6/1984
Reg. No: 09284054
No. of courses registered = 10
code CU Sc CP Grd TCP
PHY103 3 55 3 C 9.0
PHY104 2 40 1 E 2.0
MTH104 2 40 1 E 2.0
GST102 2 50 3 C 6.0
PHY201 3 61 4 B 12.0
PHY208 1 54 3 C 3.0
CSC203 3 22 0 F 0.0
MTH201 3 35 0 F 0.0
MTH205 3 45 2 D 6.0
STA101 2 40 1 E 2.0
-- ------
TUR= 24 TUE= 18 42.0
-- ------
This semester GPA: 42/24 = 1.75
This semester carry over courses = 2
CSC203 FC 200L
MTH201 FC 200L
This semester outstanding courses = 2
MTH201 FC 200L
GST203 FC 200L
Previous: TUR= 36 TUE= 27 TCP= 89
Current CGPA ( 89 + 42)/( 36 + 24) = 2.18
----------------------------------------
CU = credit unit
Sc = score
Grd= grade
CP = credit point
TCP= total credit point
FC = 1st semester core
SC = 2nd semester core
FE = 1st semester elective
SE = 2nd semester elective
TUR= total number of units registered
TUE= total number of units earned
-----------------------------------------
ANY ALTERATION INVALIDATES THIS RESULT
*************************************************************
Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions
www.iosrjournals.org 69 | Page
significant improvement in student examination result computation and analysis. With proper file naming
system, years of students‟ academic work can be stored electronically and meticulously archived. This can form
a solid foundation of well archived students‟ record for future integrated systems and easy retrieval of any
required information for data-informed decisions. The algorithm passed the accuracy and validity tests. Results
obtained are as expected and supports all of the required objectives. This indicates that the algorithm is reliable.
The algorithm is flexible and can be suitably modified to manage and preserve academic and general records of
both present and past students in any tertiary institution.
However, before the implementation of the algorithm, the following are recommended:
a) For student‟s information data sheet, standard format for electronic data entry must be established. This can
be achieved by training departmental secretaries and other relevant personnel.
b) Proper file naming system (FNS) must be adhered to by all secretaries and their successors. This will
facilitate easy access to any required file by any authorized person.
c) Course lecturers should have a standard format of entering students‟ raw examination scores.
d) For student‟s result computations, effort should be made to validate the input data. The personnel handing
examination results computation should be given initial orientation on how to prepare the input data files and
naming the output files to conform to the proper file naming system.
References
[1]. American Association of School Administrators (2002). “Using data to improve schools: What‟s working”. Available:
www.aasa.org/cas/UsingDataToImproveSchools.pdf.
[2]. Chrispeels, J.H. (1992). “Purposeful restructuring: Creating a climate of learning and achievement in elementary schools.” London:
Falmer Press.
[3]. Ed, Akin. (2001). “Object oriented programming via fortran 90/95”, Rice University, Houston, Texas
[4]. Emmanuel, B. & Choji, D. N. “A software application for colleges of education result processing”, Journal of Information
Engineering and Applications, Volume 2, No. 11 (2012).
[5]. Feldman, J., & Tung, R. (2001). “Using data based inquiry and decision-making to improve instruction”, ERS Spectrum 19(3), 10-
19.
[6]. Fullan, M.G., & Miles, M.M. (1992). “Getting reform right: What works and what doesn‟t”, Phi Delta Kappan, 73 (10), 744-752.
[7]. Ian D. Chivers & Jane Sleightholme, (2006), “Introduction to programming with fortran”, Springer-Verlag London Limited.
[8]. Moses E. Ekpenyong.(2008). “A Real-Time IKBS for students results computation”, International Journal of Physical Sciences
(Ultra Scientist of Physical Sciences) Volume 20, Number 3(M), September – December, 2008. Available: http://www.mySQL.com,
(July 22,2012)
[9]. Okonigene, R.E., Ighalo, G.I., Ogbeifun, E. (2008). “Developed personal record software”, The Pacific Journal of Science and
Technology .9(2):407-412. Available: http://www.akamaiuniversity.us/PJST.htm (July 15,2012).
[10]. Stringfield, S., Wayman, J.C., & Yakimowski, M. (2003, March). “Scaling up data use in classrooms, schools, and districts”, Paper
presented at the Scaling Up Success conference, Harvard Graduate School of Education, Boston MA.
[11]. Ukem, E et al. (2012). “A software application for university students results processing”, Journal of Theoretical and Applied
Information Technology, Vol. 35 No.1. Available: www.jatit.org, (July 2,2012).
[12]. Ukem , E. O. and Onoyom-Ita, E. O. (2011). “A software application for the processing of students results”, Global Journal of Pure
and Applied Sciences Volume 17 No. 4. Available: http://en.wikipedia.org/wiki/PHP, July 22/7/2012.
[13]. Wayman, J.C., Stringfield, S., & Yakimowski, M. (2004, January). “Software enabling school improvement through analysis of
student data”, Center for Research on the Education of Students Placed At Risk (CRESPAR), U.S. Department of Education.

More Related Content

What's hot

PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...ijcax
 
Data mining to predict academic performance.
Data mining to predict academic performance. Data mining to predict academic performance.
Data mining to predict academic performance. Ranjith Gowda
 
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...ijdms
 
Predicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsPredicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsIJDKP
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET Journal
 
IRJET- Using Data Mining to Predict Students Performance
IRJET-  	  Using Data Mining to Predict Students PerformanceIRJET-  	  Using Data Mining to Predict Students Performance
IRJET- Using Data Mining to Predict Students PerformanceIRJET Journal
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET Journal
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...ijcsa
 
Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...redpel dot com
 
Recognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesRecognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesLovely Professional University
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...S. Raj Kumar
 
Educational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesEducational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesIRJET Journal
 
F03403031040
F03403031040F03403031040
F03403031040theijes
 
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESA SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESijcseit
 
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...iosrjce
 
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble LearninngIRJET Journal
 

What's hot (17)

PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
PREDICTING ACADEMIC MAJOR OF STUDENTS USING BAYESIAN NETWORKS TO THE CASE OF ...
 
Data mining to predict academic performance.
Data mining to predict academic performance. Data mining to predict academic performance.
Data mining to predict academic performance.
 
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
Libyan Students' Academic Performance and Ranking in Nursing Informatics - Da...
 
Predicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithmsPredicting students' performance using id3 and c4.5 classification algorithms
Predicting students' performance using id3 and c4.5 classification algorithms
 
IRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary EducationIRJET- Student Performance Analysis System for Higher Secondary Education
IRJET- Student Performance Analysis System for Higher Secondary Education
 
IRJET- Using Data Mining to Predict Students Performance
IRJET-  	  Using Data Mining to Predict Students PerformanceIRJET-  	  Using Data Mining to Predict Students Performance
IRJET- Using Data Mining to Predict Students Performance
 
IRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning TechniquesIRJET- Analysis of Student Performance using Machine Learning Techniques
IRJET- Analysis of Student Performance using Machine Learning Techniques
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...DATA MINING METHODOLOGIES TO  STUDY STUDENT'S ACADEMIC  PERFORMANCE USING THE...
DATA MINING METHODOLOGIES TO STUDY STUDENT'S ACADEMIC PERFORMANCE USING THE...
 
Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...Predicting instructor performance using data mining techniques in higher educ...
Predicting instructor performance using data mining techniques in higher educ...
 
Recognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining TechniquesRecognition of Slow Learners Using Classification Data Mining Techniques
Recognition of Slow Learners Using Classification Data Mining Techniques
 
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
A STUDY ON COMPUTER FUNCTIONAL LITERACY AMONG HIGHER SECONDARY SCHOOL STUDENT...
 
Educational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM TechniquesEducational Data Mining & Students Performance Prediction using SVM Techniques
Educational Data Mining & Students Performance Prediction using SVM Techniques
 
F03403031040
F03403031040F03403031040
F03403031040
 
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATESA SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
A SURVEY OF EMPLOYERS’ NEEDS FOR TECHNICAL AND SOFT SKILLS AMONG NEW GRADUATES
 
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...Empirical Study on Classification Algorithm For Evaluation of Students Academ...
Empirical Study on Classification Algorithm For Evaluation of Students Academ...
 
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
 

Viewers also liked

Pensamiento Complejo
Pensamiento Complejo Pensamiento Complejo
Pensamiento Complejo Luis Zurita
 
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...IOSR Journals
 
An Overview of TRIZ Problem-Solving Methodology and its Applications
An Overview of TRIZ Problem-Solving Methodology and its ApplicationsAn Overview of TRIZ Problem-Solving Methodology and its Applications
An Overview of TRIZ Problem-Solving Methodology and its ApplicationsIOSR Journals
 
Electronic and Vibrational Properties of Pbsns3
Electronic and Vibrational Properties of Pbsns3Electronic and Vibrational Properties of Pbsns3
Electronic and Vibrational Properties of Pbsns3IOSR Journals
 
Efficient Technique for Image Stenography Based on coordinates of pixels
Efficient Technique for Image Stenography Based on coordinates of pixelsEfficient Technique for Image Stenography Based on coordinates of pixels
Efficient Technique for Image Stenography Based on coordinates of pixelsIOSR Journals
 
Voltage Enhancement in Distribution System using Voltage Improvement Factor
Voltage Enhancement in Distribution System using Voltage Improvement FactorVoltage Enhancement in Distribution System using Voltage Improvement Factor
Voltage Enhancement in Distribution System using Voltage Improvement FactorIOSR Journals
 
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...IOSR Journals
 
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...IOSR Journals
 
Иркутск - середина Земли
Иркутск - середина ЗемлиИркутск - середина Земли
Иркутск - середина ЗемлиNatalya Dyrda
 
лицей пушкина
лицей пушкиналицей пушкина
лицей пушкинаNatalya Dyrda
 
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...IOSR Journals
 
Fraud and Tamper Detection in Authenticity Verification through Gradient Bas...
Fraud and Tamper Detection in Authenticity Verification through  Gradient Bas...Fraud and Tamper Detection in Authenticity Verification through  Gradient Bas...
Fraud and Tamper Detection in Authenticity Verification through Gradient Bas...IOSR Journals
 
Innovation and Industrialization in the Energy Sector: The Way Forward
Innovation and Industrialization in the Energy Sector: The Way ForwardInnovation and Industrialization in the Energy Sector: The Way Forward
Innovation and Industrialization in the Energy Sector: The Way ForwardIOSR Journals
 
Making Use of the Linked Data Cloud: The Role of Index Structures
Making Use of the Linked Data Cloud: The Role of Index StructuresMaking Use of the Linked Data Cloud: The Role of Index Structures
Making Use of the Linked Data Cloud: The Role of Index StructuresThomas Gottron
 
7 Ways to Grow Flowers
7 Ways to Grow Flowers7 Ways to Grow Flowers
7 Ways to Grow Flowersbelieve52
 
Prototyping the Future Potentials of Location Based Services in the Realm of ...
Prototyping the Future Potentials of Location Based Services in the Realm of ...Prototyping the Future Potentials of Location Based Services in the Realm of ...
Prototyping the Future Potentials of Location Based Services in the Realm of ...IOSR Journals
 

Viewers also liked (20)

Pensamiento Complejo
Pensamiento Complejo Pensamiento Complejo
Pensamiento Complejo
 
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...
Effect of Replacement of Sweet Orange (Citrus Sinensis) Peel Meal with Maize ...
 
An Overview of TRIZ Problem-Solving Methodology and its Applications
An Overview of TRIZ Problem-Solving Methodology and its ApplicationsAn Overview of TRIZ Problem-Solving Methodology and its Applications
An Overview of TRIZ Problem-Solving Methodology and its Applications
 
Electronic and Vibrational Properties of Pbsns3
Electronic and Vibrational Properties of Pbsns3Electronic and Vibrational Properties of Pbsns3
Electronic and Vibrational Properties of Pbsns3
 
Efficient Technique for Image Stenography Based on coordinates of pixels
Efficient Technique for Image Stenography Based on coordinates of pixelsEfficient Technique for Image Stenography Based on coordinates of pixels
Efficient Technique for Image Stenography Based on coordinates of pixels
 
Voltage Enhancement in Distribution System using Voltage Improvement Factor
Voltage Enhancement in Distribution System using Voltage Improvement FactorVoltage Enhancement in Distribution System using Voltage Improvement Factor
Voltage Enhancement in Distribution System using Voltage Improvement Factor
 
H0144757
H0144757H0144757
H0144757
 
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...
Performance Appraisal and Ranking of DCCBs through Malmquist Index and Super-...
 
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
High Performance of Matrix Converter Fed Induction Motor for IPF Compensation...
 
Иркутск - середина Земли
Иркутск - середина ЗемлиИркутск - середина Земли
Иркутск - середина Земли
 
лицей пушкина
лицей пушкиналицей пушкина
лицей пушкина
 
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...
Modeling Of Carbon Deposit From Methane Gas On Zeolite Y Catalyst Activity In...
 
Fraud and Tamper Detection in Authenticity Verification through Gradient Bas...
Fraud and Tamper Detection in Authenticity Verification through  Gradient Bas...Fraud and Tamper Detection in Authenticity Verification through  Gradient Bas...
Fraud and Tamper Detection in Authenticity Verification through Gradient Bas...
 
Innovation and Industrialization in the Energy Sector: The Way Forward
Innovation and Industrialization in the Energy Sector: The Way ForwardInnovation and Industrialization in the Energy Sector: The Way Forward
Innovation and Industrialization in the Energy Sector: The Way Forward
 
Making Use of the Linked Data Cloud: The Role of Index Structures
Making Use of the Linked Data Cloud: The Role of Index StructuresMaking Use of the Linked Data Cloud: The Role of Index Structures
Making Use of the Linked Data Cloud: The Role of Index Structures
 
7 Ways to Grow Flowers
7 Ways to Grow Flowers7 Ways to Grow Flowers
7 Ways to Grow Flowers
 
I0445159
I0445159I0445159
I0445159
 
Prototyping the Future Potentials of Location Based Services in the Realm of ...
Prototyping the Future Potentials of Location Based Services in the Realm of ...Prototyping the Future Potentials of Location Based Services in the Realm of ...
Prototyping the Future Potentials of Location Based Services in the Realm of ...
 
E0162736
E0162736E0162736
E0162736
 
Партнёр Ofipa 2013
Партнёр Ofipa   2013Партнёр Ofipa   2013
Партнёр Ofipa 2013
 

Similar to Data Analysis and Result Computation Algorithm for Tertiary Institutions

A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...IAESIJAI
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...Editor IJCATR
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningIRJET Journal
 
scopus journal.pdf
scopus journal.pdfscopus journal.pdf
scopus journal.pdfnareshkotra
 
Journal publications
Journal publicationsJournal publications
Journal publicationsSarita30844
 
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...ijdms
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...IRJET Journal
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsIRJET Journal
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET Journal
 
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...IRJET Journal
 
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...indexPub
 
Multiple educational data mining approaches to discover patterns in universit...
Multiple educational data mining approaches to discover patterns in universit...Multiple educational data mining approaches to discover patterns in universit...
Multiple educational data mining approaches to discover patterns in universit...IJICTJOURNAL
 
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTION
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTIONA COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTION
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTIONIJDKP
 
Educational data mining using jmp
Educational data mining using jmpEducational data mining using jmp
Educational data mining using jmpijcsit
 
ASEE Paper Using Online Endless Quizzes as Graded Homework.pdf
ASEE Paper  Using Online Endless Quizzes as Graded Homework.pdfASEE Paper  Using Online Endless Quizzes as Graded Homework.pdf
ASEE Paper Using Online Endless Quizzes as Graded Homework.pdfBrittany Allen
 
josirias_IS205_MajorAssignment
josirias_IS205_MajorAssignmentjosirias_IS205_MajorAssignment
josirias_IS205_MajorAssignmentJoshua Sirias
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...IJMER
 

Similar to Data Analysis and Result Computation Algorithm for Tertiary Institutions (20)

A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...A comparative study of machine learning algorithms for virtual learning envir...
A comparative study of machine learning algorithms for virtual learning envir...
 
C04622028
C04622028C04622028
C04622028
 
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
A Model for Predicting Students’ Academic Performance using a Hybrid of K-mea...
 
Student Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine LearningStudent Performance Prediction via Data Mining & Machine Learning
Student Performance Prediction via Data Mining & Machine Learning
 
scopus journal.pdf
scopus journal.pdfscopus journal.pdf
scopus journal.pdf
 
Journal publications
Journal publicationsJournal publications
Journal publications
 
IJMERT.pdf
IJMERT.pdfIJMERT.pdf
IJMERT.pdf
 
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...
TOBRUK UNIVERSITY GRADING SYSTEM FOR COLLEGE OF NURSING VERSION 2 IN TOBRUK, ...
 
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
M-Learners Performance Using Intelligence and Adaptive E-Learning Classify th...
 
University Recommendation Support System using ML Algorithms
University Recommendation Support System using ML AlgorithmsUniversity Recommendation Support System using ML Algorithms
University Recommendation Support System using ML Algorithms
 
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
IRJET- A Conceptual Framework to Predict Academic Performance of Students usi...
 
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...
UNIVERSITY ADMISSION SYSTEMS USING DATA MINING TECHNIQUES TO PREDICT STUDENT ...
 
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...
ANALYSIS OF STUDENT ACADEMIC PERFORMANCE USING MACHINE LEARNING ALGORITHMS:– ...
 
Methods of research
Methods of researchMethods of research
Methods of research
 
Multiple educational data mining approaches to discover patterns in universit...
Multiple educational data mining approaches to discover patterns in universit...Multiple educational data mining approaches to discover patterns in universit...
Multiple educational data mining approaches to discover patterns in universit...
 
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTION
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTIONA COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTION
A COMPARATIVE ANALYSIS OF SELECTED STUDIES IN STUDENT PERFORMANCE PREDICTION
 
Educational data mining using jmp
Educational data mining using jmpEducational data mining using jmp
Educational data mining using jmp
 
ASEE Paper Using Online Endless Quizzes as Graded Homework.pdf
ASEE Paper  Using Online Endless Quizzes as Graded Homework.pdfASEE Paper  Using Online Endless Quizzes as Graded Homework.pdf
ASEE Paper Using Online Endless Quizzes as Graded Homework.pdf
 
josirias_IS205_MajorAssignment
josirias_IS205_MajorAssignmentjosirias_IS205_MajorAssignment
josirias_IS205_MajorAssignment
 
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
Data Mining Techniques in Higher Education an Empirical Study  for the Univer...Data Mining Techniques in Higher Education an Empirical Study  for the Univer...
Data Mining Techniques in Higher Education an Empirical Study for the Univer...
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 

Recently uploaded (20)

Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 

Data Analysis and Result Computation Algorithm for Tertiary Institutions

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 14, Issue 3 (Sep. - Oct. 2013), PP 63-69 www.iosrjournals.org www.iosrjournals.org 63 | Page Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions 1 Abel U. Osagie, 2 Abu Mallam 1, 2 Department of Physics, University of Abuja, Abuja, Nigeria Abstract: Tertiary institutions (e.g., Universities, Polytechnics and Colleges of Education) are expected to manage and preserve data of both present and past students. These data include general information about students as well as examination results at any or all stages of studentship. Analysis of student data can be used to inform solutions to a wide variety of educational challenges like exploring group differences, gender representation, ethnic representation, and growth over time. However, data management and examination result computation of large population of students can be rigorous time-consuming and prone to errors. Information management technology offers a comprehensive portfolio of students’ academic record to be available in real-time to students and professionals. That a comprehensive solution for use in many tertiary institutions is not yet common presents a unique opportunity for researchers to help shape the future of this technology. We introduce a Fortran algorithm for Data Analysis and Result Computation (DARC). The algorithm analyzes student data as well as computes examination results of all students in a department at once. DARC reads particular spreadsheet formats of students’ information data, semester scores and previous academic records, after which it outputs, among others, analysis of students information, comprehensive result format for students showing grade point averages(GPA) and updated cumulative grade point averages (CGPA), summary of academic records including log of carry over courses, log of carry over courses that have been cleared, log of outstanding courses and log of outstanding courses that have been cleared. Using synthetic record of some students, we validate the reliability of the algorithm by conducting accuracy tests. The algorithm is flexible and can be suitably modified to manage and preserve academic and general records of both present and past students in any tertiary institution. Keywords: Fortran Algorithm, Student records, Result Computation and Analysis, Reliable. I. Introduction Management and preservation of student data is one of the basic responsibilities of tertiary institutions. Research on school improvement and school effectiveness has shown data use to be central to the school improvement process (Chrispeels, 1992; Earl & Katz, 2002). Analysis of student data can be used to inform solutions to a wide variety of educational challenges in tertiary institutions. General information about students like name, registration number, date of birth, sex, nationality, state of origin, religion, etc., as well as examination results for each and all semesters are expected to be properly calculated and preserved. However, laborious processes are usually required to compute error-free students‟ examination results. More so, these routines which are carried out every semester put the individuals responsible for the processes in a continuous and ever demanding cycle. Delays in the release of examination results and complaints from students about mistakes in their results are common. It is not unfair to say that some tertiary institutions still compute examination results manually; a process that is more time-consuming and error-prone. Comprehensive semester result format that can be given to students and their parents, which shows the student‟s information, scores, grades, process of arriving at the calculated GPA (grade point average) and CGPA (cumulative grade point averages) are uncommon. Statistics over a period of time about students such as gender and age representation in a department or faculty are usually not readily available. Existing programs are therefore inadequate in addressing some of these problems. This challenge informed the desire to develop an algorithm that will accurately compute students‟ results while giving important statistics about student population and their academic performances. An algorithm can be defined as a sequence of steps that can solve a problem while a programming language provides the means of getting a computer to solve a problem (Chivers & Sleightholme, 2006). There is a wide range of programming languages, with particular languages being suited to a particular class of problems. In this work, the computational algorithm is written in Fortran programming language. Fortran stands for formula translation and it is commonly used to solve arithmetic and scientific problems. Fortran offers essentially all of the tools recommended for object-oriented programming techniques (Ed Akin, 2001). The F90 standards committee brought into the language most of the best features of other more recent languages like Ada, C, C++, Eiffel, etc. (Ed Akin, 2001). Though any grading system can be employed, we use the Five-Point Grading System, established by the Nigerian Universities Commission (NUC) in 1989 in the student
  • 2. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 64 | Page examination result computation section of the algorithm. The rest of the article gave a review of some related work, discusses data preparation, computation and analysis of the computed results. We finally explore the potentials available for the foreseeable future in the conclusion and recommendations section. II. Literature Review Data analysis begins with proper inventory and preparation of the data. Beyond vertical accountability, data are most useful in educational decision-making and for improvement purposes (Earl and Katz, 2002). Feldman and Tung (2001) observed that schools involved in data use often evolved toward a more professional culture. Proper information management can facilitate decision-making and improve educational standards in tertiary institutions. Most Programming Languages can be written to analyze student data and compute examination results. More so, programming packages and database management system can be used to develop result processing software. Many examination result computation software have been developed for use in schools and colleges. Recently introduced is the Intelligent Knowledge-Based System (IKBS) built using various programming facilities in Microsoft Excel spreadsheet program (Ekpenyong, 2008). In IKBS, cell referencing tracks students' performances in hard coded Excel cells. Ukem et al, (2012) in his report pointed out that the program appears to be restrictive and requires substantial programming abilities. The reported work by Ukem et al, (2011), uses a combination of MYSQL Server, Adobe Dreamweaver and Personal Home Page Pre-Processor. The database tables and data are created with the use of MYSQL Server, the codes and Graphical User Interface are created with the use of Adobe Dreamweaver, while communication and manipulation of the database is by the help of Personal Home Page Pre-Processor (PHP). Ukem et al, (2012) however, reported that the application has not enjoyed wide usage and threw his weight behind room for improvement. A similar work was done by Emmanuel et al, (2012) for application in Nigerian Colleges of Education. However, a comprehensive solution for both student data analysis and cumulative examination result computation for widespread use in tertiary institutions is not readily available. This provides a unique opportunity for researchers to help shape the future of this technology. Fortran continues to be an important programming language that richly rewards the effort of learning to take advantage of its power, clarity, and user friendliness (Ed Akin, 2001). III. Data Preparation and Computation i. Data Preparation Before any meaningful computational analysis can be achieved, proper data and inventory must be taken. A list of all students with information such as name, registration number, date of birth, sex, nationality, state of origin, religion, etc., of each student in a department should be created. We save all spreadsheet as data „.dat‟ files and manipulated all input data files with UltraEdit or any other text editing program. Starting from the earliest session or from a particular session, we update the file with records of subsequent sessions. A section of the student information spreadsheet may look like figure 1. In the figure, there are 864 students in the department represented in the first line of the file sheet. Any other useful information may be included in the first line. Information about the students is simply added to the list in subsequent academic sessions, and the new total number of students is updated. Then, we create a spreadsheet of all possible courses that can be registered in a department. Figure 2 shows a section of a sample of such spreadsheet. After examinations are concluded, we prepare a standard spreadsheet format of the raw examination scores which are recorded against appropriate courses for all students. Here, the individuals handing the computation manually key in students‟ score beneath a row of all courses that can be registered in that semester. Depending on the availability of results, the spreadsheet can be for a particular academic session, a range of academic sessions or for all students in a department. Figure 1: A sample format of students‟ general information. DOB(date of birth), LG(Local government of origin), F(female), M(male). 864 NAME SEX DOB STATE LG RELIGION MARITAL STATUS 05284001 BABAT Jane Yam F 01/01/80 Kaduna Zango Christianity single 05284002 ISA Joe Emeka M 02/02/83 Abia Isik Islam single 05284143 ABDUL Mariam J. F 20/12/82 Kogi Omala Islam married 06284001 OSAGIE Sam A. M 10/03/87 Edo Oredo Christianity single
  • 3. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 65 | Page . ii. Computation It is important that algorithms for analyzing student data are reliable, error-free and with the flexibility to accommodate future needs. The algorithm we call DARC (Data and Result Computation) satisfies these conditions. After preparing the appropriate data, we run DARC to analyze student information data, compute semester examination results, and statistics of student results. DARC mainly use student registration number as the unique identification, i.e., the computational and selective process of the algorithm employs the uniqueness of a student‟s registration number. The input files for DARC include: a) Student information spreadsheet as shown in figure 1, which includes information of all students in a department. b) All courses that can be registered in a department which include the course codes, credit units, course titles, etc., as illustrated in figure 2. c) Raw examination scores of all students in the department as shown in figure 3. Examination score sheets can be for a particular level or for all levels of students in the department provided their scores are placed beneath the appropriate course codes. d) Summary file of previous results of all students. e) Log file of previous carry over courses. f) Log file of previous carry over courses that have been passed g) Log file of previous outstanding courses. h) Log file of previous outstanding courses that have been passed. It is assumed that computation will start from a reference academic session. At the beginning stage, (d) – (h) are simply a list of registration numbers of students in the reference academic session. With files (a)-(h) ready, DARC outputs among other, the following: i. A classification of students original information data file into the various academic sessions. The file shows gender and ethnic representation in a session. If required, the file can also give statistics about age-group representation and religious demography. It also gives the above statistics for the overall student population in the department ii. For all students, a comprehensive result format which shows all courses registered for the semester, the raw scores obtained and their respective letter grades, how the grade point average (GPA) and cumulative grade point average (CGPA) is calculated, if any, a list of carry over courses and outstanding courses for that particular semester. iii. Result summary for all students showing previous totals of credit units registered, credit units earned. Also shown is up-to-date totals registered and earned of credit units. iv. Log. of previous, current and cumulative carry over courses. v. Log of previous, current and cumulative outstanding courses. vi. Log of carry over courses previously and currently passed. vii. Log of outstanding courses previously and currently passed. viii. Statistics of class of degree for all sessions. Figure 2: A sample format of course content. CU(credit unit), SEM(semester), F(first semester), S(second semester), C(core course), E(elective course) COURSE CODE CU SEM STATUS LEVEL COURSE TITLE PHY101 3 F C 100L Mechanics and Properties of Matter PHY102 2 F C 100L Heat and Thermodynamics MTH308 3 S E 300L Complex Analysis II PHY401 3 F C 400L Quantum Mechanics I
  • 4. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 66 | Page IV. Result and Analysis We perform accuracy test for DARC using synthetic record of some students in the department of Physics, University of Abuja, Nigeria. Using 2007/2008 as the reference session we validate the reliability of the algorithm. As an example, figure 4 shows a breakdown of student population with gender representation over a five-year period between 2007/2008 and 2011/2012, while figure 5 shows a similar distribution for one session. From the original data sheet of figure 1, DARC separates the total numbers of students into academic sessions while it gives the population and gender representation for each session. An example of a semester result output to be given to students is shown in figure 7. Among what is shown in the result sheet include some information about the student, number of courses registered for the semester, raw examination scores as well as their respective letter grades, credit points, and how the GPA for the semester is calculated. Other information include the carry over courses for the semester (if any), outstanding courses for the semester (if any), previous credit units registered, previous credit points earned, and an update of the student‟s CGPA. A legend for the various shorthand letters is given below for each student‟s result. The class of degree of students in each session is also computed in DARC as shown in figure 6. Some other output files include: a summary of academic records including log of carry over courses, log of carry over courses that have been cleared, log of outstanding courses and log of outstanding courses that have been cleared. Figure 3: An example of raw examination score sheet for various academic sessions in a department with students‟ registration numbers and their semester scores beneath course codes Total number of students since 2007/2008 session = 672 M (Males) = 537 F (Females) = 134 2007/2008 64 M = 47 F = 17 2008/2009 96 M = 78 F = 18 2009/2010 139 M =115 F = 24 2010/2011 205 M =158 F = 47 2011/2012 168 M =139 F = 28 Abia = 23 M = 20 F = 3 Adamawa = 10 M = 7 F = 3 Akwa-Ibom = 17 M = 15 F = 2 Anambra = 34 M = 22 F = 12 Bauchi = 7 M = 7 F = 0 Bayelsa = 2 M = 2 F = 0 Figure 4: Demographic gender representation of students between 2007/2008 and 20011/2012 sessions Reg.No PHY101 PHY102… CSC203 MTH201… PHY301 GST301… MTH404 CHM452…. 13284001 56 68 … 13284002 47 73 … 12284001 53 48 … 12284002 33 45 … 11284001 46 67 59… 11284001 82 71… 10284001 57 56 77… 10284002 48 68 43 65…
  • 5. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 67 | Page Figure 5: Demographic gender representation of students for only 2007/2008 session Figure 6: A sample showing Class of degree (Cod) for some academic sessions. 1st (first class), 2.1(second class upper division), 2.2(second class lower division), Pas(pass), Prb(probation). 2007/2008 session M (Males) = 47 F (Females) = 17 Total = 64 Abia = 2 M = 2 F = 0 Adamawa = 1 M = 1 F = 0 Akwa-Ibom = 0 M = 0 F = 0 Anambra = 3 M = 0 F = 3 Bauchi = 0 M = 0 F = 0 Bayelsa = 0 M = 0 F = 0 Benue = 3 M = 2 F = 1 Borno = 1 M = 0 F = 1 Cross River = 3 M = 3 F = 0 Delta = 3 M = 1 F = 2 Cod 1st 2.1 2.2 3rd Pas Prb Total -------------------------------------------------------------- 2011/2012 0 2 11 51 19 7 90 Number without carry over courses = 6 Number with carry over courses = 84 2010/2011 0 2 24 44 23 9 102 Number without carry over courses = 25 Number with carry over courses = 77 2009/2010 0 1 26 43 19 11 100 Number without carry over courses = 23 Number with carry over courses = 77 2008/2009 0 6 29 35 15 0 85 Number without carry over courses = 39 Number with carry over courses = 46
  • 6. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 68 | Page V. Conclusion and Recommendations Beyond accountability, proper data management can promote data-informed decisions toward a more professional culture in tertiary institutions. It is therefore important to encourage data use. The algorithm presented in this study introduces enhancement in student data analysis by creating a range of multilevel aggregated data available to inform decision-making in tertiary institutions. The algorithm also indicates a Figure 7: An example of a student‟s semester result sheet showing raw scores for courses registered, their respective letter grades, GPA for the semester, the current CGPA, list of carry- over and outstanding courses (if any). ed, their respective letter grades, GPA for the semester, the current CGPA, list of carry over and outstanding courses (if any). DEPARTMENT OF PHYSICS UNIVERSITY OF ABUJA OSAGIE Abel U. Male Sokoto 24/ 6/1984 Reg. No: 09284054 No. of courses registered = 10 code CU Sc CP Grd TCP PHY103 3 55 3 C 9.0 PHY104 2 40 1 E 2.0 MTH104 2 40 1 E 2.0 GST102 2 50 3 C 6.0 PHY201 3 61 4 B 12.0 PHY208 1 54 3 C 3.0 CSC203 3 22 0 F 0.0 MTH201 3 35 0 F 0.0 MTH205 3 45 2 D 6.0 STA101 2 40 1 E 2.0 -- ------ TUR= 24 TUE= 18 42.0 -- ------ This semester GPA: 42/24 = 1.75 This semester carry over courses = 2 CSC203 FC 200L MTH201 FC 200L This semester outstanding courses = 2 MTH201 FC 200L GST203 FC 200L Previous: TUR= 36 TUE= 27 TCP= 89 Current CGPA ( 89 + 42)/( 36 + 24) = 2.18 ---------------------------------------- CU = credit unit Sc = score Grd= grade CP = credit point TCP= total credit point FC = 1st semester core SC = 2nd semester core FE = 1st semester elective SE = 2nd semester elective TUR= total number of units registered TUE= total number of units earned ----------------------------------------- ANY ALTERATION INVALIDATES THIS RESULT *************************************************************
  • 7. Data Analysis and Result Computation (DARC) Algorithm for Tertiary Institutions www.iosrjournals.org 69 | Page significant improvement in student examination result computation and analysis. With proper file naming system, years of students‟ academic work can be stored electronically and meticulously archived. This can form a solid foundation of well archived students‟ record for future integrated systems and easy retrieval of any required information for data-informed decisions. The algorithm passed the accuracy and validity tests. Results obtained are as expected and supports all of the required objectives. This indicates that the algorithm is reliable. The algorithm is flexible and can be suitably modified to manage and preserve academic and general records of both present and past students in any tertiary institution. However, before the implementation of the algorithm, the following are recommended: a) For student‟s information data sheet, standard format for electronic data entry must be established. This can be achieved by training departmental secretaries and other relevant personnel. b) Proper file naming system (FNS) must be adhered to by all secretaries and their successors. This will facilitate easy access to any required file by any authorized person. c) Course lecturers should have a standard format of entering students‟ raw examination scores. d) For student‟s result computations, effort should be made to validate the input data. The personnel handing examination results computation should be given initial orientation on how to prepare the input data files and naming the output files to conform to the proper file naming system. References [1]. American Association of School Administrators (2002). “Using data to improve schools: What‟s working”. Available: www.aasa.org/cas/UsingDataToImproveSchools.pdf. [2]. Chrispeels, J.H. (1992). “Purposeful restructuring: Creating a climate of learning and achievement in elementary schools.” London: Falmer Press. [3]. Ed, Akin. (2001). “Object oriented programming via fortran 90/95”, Rice University, Houston, Texas [4]. Emmanuel, B. & Choji, D. N. “A software application for colleges of education result processing”, Journal of Information Engineering and Applications, Volume 2, No. 11 (2012). [5]. Feldman, J., & Tung, R. (2001). “Using data based inquiry and decision-making to improve instruction”, ERS Spectrum 19(3), 10- 19. [6]. Fullan, M.G., & Miles, M.M. (1992). “Getting reform right: What works and what doesn‟t”, Phi Delta Kappan, 73 (10), 744-752. [7]. Ian D. Chivers & Jane Sleightholme, (2006), “Introduction to programming with fortran”, Springer-Verlag London Limited. [8]. Moses E. Ekpenyong.(2008). “A Real-Time IKBS for students results computation”, International Journal of Physical Sciences (Ultra Scientist of Physical Sciences) Volume 20, Number 3(M), September – December, 2008. Available: http://www.mySQL.com, (July 22,2012) [9]. Okonigene, R.E., Ighalo, G.I., Ogbeifun, E. (2008). “Developed personal record software”, The Pacific Journal of Science and Technology .9(2):407-412. Available: http://www.akamaiuniversity.us/PJST.htm (July 15,2012). [10]. Stringfield, S., Wayman, J.C., & Yakimowski, M. (2003, March). “Scaling up data use in classrooms, schools, and districts”, Paper presented at the Scaling Up Success conference, Harvard Graduate School of Education, Boston MA. [11]. Ukem, E et al. (2012). “A software application for university students results processing”, Journal of Theoretical and Applied Information Technology, Vol. 35 No.1. Available: www.jatit.org, (July 2,2012). [12]. Ukem , E. O. and Onoyom-Ita, E. O. (2011). “A software application for the processing of students results”, Global Journal of Pure and Applied Sciences Volume 17 No. 4. Available: http://en.wikipedia.org/wiki/PHP, July 22/7/2012. [13]. Wayman, J.C., Stringfield, S., & Yakimowski, M. (2004, January). “Software enabling school improvement through analysis of student data”, Center for Research on the Education of Students Placed At Risk (CRESPAR), U.S. Department of Education.