Procedural language

процедурный (императивный) язык Язык программирования, с помощью которого программист описывает явным образом последовательность шагов (алгоритм решения), которые должны быть выполнены для получения результата. Процедурными языками являются, например, Ada, PL/1, Бейсик, Паскаль, Си, Фортран и многие др. Смотри также: control structure Например: In a procedural language, the programmer must provide step by step instructions that tell the computer exactly how to solve a given problem — В процедурном языке программист должен дать чёткие пошаговые инструкции, говорящие компьютеру, что тот должен сделать, чтобы решить поставленную задачу Синоним(ы): imperative language Антоним(ы): declarative language

Англо-русский словарь компьютерных терминов

Procedural language

процедурный (процедурно-ориентированный) язык

Англо-русский политехнический словарь

Procedural language

Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm). The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state. Other procedural languages include Basic, Pascal, C, and Modula-2. Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation.

Free Online Dictionary of Computing