• Results Computation System In Higher Institutions Using Php, Html, Css, Mysql

  • CHAPTER FOUR -- [Total Page(s) 8]

    Page 1 of 8

    1 2 3 4 5    Next
    • CHAPTER FOUR
      SYSTEM DESIGN AND IMPLEMENTATION
      4.1    Introduction
      A system is an organized collection of inter related subsystems with a collective responsibility of meeting a goal. Dependent subsystems are regularly interacting while independent group of components forming a unified whole work stand alone in achieving a specified task.
      A system is also defined as an organized or complex unitary whole. System Analysis is therefore the study of the systems’ processes including investigation of inputs and outputs in order to find better, more economical and efficient means of processing data (D.I. Cleland and W.R. King, 1975).
      4.2    System Design
      Conceptualizing a system design is done in two modeling phase:
      i.    Data Modeling: This phase involves detecting the various data entries of the system and analyzing its attributes and the relationship amongst the data entries.
      ii.    Function Modeling: On the other hand, this phase describes how the data entities are to be processed to achieve a desired solution on the path of solving the identified problem.
      The purpose of the system design is to effectively divide the overall problems into small and more manageable problems that can be easily handled by separate program modules. The separate program modules will later be integrated forming the entire system.
      Languages used in the course of this project are;
      i.    HTML and CSS for Design
      ii.    JavaScript for Client-Side Scripting
      iii.    PHP for Server-Side Scripting
      iv.    MySQL as Database backend (via SQL)
      The following Softwares were also used to achieve the aim and objectives of this project;
      i.    Adobe Dreamweaver CS5
      ii.    Notepad ++ Text Editor
      4.2.1    Choice of Programming Languages
      The System is developed as a Web-Based Application owing to a number of reasons:
      -    Web Based Systems are Ubiquitous (They are easily accessed as long as there is a network).
      -    It is by default, a Server/Client Model system and this helps to ensure information uniformity.
      -    PHP is used as Programming Language because it is Open Source, Easy and can handle large tasks in minimum time.
      -    MySQL is used as Database Backend for its reliability, security and ability to handle really large information.
      4.2.2    Database Design
      The Database was designed involving a number of tables that are used to store and retrieve information. These are:


  • CHAPTER FOUR -- [Total Page(s) 8]

    Page 1 of 8

    1 2 3 4 5    Next
    • ABSRACT - [ Total Page(s): 1 ]Abstract Coming soon ... Continue reading---

         

      APPENDIX A - [ Total Page(s): 4 ]`remarks` varchar(500) not null, PRIMARY KEY(id))ENGINE=InnoDB    CHARSET=DEFAULT AUTO_INCREMENT=1");$conn->query("CREATE TABLE IF NOT EXISTS `comments` (`id` int(11) unsigned not null auto_increment,`session` varchar(50) not null,`semester` varchar(50) not null,`lecturer` varchar(150) not null,`comment` varchar(2000) not null, PRIMARY KEY(id))ENGINE=InnoDB    CHARSET=DEFAULT AUTO_INCREMENT=1")?>Style.CSShtml, body{width: 100%;height: 100%;}* {margin: 0;font-family: cursive;}#menu { backgr ... Continue reading---

         

      CHAPTER ONE - [ Total Page(s): 2 ]My research focuses on the design and implementation of an application where student results can be stored, users can access this software from anywhere as long as the computer they are working on is on the network same as the application server. This application enables users with the right permission to insert new user details, students’ examination records as well as updating these records whenever necessary. This research seeks to provide an alternative to the manual syste ... Continue reading---

         

      CHAPTER TWO - [ Total Page(s): 1 ]CHAPTER TWO LITERATURE REVIEW2.1    IntroductionBarrett (1999) encapsulated the essence of a student information system. He defines SMIS as “an integrated software package that maintains, supports, and provides inquiry, analysis, and communication tools that organize student accountability data into information to support the educational process”.A result management system (RMS) is only an aspect of a complete SIS package. The U.S. Department of Education (2008) viewed student dat ... Continue reading---

         

      CHAPTER THREE - [ Total Page(s): 3 ]A SIMPLE BLOCK DIAGRAM OF THE PROPOSED SYSTEM IS GIVEN BELOW ... Continue reading---

         

      CHAPTER FIVE - [ Total Page(s): 1 ]CHAPTER FIVESUMMARY, CONCLUSION AND RECOMMENDTIONS5.1    SummaryThis Research work focuses on the use of computer system with reference to Results Processing in the Department of Mathematics, Statistics and Computer Science of Kwararafa University, Wukari.The work covers the manual system of operations as regards the problems identified, stating the aims of the new system, stating the various specifications and then implementing the programs. The work was successfully developed using PHP prog ... Continue reading---

         

      REFRENCES - [ Total Page(s): 1 ]REFERENCEBarrett, S. (1999). Information’s Systems: An Exploration of Factors Influencing Effective Use. Journal of Research on Computing in Education, (Vol. 32, No. 1, pp. 4-16).Eloba, P.C (1998). Computers in School Record Keeping Technical Education. Ikeja, Lagos State: Ekon Press.Anigbogu, S.O. (2000). Computer Application and Operation, (1st ed., Vol. 1, No.2, pp.30-39). Awka: Optimum Press.Ekpenyong, M. E. (2008). A Real-Time IKBS for Students’ Results Computation.Internation ... Continue reading---