11
9.2
Unconditional jump operator
93
9.3.
Conditional jump operator
94
9.4.
Select statement
96
Chapter-10. PROGRAMMING SIMPLE REPEATED COMPUTER
PROCESSES
100
10.1.
Organization of repetitive processes
100
10.2.
Repeating processes with pre-condition checking
101
10.3.
Repeating processes followed by condition checking
103
10.4.
Repeating processes with parameter
105
Chapter-11. PROGRAMMING DIFFICULT REPEATED COMPUTER
PROCESSES
107
11.1.
The concept of a complex repetitive computing process
107
11.2.
Concept of
data array
109
11.3.
Development of programs for sorting array elements
112
11.4.
The algorithm for finding the smallest element in an array
115
Chapter-12. PROCEDURES AND FUNCTIONS
117
12.1.
Pascal procedure design
117
12.2.
Subroutine function
119
12.3.
Call procedure
and function
120
12.4.
Subroutine parameters procedure and function
121
12.5
Examples of standard procedures and functions
122
GLOSSARY