A centralized student information database system | Blazingprojects Postgraduate Thesis
Home / Computer Science / A centralized student information database system

A centralized student information database system

 

Table Of Contents


  • Title page iCertification Page iiApproval Page iiiDedication ivAcknowledgement vAbstract viTable of contents vii1.0 CHAPTER ONE1.1INTRODUCTION1.2Statement of the Problem1.3Research Objectives1.4Signification Of The Study1.5Research Methodology1.6Organization of the project1.7General methodology1.8Definition Of TermsCHAPTER TWO2.0 REVIEW OF RELEVANT LITERATURECHAPTER THREE3.0 DESCRIPTION AND ANALYSIS OF THE PRESENT SYSTEM3.1 Methodology3.2 General Overview of student centralized database system approach3.3 System Analysis3.
  • 3.1Analysis of the Existing System3.
  • 3.2Problem of the Existing System3.
  • 3.3Analysis of the proposed System3.4 System Design3.5 Input Layout3.6 Data Flow Diagram3.7 Database Structures3.8 Database Structures3.9 Centralized database designCHAPTER FOUR4.0 DESIGN AND IMPLEMENTATIONSYSTEM IMPLEMENTATION AND DOCUMENTATION4.0 Introduction4.1 Program Design4.2 Choice of Programming Language4.3 Programming Environment4.4 Hardware Requirements4.5 Hardware Requirements4.6Implementation Codes and Design4.7Program Flowchart4.8Software testingCHAPTER FIVE – SUMMARY, CONCLUSION AND RECOMMENDATION5.0 Introduction5.1 Constraints of the Study5.2 Summary5.3 Conclusion5.4 RecommendationCHAPTER FIVE5.0 SUMMARY, RECOMMENDATION AND CONCLUSION5.1 Summary5.2 Recommendation5.3 ConclusionReferencesAppendix/source code

Thesis Abstract

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.

Thesis 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 Research Thesis
📱 100% Offline: No internet needed
📝 Over 98 Departments
🔍 Thesis-to-Journal Publication
🎓 Undergraduate/Postgraduate Thesis
📥 Instant Whatsapp/Email Delivery

Blazingprojects App

Related Research

Law. 2 min read

A Framework for Incorporating Digital Evidence into Judicial Decision-Making...

This research focuses on developing a clear and practical framework for how courts and judges can better include digital evidence when making legal decisions. D...

BP
Blazingprojects
Read more →
Insurance. 4 min read

A Framework for Integrating Behavioral Economics into Insurance Risk Assessment...

This research focuses on developing a new way to evaluate risks in insurance by bringing together concepts from behavioral economics. Traditionally, insurance c...

BP
Blazingprojects
Read more →
Industrial and Produ. 2 min read

A Framework for Sustainable Lean Manufacturing System Optimization...

This research aims to develop a comprehensive framework that helps manufacturing companies optimize their systems for sustainability while maintaining high effi...

BP
Blazingprojects
Read more →
Human Nutrition and . 4 min read

Developing a Holistic Model for Personalized Dietary Interventions in Diabetes Manag...

This research aims to create a comprehensive and personalized approach to dietary interventions for people with diabetes. Diabetes management often involves rec...

BP
Blazingprojects
Read more →
History and Internat. 3 min read

Developing a Framework for Post-Colonial Narratives in 20th Century International Di...

This research focuses on understanding how post-colonial countries’ stories and perspectives have influenced international diplomacy during the 20th century. ...

BP
Blazingprojects
Read more →
Health and Physical . 4 min read

Developing a Holistic Model for Improving Adolescent Physical Activity Engagement...

This research focuses on creating a comprehensive model to help increase physical activity among teenagers. Adolescents often engage less in physical activity t...

BP
Blazingprojects
Read more →
Guidance and Counsel. 2 min read

A Holistic Framework for Enhancing Career Decision-Making in Adolescents...

This research aims to develop a comprehensive framework to improve how adolescents make career choices. Many young people face difficulty in selecting suitable ...

BP
Blazingprojects
Read more →
Geophysics. 4 min read

A Framework for Integrating Seismic and Electromagnetic Data for Subsurface Characte...

This research explores how to combine two different geophysical methods—seismic and electromagnetic (EM) surveys—to better understand what lies beneath the ...

BP
Blazingprojects
Read more →
Geology. 2 min read

A Framework for Integrating Mineralogical and Geochemical Data in Ore Deposit Models...

This research aims to develop a structured framework to better combine mineralogical and geochemical data to improve understanding and modeling of ore deposits....

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