A centralized student information database system

 

Table Of Contents


  • <p> </p><p>Title page i</p><p>Certification Page ii</p><p>Approval Page iii</p><p>Dedication iv</p><p>Acknowledgement v</p><p>Abstract vi</p><p>Table of contents vii</p><p>1.0

Chapter ONE

INTRODUCTION

  • </p><p>1.1INTRODUCTION</p><p>1.2Statement of the Problem</p><p>1.3Research Objectives</p><p>1.4Signification Of The Study</p><p>1.5Research Methodology</p><p>1.6Organization of the project</p><p>1.7General methodology</p><p>1.8Definition Of Terms</p><p>

Chapter TWO

LITERATURE REVIEW

  • </p><p>
  • 2.0REVIEW OF RELEVANT LITERATURE</p><p>

Chapter THREE

SYSTEM DESIGN AND IMPLEMENTATION

  • </p><p>
  • 3.0DESCRIPTION AND ANALYSIS OF THE PRESENT SYSTEM</p><p>
  • 3.1Methodology</p><p>
  • 3.2General Overview of student centralized database system approach</p><p>
  • 3.3System Analysis</p><p>3.
  • 3.1Analysis of the Existing System</p><p>3.
  • 3.2Problem of the Existing System</p><p>3.
  • 3.3Analysis of the proposed System</p><p>
  • 3.4System Design</p><p>
  • 3.5Input Layout</p><p>
  • 3.6Data Flow Diagram</p><p>
  • 3.7Database Structures</p><p>
  • 3.8Database Structures</p><p>
  • 3.9Centralized database design</p><p>

Chapter FOUR

SYSTEM TESTING AND EVALUATION

  • </p><p>
  • 4.0DESIGN AND IMPLEMENTATION</p><p>SYSTEM IMPLEMENTATION AND DOCUMENTATION</p><p>
  • 4.0Introduction</p><p>
  • 4.1Program Design</p><p>
  • 4.2Choice of Programming Language</p><p>
  • 4.3Programming Environment</p><p>
  • 4.4Hardware Requirements</p><p>
  • 4.5Hardware Requirements</p><p>4.6Implementation Codes and Design</p><p>4.7Program Flowchart</p><p>4.8Software testing</p><p>

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • – SUMMARY, CONCLUSION AND RECOMMENDATION</p><p>
  • 5.0Introduction</p><p>
  • 5.1Constraints of the Study</p><p>
  • 5.2Summary</p><p>
  • 5.3Conclusion</p><p>
  • 5.4Recommendation</p><p>

Chapter FIVE

SUMMARY, CONCLUSION AND RECOMMENDATIONS

  • </p><p>
  • 5.0SUMMARY, RECOMMENDATION AND CONCLUSION</p><p>
  • 5.1Summary</p><p>
  • 5.2Recommendation</p><p>
  • 5.3Conclusion</p><p>References</p><p>Appendix/source code</p> <br><p></p>

Project Abstract

<p> Student centralized database system is a system designed to computerize the process of student information records considering the problems faced by doing this manually. The system was studied and relevant officials were interview to acquire the required data. This designed system allows easily information retrieval of accurate information for effective and efficient allocations and also for easy maintenance of information integrity as well as time saving and reduction in operation. The centralized database system design in Mysql is interactive, menu- driven and user friendly. It provides timely information about students. Most students information operations are recorded and stored in the computer and retrieved at willed. It ensures security as students must logo to the systems before they see information concerning them. <br></p>

Project Overview

