DESIGN AND IMPLEMENTATION COMPUTER BASE TROUBLESHOOTING SYSTEM ON COMMON FAULT OF COMPUTER SYSTEM

0
1143

ABSTRACT

Most often, the printing of very important and computer reports have been stopped midway owing to some minor faults on the computer system.  At times, due to the complexity of the faults some maintenance find it difficult beginning to perform detailed diagnosis due to lack of specialized equipment, some of which are available only to a few big firms due to their high cost of acquisition.

As the case may be, some of those faults may be such that will require a very fundamental knowledge of computer base maintenance, making use of minor tools.  Once the actual causes are identified.

This project present computer base troubleshooting system on common fault of computer system. It will be implemented using visual basic programming language.

ORGANISATION OF THE WORK

This work is organized into seven chapters.

CHAPTER ONE:         Highlights the native, aims and objectives of the project, the general work to be done, what it will achieve and benefits derivable there from.

CHAPTER TWO:        Reviews some literature of related subject matter by earlier authors.

CHAPTER THREE: Describes and analyses the existing system, states its mode of operation and identities the problem facing at, providing possible solution thereof.

CHAPTER FOUR:       Treats the design of the new system.  Things in the present system as well as the new structure and design elements that are needed to properly implement the new system are also described.

CHAPTER FIVE:        Deals with the implementations phase, comprising program design, coding and testing.    

CHAPTER SIX: Presents the documentation of the new system, describing the functionality of various parts of the program.  It also provides a risers guide to using the system.

CHAPTER SEVEN:    Gives some concluding remarks as well as recommends possible areas of further research and improvement. 

TABLE OF CONTENT

TITLE PAGE

CERTIFICATION

DEDICATION

ACKNOWLEDGEMENT

ABSTRACT

ORGANISATION OF THE WORK (STUDY)

TABLE OF CONTENT

CHAPTER ONE:

INTRODUCTION

  1. BACKGROUND OF THE STUDY
    1. STATEMENT OF PROBLEM
    1. PURPOSE OF STUDY
    1. SIGNIFICANCE OF THE STUDY
    1. AIM AND OBJECTIVES      
    1. SCOPE OR DELIMITATION
    1. LIMITATIONS OR CONSTRAINTS
    1. ASSUMPTIONS

CHAPTER TWO:       

LITERATURE REVIEW

CHAPTER THREE:   

DESCRIPTION AND ANALYSIS OF EXISTING SYSTEM

3.1     FACT FINDINGS METHOD USED

  • OBJECTIVE OF THE EXISTING SYSTEM
    • INPUT, PROCESS AND OUTPUT ANALYSIS
    • INFORMATION FLOW DIAGRAM
    • PROBLEMS OF THE EXISTING SYSTEM
    • JUSTIFICATION OF THE NEW SYSTEM

CHAPTER FOUR:      

DESIGN OF THE NEW SYSTEM

4.1     OUTPUT SPECIFICATION AND DESIGN

  • INPUT SPECIFICATION AND DESIGN
    • FILE DESIGN
    • PROCEDURE CHART
    • SYSTEM FLOW CHAR
    • SYSTEM REQUIREMENT

CHAPTER FIVE:       

IMPLEMENTATION

  • PROGRAM DESIGN
    • PROGRAM FLOW CHART
    • PSUDOCODE
    • SOURCE PROGRAM
    • TEST RUN

CHAPTER SIX:

DOCUMENTATION

CHAPTER SEVEN:   

RECOMMENDATION AND CONCLUSION

REFERENCES

CHAPTER ONE

INTRODUCTION

BACKGROUND OF THE STUDY

Troubleshooting is the act of detecting and mending faults be it a hardware or software facility.  To be good trouble shooter one needed to understand a system better than the average person.

Maintenance is the performance of “prevention or remedial maintenance in order to prevent incipient hardware faults or to correct a hardware fault that has occurred”.  We therefore define computer and other hardware maintenance as the prevention and correction of faults in the system or as knowing fault that has occurred or as knowing fault that has occurred or that fault can occur and taking steps to ensure that the fault is eliminated.

The impact of engineering age is tremendous and its arrears of application are increasing geometrically.  It is believed that the information revolution will radically change the nature and quality of engineering work in the near future.

Some of the most exiting arrear of the information technology includes.

Office automation and computer publishing

Just-in-time (J.I.T) production techniques to reduce cost and improve quality.

Electronic shopping and electronic funds transfer

Computer controlled commuter train system

Decision support system (DSS) that facilitate real time control of making under battle field condition typically characterized by uncertainty

Computer aids to the handicapped including intelligent implants and experts for medical diagnosis.

Computer aids instruction (CAI) and aided manufacturing.

Due to all these mentioned arrears of computer application and more, computer has now been accepted and used by so many organizations, by individuals for various purposes.  It is believed that computer is an agent, which improves productivity, enhances competition.

It is however worthy to not that 75% of all computer application generate documented information.  This is why it is said that had copy is the spice of information.

STATEMENT OF THE PROBLEM

When computer systems malfunction, it is often difficult tracing the causes of such malfunctions with respect to identified symptoms.  Often, some of these faults are so minor that virtually every user is supposed to be able to handle them effectively without having to undergo the rigours of finding maintenance experts.  In many occasions, the defects are perfectly eliminated by clearing the edge connectors and resisting the plugs and pc interface cards.  Some diagnostic software such as Qapuls could also help in locating the causes of the problem.

However, the need for a reliable maintenance service cannot be over emphasized.

Since it is necessary for effective performance of any computer system.  Also it is pertinent to observe that there is many other preventive maintenance procedures that can be duly appreciate by the user which could minimize pc failure.  This project has been designed and preventive maintenance in a “DO IT YOURSELF FASHION.  It as well provides most of the salient information necessary to troubleshoot Computer systems.

DESIGN AND IMPLEMENTATION COMPUTER BASE TROUBLESHOOTING SYSTEM ON COMMON FAULT OF COMPUTER SYSTEM