Site Logo E-PROJECTTOPICS

DESIGN AND IMPLEMENTATION OF WEB BASED TIME TABLE SYSTEM FOR COMPUTER SCIENCE DEPARTMENT


📋


Presented To


Computer Science Department

📄 Pages: 72       🧠 Words: 7812       📚 Chapters: 5 🗂️️ For: PROJECT

👁️‍🗨️️️ Views: 349      

⬇️ Download (Complete Report) Now!

📥 Instant Access: Download the fully developed, tested, and ready-to-use software that matches this project topic. Save weeks of effort and get the complete working solution immediately. Trusted by students & professionals, with fast delivery guaranteed.

Get Developed Software

👨‍💻 Hire a Software Developer: Work with an experienced software engineer who can customize, improve, or build your project from scratch. Get professional coding, tailored features, and expert guidance to make your project stand out. 100% reliable service, with proven results and client satisfaction.

Hire a Software Developer
TABLE OF CONTENT
Front page     -    -    -    -    -    -    -    -    i
Certification  -    -    -    -    -    -    -    -    iii
Dedication     -    -    -    -    -    -    -    -    iv 
Acknowledgement -    -    -    -    -    -    -    v
Table of Content -    -    -    -    -    -    -    -    vi
Abstract     -    -    -    -    -    -    -    -    viii
CHAPTER ONE
1.0 Introduction -    -    -    -    -    -    -    -    1
1.1 Problem Definition -    -    -    -    -    -    -    2
1.2 Aim and Objectives -    -    -    -    -    -    -    2
1.3 Scope of the Study -    -    -    -    -    -    -    3
1.4 Limitation of the Study -    -    -    -    -    -    3
1.5 Organization of the Work -    -    -    -    -    -    4
CHAPTER TWO
2.0 Literature Review -    -    -    -    -    -    -    5
2.1 Formulation of Time Table Problems -    -    -    -    7
2.2 Constraints     -    -    -    -    -    -    -    8
2.3 Internet Backbone -    -    -    -    -    -    -    8
2.4 The Concept of the World Wide Web -    -    -    -    9
CHAPTER THREE
3.0 System Analysis and Design -    -    -    -    -    10
3.1 Preambles -    -    -    -    -    -    -    -    10
3.2 Review of the Existing System -    -    -    -    -    10
3.3 Information Flow in Time Table Production -    -    -    11
3.4 Data Preparation -    -    -    -    -    -    -    13
3.4.1 Basic Data -    -    -    -    -    -    -    -    13
3.4.2 Periodic P Data     -    -    -    -    -    -    14
3.4.3 Time Table Data -    -    -    -    -    -    -    14
3.5  The Architecture     -    -    -    -    -    -    16
3.6 Technological Resources -    -    -    -    -    -    19
CHAPTER FOUR 
4.0 Systems Implementation, Hosting and Documentation -    21
4.1 Preamble -    -    -    -    -    -    -    -    21
4.2 System Requirements -    -    -    -    -    -    21
4.2.1 Client Side Application Requirements -    -    -    22
4.2.2. Server Side Application Requirements -    -    -    23
4.3 Application Installation Procedure -    -    -    -    24
4.3.1 Domain New Registration -    -    -    -    -    24
4.3.2 Web Server Configuration -    -    -    -    -    25
4.3.3 Web Hosting Procedure -    -    -    -    -    -    26   
4.4 Documentation -    -    -    -    -    -    -    26
4.4.1 Starting The Application -    -    -    -    -    -    27
4.4.2 Description of the Links -    -    -    -    -    -    27
4.5 Interface of the Design -    -    -    -    -    -    28
CHAPTER FIVE 
5.0 Conclusion and Recommendation -    -    -    -    33
5.1 Conclusion -    -    -    -    -    -    -    -    33
5.2 Recommendations -    -    -    -    -    -    -    34
     References -    -    -    -    -    -    -    -    35
      Appendix -    -    -    -    -    -    -    -    36   


