7.2 Methods of
algorithm description
English Prose is a description
of the steps required to solve the problem in plain English without structure.
Pseudocode uses English but it has a structure of indenting lines and using
keywords. It looks very similar to the programming language Pascal. Flowcharts
are a pictorial or graphical method of describing an algorithm. There are
standards shapes that are used in flowcharting.

Write
out the sentence and fill in the missing word
|
????? is a method of algorithm description written in plain English without structure |
|
????? is a method of algorithm description involving the use of English, that relies on keywords and indentation |
|
????? is a software application used to write and modify algorithms written in pseudocode |
|
????? are highlighted in capital letters or bold type to indicate the type of action being performed |
|
????? is used to show structure in pseudocode |
|
????? is a pictorial or graphical method of describing an algorithm |
|
????? are lines and arrows used in flowcharts to indicate the flow of control |
|
????? is a series of steps which, when performed correctly, will solve a problem in a finite time |
|
????? is a symbol used in a flowchart to indicate the start and finish |
|
????? is a symbol used in a flowchart to indicate selection |