COMPUTERIZED TRANSCRIPT MANAGEMENT SYSTEM
COMPUTERIZED TRANSCRIPT MANAGEMENT SYSTEM
BY
JULY, 2013
i
APPROVAL PAGE
This is to certify that this work, carried out under the supervision
of Mrs
Chinonso Ibegbulem, has been read and accepted as meeting the req
uirement
……………………………… …………………….
(Supervisor)
………………………………. …………………….
(Head of Department)
……………………………………
………………………
(External Examiner)
ii
DEDICATION
their help and supports both financially and otherwise to make thi
s work
this work.
iii
ACKNOWLEDGEMENT
parents Mr. & Mrs. SAMUEL IWUAGWU for their support toward
s my
of this work.
I won’t fail to acknowledge the admirable support and
iv
ABSTRACT
TABLE OF CONTENT
Title -- - - - - - - - - - - -i
Approval page - - - - - - - - - -ii
Dedication - - - - - - - - - - -iii
Acknowledgement - - - - - - - - -iv
Abstract - - - - - - - - - - -v
Table of content - - - - -- - - - - -vi
CHAPTER ONE
1.0 Introduction - - - - - - - - -1
1.1 Background of the study - - - - - - -3
1.2 Statement of Problem- - - - - - - -4
1.3 Aims and Objectives of the Study - - - - --5
1.4 Significance of the Study - - - - - - -- -6
1.5 Scope of the Study - - - -- -- - - - -6
1.6 Limitation of the Study - - - - - - --6
1.7 Organization of Work - - - - - - - -6
CHAPTER TWO
LITERATURE REVIEW
2.0 Information Management - - - - - - -8
2.1 The role of management information system in decisions ma
king in
the university - - - - - - - - 14
CHAPTER THREE
RESEARCH METHODOLOGY AND SYSTEM ANALYSIS
3.0 Definition of System Analysis - - - - - 18
3.1 Aims of System Analysis - - - - - - 18
3.2 Analysis of the old System of Transcript Information
System - - - - - - - - - 19
vi
vii
CHAPTER ONE
1.0 INTRODUCTION
efficiently becomes more and more critical. Both staff and public
users
management system.
teaming youth from further slide into academic and moral deca
y, and
strict discipline. We train the mind, body, soul and spirit in the ex
ercise
the world, they must also be morally equipped to face the world
itself
university meant the training of the mind, body and soul and sp
irit to
data security.
worked.
It will make available the storage room that was used for stora
ge of
files.
more resound and effective system that will not only countera
ct this
problem but also provides a detailed future plan that will give ro
om for
CHAPTER TWO
LITERATURE REVIEW
kind.
user and in this way produce expected results, generally called out
put.
Aluko, A.O. (1991) in a paper stated that “in virtually any job wh
ether
system (MIS).
10
of equipments.
“wired campus”.
11
enthusiastic.
12
enthusiastic mentors.
14
15
can be realized from its aims and objectives. The aim of MIS
is to
16
retrieval purposes.
making.
CHAPTER THREE
(Bill, 2009)
18
System.
and endless waiting for the authorization of the transcript, the cru
de
process starts from application for transcript in the registrar office,
and
that were inherent in the existing system and there are listed bel
ow as
follows:
19
of workers.
data security.
It will make available the storage room that was used for stora
ge of
files.
20
CHAPTER FOUR
SYSTEM DESIGN
plans the life cycle of a system and all the work associated with t
he various
stages of the system life cycle. The main aim of this design is to
achieve a
new system that is better than the old system in terms of effici
ency and
interest and ensure that the user inputs is not inconsistent for ea
sy access
path information.
Telephone
This design brings out the feedback of the result of any input that
is being
Telephone
that were encountered with the old system due to that, in the cou
rse of
that were encountered in the old system. The new system was de
signed
already existing process, but it was meant to improve the way that
these
system.
24
START
SPLASH SCREEN
PASSWORD
NO
IS PASSWORD STOP
PASSED
YES
MAINFORM
Tools
Fig3: The Whole System Flowchart
25
START
ADD STUDENT
VERIFY IF
STUDENT‘S
DATAARE
CORRECT
REGISTRATION IS
SUCCESSFUL
STOP
26
inputted into the computer are processed, hence for output proces
s to
place.
START
DISPLAY STUDENTDATA
IS STUDENT
DATA
DISPLAYED
STOP
27
DATABASE DESIGN
This part actually portrays the database file that was used in this
program in order to
effectively, there are many database that are used for used specifi
cally
Profile Table
Semester Record
User Data
SYSTEM IMPLEMENTATTION
28
termed will best solve most of the problem that were encountered
in the
old system. The new system was designed considering the evaluat
ion of
meant to improve the way that these information are been process
ed.
29
Fig 6: Admission Form
responsible for the view of the result of the data stored in the data
base
31
and carefulness because there are many files, where each files co
ntains
many records.
System requirement are those things, needed for the efficient wor
king of
the new system. These include:
Software Requirement
Hard Requirement
32
for the effective running of the new system that was designe
d for
Keyboard
Pentium IV
Server
LAN Network
33
below as follows:
Plug the socket very well and all the connectors to the system.
34
CHAPTER FIVE
5.0 Summary
5. 1 Conclusion
of this problems that was observed on the old system, hence all s
chools
35
5.2 Recommendation
They should ensure that all the staff of the user department
are
system.
that all the system are linked to one central local network,
protected
with high security measures
36
REFERENCES
th
Benly, H. C., & Brusell, G. C. (2009). School Computerization, 6
Edition. U.S.A: Kleen University Press.
37
37
38
APPENDIX 1
Imports System.Data.OleDb
tempEnglish = 3
ElseIf txtEnglish.Text = "D" Then
'return 2
tempEnglish = 2
ElseIf txtEnglish.Text = "E" Then
'Return 1
tempEnglish = 1
ElseIf txtEnglish.Text = "F" Then
'return 0
tempEnglish = 0
End If
tempPracticalChemistry = 4
ElseIf txtPracticalChemistry.Text = "C" Then
'return 3
tempPracticalChemistry = 3
ElseIf txtPracticalChemistry.Text = "D" Then
'return 2
tempPracticalChemistry = 2
ElseIf txtPracticalChemistry.Text = "E" Then
'return 1
tempPracticalChemistry = 1
ElseIf txtPracticalChemistry.Text = "F" Then
'return 0
tempPracticalChemistry = 0
End If
'return 4
tempGeneralPhysics = 4
ElseIf txtGeneralPhysics.Text = "C" Then
'return 3
tempGeneralPhysics = 3
ElseIf txtGeneralPhysics.Text = "D" Then
'return 2
tempGeneralPhysics = 2
ElseIf txtGeneralPhysics.Text = "E" Then
'return 1
tempGeneralPhysics = 1
ElseIf txtGeneralPhysics.Text = "F" Then
'return 0
tempGeneralPhysics = 0
End If
'return 4
tempIntroductionStatistic = 4
ElseIf txtIntroductionStatistics.Text = "C" Then
'return 3
tempIntroductionStatistic = 3
ElseIf txtIntroductionStatistics.Text = "D" Then
'return 2
tempIntroductionStatistic = 2
ElseIf txtIntroductionStatistics.Text = "E" Then
'return 1
tempIntroductionStatistic = 1
ElseIf txtIntroductionStatistics.Text = "F" Then
'return 0
tempIntroductionStatistic = 0
End If
'return 4
tempBiothics = 4
ElseIf txtBiothics.Text = "C" Then
'return 3
tempBiothics = 3
ElseIf txtBiothics.Text = "D" Then
'return 2
tempBiothics = 2
ElseIf txtBiothics.Text = "E" Then
'return 1
tempBiothics = 1
ElseIf txtBiothics.Text = "F" Then
'return 0
tempBiothics = 0
End If
'get the total score from each course
tempCourseTotal = tempEnglish + tempBiology + tempChem
istry
+ tempChemistryII + tempPracticalChemistry + _
tempElementaryMaths + tempGeneralPhysics +
tempPracticalPhysics + tempIntroductionStatistic + _
tempNigerianPeople + tempBiothics
'get the current grade point of the student
tempGP = tempCourseTotal / 11
txtGradepoint.Text = FormatNumber(tempGP, 2)
End Sub
Private Sub SaveDataToDatabase()
"(NAME,DATEOFBIRTH,LOCALGOVERNMENT,STATEOFORIGIN,RESID
EN
TIALADDRESS,TELEPHONENUMBER," & _
"NEXTOFKIN,RELATIONSHIP,REGISTRATIONNUMBER,FACULTY,DEPA
RT
MENT,CURRENTLEVEL," & _
45
"SEMESTER,CURRENTGRADEPOINT,ENGLISH,BIOLOGY,GENERALCH
EMI
STRY,GENERALCHEMISTRYII,PRACTICALCHEMISTRY," & _
"ELEMENTARYMATHS,GENERALPHYSICS,BASICPRACTICALPHYSICS,I
NT
ROSTATISTICS,NIGERIANPEOPLE,BIOTHICS)" & _
"VALUES('" & txtName.Text & "','" & txtDateofBirth.Text & "
','"
& txtLocalGov.Text & "','" & txtState.Text & "','" & _
txtResidentialAddress.Text & "','" & txtTelephone.Text & "',
'" &
txtNextofkin.Text & "','" & _
cboRelationship.Text & "','" & txtRegistrationNumber.Text
&
"','" & cboFaculty.Text & "','" & _
cboDepartment.Text & "','" & cboLevel.Text & "','" &
cboSemester.Text & "','" & txtGradepoint.Text & _
"','" & txtEnglish.Text & "','" & txtBiology.Text & "','" &
txtChemistry.Text & "','" & txtChemistryII.Text & _
"','" & txtPracticalChemistry.Text & "','" &
txtElementaryMaths.Text & "','" & txtGeneralPhysics.Text & _
"','" & txtPracticalPhysics.Text & "','" &
txtIntroductionStatistics.Text & "','" & txtNigerianPeoples.Text & "','
"&
txtBiothics.Text & "')"
Dim command As New OleDbCommand(sqlcmd, con)
Dim count As Integer = command.ExecuteNonQuery()
MsgBox("The record was saved successfully",
MsgBoxStyle.Information, "itranx")
btnConfirm.Text = "&Confirm"
End Sub
46
End Sub
47
APPLICATION CONFIGURATION
<?xml version="1.0"?>
<configuration>
<system.diagnostics>
<sources>
<!-- This section defines the logging configuration for
My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwit
ch">
<listeners>
<add name="FileLog"/>
<!-- Uncomment the below section to write to the
Application Event Log -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog"
type="Microsoft.VisualBasic.Logging.FileLogTraceListener,
Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
initializeData="FileLogWriter"/>
<!-- Uncomment the below section and replace
APPLICATION_NAME with the name of your application to write to t
he
Application Event Log -->
<!--<add name="EventLog"
type="System.Diagnostics.EventLogTraceListener"
initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v4.0"
sku=".NETFramework,Version=v4.0"/></startup></
configuration>
48
APPENDIX 2 (INTERFACES)
APPENDIX A: Itranx
49
APPENDIX B: Students Registration Form
50
APPENDIX C: Search Criteria
51