10
5.1.
Repeated (cyclic) computing processes
50
5.2
The flowchart of the problem of finding the sum of the values of
the elements of the vector
53
5.3.
Flowcharts for organizing simple
loops for precisely defined
data
55
5.4.
Cycles with an unknown number of repetitions
61
5.5
The concept of a matrix (two-dimensional array)
63
5.6
Drawing up an algorithm for finding the sum of matrix elements
64
5.7
Processing options for square matrix elements
66
Chapter-6. DATA SORT ALGORITHMS
70
6.1.
The essence of data sorting
70
6.2.
Simple selection sorting method
71
6.3.
Simple
exchange sort method
73
6.4.
Sequential ordering of pairs of adjacent elements
75
Chapter-7. GENERAL CHARACTERISTICS OF ALGORITHMIC
PROGRAMMING LANGUAGES
78
7.1.
Programming languages and their classification
78
7.2.
General characteristics of the Pascal language
80
7.3.
Pascal language
Alphabet
81
7.4.
Pascal language data types
82
7.5.
Expressions in the algorithmic language Pascal
83
7.6
The structure of
a program written in Pascal
84