• Design And Implementation Of A Distributed Recruitment Management System

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

    Page 1 of 2

    1 2    Next
    • APPENDIX
      APRIORI ALGORITHM CODE
      <?php include("DB_config.php");
      $unilag=0, $ui=0, $unilag=0, $unilorin=0, $uniben=0, $unn=0, $unilagpass=0, $uipass=0,
      $unilagpass=0, $unilorinpass=0, $unibenpass=0, $unnpass=0;
      if(isset($_POST['minsup']) && isset($_POST['minconf']) && isset($_POST['qData']) && isset($_POST['passgrade'])){
      $minsup = $_POST['minsup'];
      $minconf = $_POST['minconf'];
      $qData = $_POST['qData'];
      $passgrade = $_POST['passgrade']; echo "ok";
      }
      if (!empty($minsup) && !empty($minconf) && !empty($qData)){
      if($minsup < 1 && $minconf < 1){ if($qData>=1000){
      $i=1; while($i<=1000){
      $score=rand(0,100);
      $checkSchool=rand(0,4); switch($checkSchool){
      case 0:
      $school="University of Lagos"; if($score>=$passgrade){
      $unilagpass++;
      }
      $unilag++; break;
      case 1:
      $school= "University of Ibadan"; if($score>=$passgrade){
      $uipass++;
      }
      $ui++; break;
      case 2:
      $school="University of Illorin";
      if($score>=$passgrade){
      123
      $unilorinpass++;
      }
      $unilorin++; break;
      case 3:
      $school="University of Benin"; if($score>=$passgrade){
      $unibenpass++;
      }
      $uniben++; break;
      case 4:
      $school="University of Nigeria Nsukka"; if($score>=$passgrade){
      $unnpass++;
      }
      $unn++; break;
  • APPENDIX A -- [Total Page(s) 2]

    Page 1 of 2

    1 2    Next
    • ABSRACT - [ Total Page(s): 1 ]ABSTRACTThe recruitment process has always been critical to the success or failure of organizations. Organizations constantly seek better methods of recruiting staff that will require minimal effort to seamlessly fit in with the organizations business processes and thus provide recruitment agencies with the means with which to determine which universities provide the best graduates in a particular field for recruitment.This project work utilized a V-model software methodology, in the ver ... Continue reading---

         

      LIST OF TABLES - [ Total Page(s): 1 ]LIST OF TABLESHuman Resource Task and Associated Data mining TechniquesDescription of the Use Cases in R.M.SDescription of the Elements of the Level 0 Dataflow DiagramDescription of the elements of the Level 1 Dataflow DiagramHiring Company TableData Dictionary for Hiring Company TableCandidate TableData Dictionary for Candidate TableExamination TableData Dictionary for Examination TableResult TableData Dictionary for Result TableQuestions TableData Dictionary for Questions TableDescri ... Continue reading---

         

      LIST OF FIGURES - [ Total Page(s): 1 ]LIST OF FIGURESFigure 2.1:    Overview of the Steps that compose the Knowledge Discovery Process   Figure 2.2:    Architecture of a Typical Data Mining System    Figure 2.3:    Data mining and Talent Management    Figure 2.4:    Role of Decision Support in Decision Making    Figure 2.5:    Architecture of a Typical Decision Support System    Figure 2.6:    Client Server Architecture   Figure 2.7:    3-Tier Architecture   Figure 2.8:    Distributed Object ... Continue reading---

         

      TABLE OF CONTENTS - [ Total Page(s): 2 ]TABLE OF CONTENTSCertification    Acknowledgement    Abstract    List of Tables    List of Figures    CHAPTER ONE    INTRODUCTION   1.1    Background of Study   1.2    Problem Statement    1.3    Aim and Objectives of the Study    1.4    Methodology    1.5    Scope and Limitation of Study    1.6    Justification    CHAPTER 2    LITERATURE REVIEW     2.1    Preamble    2.2    Theoretical Background of Recruitment    ... Continue reading---

         

      CHAPTER ONE - [ Total Page(s): 2 ]1.3    Aim and Objectives of the StudyThe aim of the project is to provide organizations and educational parastatals with the means to determine which Higher Institution provide the best graduates in a particular field for recruitment.Below are the outlined objectives of the project:1.    To provide a platform for capturing profiles of applicants.2.    To create an online recruitment test based system based on organizational requirements.3.    Provide applicants with results ... Continue reading---

         

      CHAPTER TWO - [ Total Page(s): 18 ]2.8.2.3    Distributed Object ArchitectureThere is no distinction in distributed object architectures between tween clients and servers.Each distributable entity is an object that provides services to other objects and receivesservices from other objects. Object communication is through a middleware system called an object request broker; however distributed object architectures are more complex to design sign than Client-server systems.2.8.2.4    Peer to Peer ArchitectureThe client-server ... Continue reading---

         

      CHAPTER THREE - [ Total Page(s): 19 ]The form in figure 3.15 can be accessed from the dashboard it is used by the company to create and schedule an exam to be written by candidates for an exam it also includes duration of the exam to ensure that the R.M.S knows how long the exam is to hold.The upload questions form in figure 3.16 is used by the company to create the questions to be used to assess students these questions can be created manually with the questions entered into the form one after the other with the save butto ... Continue reading---

         

      CHAPTER FOUR - [ Total Page(s): 16 ]The View/Update Registered Candidates in Fig 4.8 displays all candidates registered by a company and the exams to be written. Candidate’s information can also be updated by clicking on the update icon (yellow icon) on the last row of the table. So also candidate’s information can be deleted by clicking on the deleted icon which is above the update iconThe candidate dashboard displayed in fig 4.9 shows the different operations that can be performed by a candidate there are basic ... Continue reading---

         

      CHAPTER FIVE - [ Total Page(s): 1 ]CHAPTER FIVESUMMARY CONCLUSION AND RECOMMENDATION5.1    SummaryRecruitment needs of an organization are specific to that particular organization no other entity can understand the recruitment need of a particular organization better than the organization itself. In order to provide a system that enables organizations take charge of their recruitment needs by eliminating the need for recruitment agencies this project provides a platform with which such organizations can administer recruitm ... Continue reading---

         

      REFRENCES - [ Total Page(s): 1 ]REFERENCESâ„–naka , I. , and H. Takeuchi . (1995) . The knowledge-creating company: How Japanese companies create the dynamics of innovation. New York : Oxford University Press .Abell, A., & Oxbrow, N. (2001). Competing with knowledge: The information professional in the knowledge management age. London: Library Association Publishing.Adebayo, Ejiofor, & Mbachu. (2001, â„–vember 23). The American Productivity and Quality Centre. Retrieved August 23, 2015, from APQC Web site: http://www ... Continue reading---