CHAPTER ONE
1.0    INTRODUCTION
The academic environment has gone so complex that an automated system may be required to automate certain aspects of the academic system. One such area of difficulty is timetable scheduling; those saddled with the responsibility of time table creation are always faced with challenges of creating effective system that will deliver its purpose.
Automation has been seen as a way of enhancing Manual activities. For instance, Manual operations are characterized with some setbacks such as erroneous computation etc. with automation, those setbacks are either eliminated or reduced to barest minimal. To this effect application are being created to hide the manual operations and project automation.
The general task of solving timetable scheduling problems is iterative and time consuming. In real world application, the participants to the timetable scheduling have conflicting preferences which make the search for an optimal solution a problem. In order to solve the problem it is necessary to find a compromise between all the parties involved in the requirement, usually conflicting (e.g. day, time). The constraints are related to the availability, timetabling and preference of each of the instructor, to rooms availability, number of student and curricula. In order to solve this problem for the particular case of university system, timetable scheduling has to adopt the computer-base approach. Computer-base approach enables the institution to automate certain manual task and work efficiently. Also, in the particular case of timetable scheduling, the automated system could find an optimal or a sub-optimal solution using mainly inter agent communication.
1.1 PROBLEM DEFINITION
The scheduling problem can be defined as a problem of finding the optimal sequence for evaluating a finite set of operation (task or job) under a certain set of constrains that must be satisfied . A typical example of scheduling problem is timetable scheduling. The problems to be solved by timetable scheduling are mapped out below.
1)    Maximize individual in timetable scheduling or other resources.
2)    Minimize time required to complete the entire process for timetable scheduling.
3)    Production of timetable and of conflict interest, place, etc.
All these problems and more are to be solved so that the proposal solution for timetable scheduling will be an enchantment over the manual.
1.1    AIM AND OBJECTIVES.
In solving problems of timetable scheduling, there is need for an effective and efficient techniques or methods.
The only method proven to be effective and effective is the computer-based approach. The approach that automates all the manual concepts of timetable scheduling thereby eliminate all the problems associated with the manual technique.
To this end, this project work is designed to introduce computer bases approach to the manual method of timetable scheduling.
1.3 SCOPE OF THE STUDY.
Timetable scheduling is a complex and time consuming process. Generating timetable for all levels in a university system will definitely take a lot time. For the purpose of this work, time able creation will be based on degree programme only with focus on 100 and 200 level courses, this will be an effective way to start the process of time table creation.
Also, the work will be made to run on the internet backbone this will make the application distributed and network based.
1.4 LIMITATION OF THE STUDY
The proposed development is a time consuming process to this end the project will be streamline to 100 and 200-degree programme due to time limitation.
Another problem is the inadequate research materials on the subject of timetable scheduling and creation. This project work made use of the little available materials.

📄 Pages: 72       🧠 Words: 7812       📚 Chapters: 5 🗂️️ For: PROJECT

👁️‍🗨️️️ Views: 349      

⬇️ Download (Complete Report) Now!

📥 Instant Access: Download the fully developed, tested, and ready-to-use software that matches this project topic. Save weeks of effort and get the complete working solution immediately. Trusted by students & professionals, with fast delivery guaranteed.

Get Developed Software

👨‍💻 Hire a Software Developer: Work with an experienced software engineer who can customize, improve, or build your project from scratch. Get professional coding, tailored features, and expert guidance to make your project stand out. 100% reliable service, with proven results and client satisfaction.

Hire a Software Developer

🔗 Related Topics

DESIGN AND IMPLEMENTATION OF A FOOTBALL STADIUM TICKET ACQUISITION AND RESERVATION SYSTEM INVENTORY MANAGEMENT AND CONTROL SYSTEM TELECONFERENCE SYSTEM EXAMINATION PROCESSING SYSTEM FOR UNIVERSITY IN NIGERIA DESIGN AND IMPLEMENTATION OF AN AUTOMATED INVENTORY CONTROL SYSTEM FOR NIGERIAN BREWERIES DESIGN AND IMPLEMENTATION OF NETWORK CONNECTIVITY AND TRAFFIC CONTROL OF MTN NETWORK IN NIGERIA. DESIGN AND IMPLEMENTATION OF AN ONLINE PRISON MANAGEMENT SYSTEM DESIGN AND IMPLEMENTATION OF AN AIRPLANE PASSENGER MANIFEST INFORMATION SYSTEM DESIGN AND IMPLEMENTATION OF MOBILE APPLICATION RESULT CHECKER DESIGN AND IMPLEMENTATION OF A ROAD TRANSPORT BOOKING SYSTEM DESIGN AND IMPLEMENTATION OF AIRLINE BOOKING SYSTEM DESIGN AND IMPLEMENTATION OF A DATABASE POLICE SECURITY Design and Implementation of an Online Radio Streamer Application Design And Implementation Of A Computerized Temperature Control System For A Cold Room IMPACT OD ORGANIZATIONAL REWARD SYSTEM ON STAFF PRODUCTIVITY IN BUSINESS ESTABLISHMENT DESIGN AND IMPLEMENTATION OF ONLINE EXAMINATION SYSTEM FOR STAFF RECRUITMENT DESIGN AND IMPLEMENTATION OF REAL TIME PROCESSING IN ACCOUNTING INFORMATION SYSTEM DESIGN AND IMPLEMENTATION OF A COMPUTERISED HUMAN RESOURCE SYSTEM UNIVERSITY MANAGEMENT INFORMATION SYSTEM DESIGN AND IMPLEMENTATION OF A FILE SHARING APPLICATION FOR ANDROID

click on whatsapp