<p> </p><p><strong>INTRODUCTION</strong></p><p>The history of Student Information Database Systemover the past 20 years is one of exceptional productivity that has led to the database system becoming arguably the most important development in the field of software engineering(Thomas Connolly, 2010).</p><p>The database is now the underlying framework of the information system, and has fundamentally changed the way many organizations operate. In particular, the developments in this technology over the last few years have produced systems that are more powerful and more intuitive to use (Tony Morgan, 2011). This has resulted in database systems becoming increasingly available to a wider variety of users. Unfortunately, the apparent simplicity of these systems has led to users creating databases and applications without the necessary knowledge to produce an effective and efficient system (Terry Halpin, 2011)</p><p>Achievements in database research underpin fundamental advances in communications systems, transportation and logistics, financial management, knowledge-based systems, accessibility to scientific literature, and a host of other civilian and defense applications. They also serve as the foundation for considerable progress in the basic science fields ranging from computing to biology (LinLin Wang, 2011).</p><p>It is a student information database system for education establishments to manage student data. Student Information Database Systems (often abbreviated as SIDS systems) manage many other student-related data needs in the Universities like Maintenance and reporting of student data, handling inquiries from prospective students, handling the admissions process, Enrolling new students and enabling online scheduling, student accounts and financial aid processing, Handling records of examinations, assessments, marks, grades and academic progression Maintaining records of absences and attendance, Recording communications with students, Maintaining discipline records, Providing statistical reports,Housing, dorms and facilities details, assignments and tasks, Student health records, Fees Management, Inventory and Assets of the school</p><p><strong>1.2 STATEMENT OF THE PROBLEM</strong></p><p>The type of database used to keep student records is void of data redundancy which waste space by storing the same information in more than one file. In contrast, thecentralized student information database systemapproach attempts to eliminate the redundancy by integrating the files so that multiple copies of the same data are not stored. However, the database approach does not eliminate redundancy entirely, but controls the amount of redundancy inherent in the database. By eliminating or controlling redundancy, we reduce the risk of inconsistencies occurring. If a data item is stored only once in the database, any update to its value has to be performed only once and the new value is available immediately to all users. Unfortunately, many of the student information databases do not automatically ensure this type of consistency.</p><p>This current work presents a new approach for storing and manipulating student information to bring about consistency and reduce redundancy in our database.</p><p><strong>1.3 RESEARCH OBJECTIVES AIM AND OBJECTIVES OF RESEARCH</strong></p><p>The aim of this Research is to present acentralized student information database system.</p><p>The objectives to achieve this aim are:</p><p>· To review recent literatures on database systems</p><p>· To do a site survey of Elizade University</p><p>· To design a centralized student information database system.</p><p><strong>1.4SIGNIFICANCE OF THE STUDY</strong></p><p>The shifts from traditional flat files to database system are not merely a technological evolution, but require a change in the paradigm by which people access and use the database system.</p><p>The database system has the following advantages over the traditional flat file</p><p>· Databases can handle querying tasks, so you don’t have to walk over files manually.</p><p>· Databases can handle multiprocessors/multithreaded access.</p><p>· Databases can handle access from network</p><p>· Databases can watch for data integrity</p><p>· Databases can update data easily</p><p>· Databases are reliable</p><p>· Databases can handle transactions and concurrent access</p><p>· Databases + ORMs let you manipulate data in very programmer friendly way.</p><p>1.5 RESEARCH METHODOLOGY</p><p>The methods that will be involved in carrying out this research include:</p><p>· Background research on database systems</p><p>· Review of pertinent articles, journals and publications as regards to database, student’s information systems, and so on.</p><p>· Develop a centralised student information database based on the gathered facts and improve on them.</p><p>· The proposed system is designed using MySQL console for ensuring consistency etc.</p><p><strong>ORGANISATIONAL OF THE PROJECT</strong></p><p>The project is organized into five chapters in the following layouts:</p><p>Chapter one:provides the background to the research and an introduction to the research, along with a definition of the problem statement, methodology, research objectives.</p><p>Chapter Two:This chapter contains a literature review of books, articles, published papers, and electronic resources used during this research. It provides an overview of the relevant information available related to all the topics covered during the research.</p><p>Chapter Three: covers requirement gathering. This entails the methodology, which is the analysis and specification of database development.</p><p>Chapter Four:In this chapter, implementation of the system will be defined, i.e. the software requirements, the hardware requirements are specified</p><p>Chapter Five: contains summary, conclusion and recommendations for further studies.</p><p><strong>1.7 GENERAL METHODOLOGY</strong></p><p>The project is carried out following the appropriate stages involved in design and development of student centralized database software. The stages are briefly discussed below.</p><p>v Problem identification: The problems associated with the student database are first identified. This is done by critically analysis of the existing system</p><p>v Data collection: The data required for this student centralized database is obtained by interviewing staff, students and other personnel. Also vital information was also obtained from the internet especially on the technicality in designing and developing a student database.</p><p>v System modelling: Using relevant facts obtained from relevant sources, the student database system is designed.</p><p>v System Development and implementation: The conceptual design is development and implemented as computer program. After the development and implementation, the system is tested to ensure that it fulfills the objectives of the project.</p><p>v System installation: The developed clinical database system software is installed on the computer system and made ready for use.</p><p><strong>1.8 DEFINITION OF TERMS</strong></p><p>Automation: This is the use of control system such as computer to control and process data, reducing the need for human intervention</p><p>Database: This refers to a large store of related data on a computer that can be access and modified by the user.</p><p>Password: This is a secret code that a user must type into a computer to enable him access it or its applications. This is made up of numbers, letter, special character or a combination of any of the above categories.</p><p>Record System: The act of using a computer system to store and update information/data sequentially in order to keep file security.</p><p>Computerized: To convert a based system to start using a computer system to control, organize and automate something.</p><p>Centralized Database: A centralized database system consists of a single processor together with its associated data storage devices and other peripherals.</p><p>Data Entry: This is the standard input device through which the system gets more of the instructions and commands</p><p>Research: A careful study of something, especially to discover new facts or information about it.</p><p>System:</p> <br><p></p>

