DESIGN AND SIMULATION OF COMPUTER DIAGONISTIC SYSTEM A CASE STUDY OF IBM PG

0
456

ABSTRACT

This work has been designed to assist computer engineers to effectively diagnose problems in computer sub-systems, such as hard disk, floppy disk drives, monitors, keyboard, etc.

Equipped with this system, the user can easily detect when a particularly subsystem is faulty.

        This program is developed with Qbasic programming language and is designed to run in any IBM-Basic programming language, it is also designed to run in any IBM Capable computer loaded with MS-DOS. A flow chart is used to enhance the understanding of the program. The program is structured to actualize the objectives of the design. Some graphic features in the design makes the whole design a palatable an isolating faulty components has been reduced.

TABLE OF CONTENT

TITLE PAGE

APPROVAL PAGE

DEDICATION

ACKNOWLEDGEMENT

ABSTRACT

TABLE OF CONTENT

CHAPTER ONE

INTRODUCTION

THE STATEMENT OF THE PROBLEM

PURPOSE OF THE STUDY

THE DELIMITATION

THE LIMITATION

ASSUMPTION

DEFINITION OF TERMS

CHAPTER TWO

        LITERATURE REVIEW

CHAPTER THREE:  

DESCRIPTION AND ANALYSIS OF THE EXISTING SYSTEM

        FACT FINDING METHODS USED

        OBJECTIVES OF THE EXISTING SYSTEM

        INPUT PROCESS AND OUTPUT ANALYSIS

        INFORMATION FLOW DIAGRAM

        PROBLEM OF THE EXISTING SYSTEM

JUSTIFICATION OF THE NEW SYSTEM

CHAPTER FOUR:     DESIGN OF THE NEW SYSTEM

        OUTPUT SPECIFICATION AND DESIGN

        INPUT SPECIFICATIONS AND DESIGN.

        FILE DESIGN

        PROCEDURE CHART

        SYSTEM FLOW CHART

        SYSTEM REQUIREMENT

CHAPTER FIVE:       IMPLEMENTATION

        PROGRAM DESIGN

        PROGRAM FLOWCHARTS

        PSEUDO CODES

        SOURCE PROGRAM

CHAPTER SEVEN

        SUMMARY, CONCLUSION AND RECOMMENDATIONS

        SUMMARY

        CONCLUSION

        RECOMMENDATION

BIBLOGRAPHY

CHAPTER ONE

INTRODUCTION

        No matter the level of computer literacy, this is little likelihood that the following phrase needs to be explained. “the computer is down”

It has been a common complaint the words conforms up visions of a pertinent machine gone on the micro equivalent of a sit down strike. Perhaps, it will be up and rounding later on, like a good diagnostic procedure is carried out using the diagnostic procedure is carried out using the diagnostic program.  

        Eventually, we lean that the computer is once again back in operation. But what we don’t learn, is that the trouble really was not the computerizes fault at all. Instead on operators error lured it to perform in an unexpected moreover. Then it became necessary to shut down the system while the error was traced, isolated and corrected.

Infact, the computer machine is one of the most reliable machines ever made. It has almost knowing parts, so there is very little to get of our alignment. Its electronic components do not demand periodic adjustments. And since it really has no brain of its own,   it just cannot make its own mistakes. It does only what it is told, that is “gabbage in gabbage out” Given a minimal amount of care and a decent operating environment, it should provide years of trouble- free , error-true services.

        No one can say that the computer system never break down, some components may indeed fail now and then, yet far more often a “computer is down” problems can be traced to human error, and while that may make he problem no less frustration. It does make it much simpler to solve. Needless to say, an actual hardware failure may require the services of skilled personnel. However, an apparent failures requires within more than a moments attentions by the user. With the help of this diagnostic program that helps him or her test the different sub-systems of the computer to isolate, trace and correct the error, the conception of a moments attention will yield.

        When making a list of all the factors that revolves around the computer is down problem, we must not forget to include our human causes at the top of the list. Next is the consideration of the various external devices, followed by the internal devices with moving parts. After that, it is apt to the display.

Finally when all else fails to be associated the problem or rather, when we begin to suspect the  computer itself. So our prioritized suspect list may look something of this nature.

        1 – human error (such as forgetting to turn the power on, plug the display on a wrong socket etc.)

        2 – External devices (like printer out of paper, liquid spilled on diskette etc)

        3-     Internal parts movable ones (suspect the hard disk)

        4 –    Display devices (check the display card or display unit)

        5-     The computer itself (almost likely a fault chip)

1.1   STATEMENT OF THE PROBLEM

In the design of this computerized diagnostic programming, there are so many hardware problems being encountered by operations such as when

  • Your system does not recall how
  • Your disk drive has not learnt how to write
  • Your display is block
  • Your modern is not feeling communicative
  • Your printer will not take a letter
  • Your system will not take a letter
  • Your system has recently discovered some new ways to frustrate what ever it is, you are trying to do

Sometimes, the computer will not give any response when switched on, the computer tries half-heartedly as it may flash an information (?) display on the screen, such as 2c 30I or perhaps; 0400200800 code, or may be even DEVICE TIME out in 130.

        Any of these or countries other codes message or audio beeps may be heard, and each indicates dust where the problem is. These error messages or codes put the computer operator of his work, because when happens he needs a specialist to help.

        For example, the message seen above tell you that a key struck a memory chip have placed, and that you forget him something on. You trust have to know how to read between the number with all those keys, chips and the external device you have plugged in, the error messages became a very efficient way of pointing to the troubled sport Armed with diagnostic program (if completed), one should be able to filed the problem and fix it quickly.

DESIGN AND SIMULATION OF COMPUTER DIAGONISTIC SYSTEM A CASE STUDY OF IBM PG