query("INSERT INTO `eo" />
  • Results Computation System In Higher Institutions Using Php, Html, Css, Mysql

  • APPENDIX A -- [Total Page(s) 4]

    Page 2 of 4

    Previous   1 2 3 4    Next
    • $conn->query("CREATE TABLE IF NOT EXISTS `eo_login` (
      `id` int(11) unsigned not null auto_increment,
      `username` varchar(50) unique not null,
      `password` varchar(50) not null,
      `name` varchar(100) not null, PRIMARY KEY(id)
      )ENGINE=InnoDB    CHARSET=DEFAULT AUTO_INCREMENT=1");
      $conn->query("INSERT INTO `eo_login` VALUES('1', 'Exams', 'officer', 'Exams Officer')");
      $conn->query("CREATE TABLE IF NOT EXISTS `lecturers` (
      `id` int(11) unsigned not null auto_increment,
      `username` varchar(50) unique not null,
      `password` varchar(50) not null,
      `name` varchar(100) not null,
      `designation` varchar(100) not null, PRIMARY KEY(id)
      )ENGINE=InnoDB    CHARSET=DEFAULT AUTO_INCREMENT=1");
      $conn->query("CREATE TABLE IF NOT EXISTS `courses` (
      `id` int(11) unsigned not null auto_increment,
      `coursecode` varchar(50) unique not null,
      `coursetitle` varchar(50) not null,
      `units` varchar(100) not null,
      `level` varchar(100) not null,
      `semester` varchar(100) not null,
      `lecturer` varchar(100) not null,
      `reviews` varchar(100) not null,
      `rstatus` varchar(100) not null, PRIMARY KEY(id)
      )ENGINE=InnoDB    CHARSET=DEFAULT AUTO_INCREMENT=1");
      $conn->query("CREATE    TABLE    IF    NOT    EXISTS
      `studentresults` (

  • APPENDIX A -- [Total Page(s) 4]

    Page 2 of 4

    Previous   1 2 3 4    Next
    • ABSRACT - [ Total Page(s): 1 ]Abstract Coming soon ... 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 FOUR - [ Total Page(s): 8 ]CHAPTER FOURSYSTEM DESIGN AND IMPLEMENTATION4.1    IntroductionA 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 ... 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---