Because pseudocode is detailed yet readable, it can be inspected by the team of designers and programmers as a way to ensure that actual programming is likely to match design specifications. Catching errors at the pseudocode stage is less costly than catching them later in the development process. Once the pseudocode is accepted, it is rewritten using the vocabulary and syntax of a programming language. Pseudocode is sometimes used in conjunction with computer-aided software engineering-based methodologies.
A flowchart is a graphical representation of decisions and their respective results mapped out in individual shapes that were first developed by Herman Goldstine and John von Neumann in the 1940's. Flowcharts provide a step-by-step diagram for mapping out complex situations, such as programming code or troubleshooting problems with acomputer. The picture to the right shows an image from Microsoft Visio, a popular program used to design and create flowcharts and diagrams.
Below is an example of a basic flowchart created in Visio that gives a good representation of their layout. As can be seen, you have several steps that may be followed systematically to help determine the cause of computer problem. Of course, this is just an example and not the full set of steps required to troubleshootcomputer issues.
A computer program can be viewed as an elaborate algorithm. In mathematics and computer science, an algorithm usually means a small procedure that solves a recurrent problem. A