Manual pentru clasa a XI-a [11th-grade textbook] · 1980
1980: computer science was introduced in mathematics-physics secondary schools; a single, centrally approved textbook was required. The initiative was facilitated by deputy minister Octavian Stănășilă, a mathematician who played a key role in introducing one hour of computer technology into the curriculum.
SPDS (Simple Data Processing System) is an intuitive educational computer model; LPS is the Romanian pseudocode used to describe algorithms and to build the design reflexes of sequence–selection–loop.
Part II — FORTRAN: the translation of algorithms described in LPS into one of the standard production languages of the time (data, statements, DO, subprograms).
The textbook (1980) introduces programming in secondary school through a two-step pedagogical strategy: first the formation of algorithmic thinking on a didactic computer model (SPDS) and by means of a Romanian pseudocode (LPS), then the natural transition to FORTRAN as the programming language of the time. The emphasis is on understanding sequence–selection–loop, tracing the states of computation, and checking correctness.
This “algorithmics before the tool” approach aims at conceptual autonomy with respect to the syntax of any particular language and makes the later transfer of solutions into other languages easier. Part II consolidates this approach by systematically mapping LPS schemes onto FORTRAN constructs (data, I/O, selection, loops, subprograms).