Blazingprojects Mobile App

📚 Over 50,000 Project Materials
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Software coding and Machine construction
🎓 Postgraduate/Undergraduate Research works
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Computer Science. 3 min read

Adaptive Cybersecurity Threat Detection Using Machine Learning Techniques...

What This Project Is About This project focuses on developing a system that can detect cybersecurity threats, such as hacking attempts or malware, more effectiv...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

AI-Powered Real-Time Language Translation System...

What This Project Is About This project involves creating a system that can understand and translate spoken language from one language to another instantly. The...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Developing an AI-Powered Personal Health Assistant Chatbot...

What This Project Is About This project focuses on creating a chatbot that uses artificial intelligence (AI) to help people manage their health. The chatbot wil...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Deep Learning-Based Real-Time Cybersecurity Threat Detection System...

This project is about creating a system that can automatically detect cybersecurity threats, such as hacking attempts or malware attacks, in real-time using adv...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Development of an AI-Powered Personalized Learning Platform...

This project is about creating a smart online learning platform that adapts to each student's individual needs and ways of learning. Traditional education metho...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Predicting Disease Outbreaks Using Machine Learning and Data Analysis...

The project topic, &quot;Predicting Disease Outbreaks Using Machine Learning and Data Analysis,&quot; focuses on utilizing advanced computational techniques to ...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Implementation of a Real-Time Facial Recognition System using Deep Learning Techniqu...

The project on &quot;Implementation of a Real-Time Facial Recognition System using Deep Learning Techniques&quot; aims to develop a sophisticated system that ca...

BP
Blazingprojects
Read more →
Computer Science. 2 min read

Applying Machine Learning for Network Intrusion Detection...

The project topic &quot;Applying Machine Learning for Network Intrusion Detection&quot; focuses on utilizing machine learning algorithms to enhance the detectio...

BP
Blazingprojects
Read more →
Computer Science. 3 min read

Analyzing and Improving Machine Learning Model Performance Using Explainable AI Tech...

The project topic &quot;Analyzing and Improving Machine Learning Model Performance Using Explainable AI Techniques&quot; focuses on enhancing the effectiveness ...

BP
Blazingprojects
Read more →
WhatsApp Click here to chat with us