Результаты (
русский) 1:
[копия]Скопировано!
Предположим, что мы изучили проблему, разработал логический план (наш блок-схемы или псевдокод) и теперь готовы написать инструкции программы. Процесс написания инструкции называется кодирование. Инструкции будут записаны на форме, называется кодирования формы. Инструкции, которые мы пишем будет записан в машиночитаемой форме, с помощью keypunch, ключ лента или ключ диск, или вводятся непосредственно в память компьютера через терминал клавиатуры.Компьютер не может понять инструкции, написанные на любой старый путь. Инструкции должны быть написаны согласно набору правил. Эти правила являются основой языка программирования. Язык программирования должен передать логические шаги программы плана таким образом, что блок управления ЦП может интерпретировать и следуйте инструкциям. Языки программирования улучшилось на протяжении лет, так же, как компьютерное оборудование улучшилось. Они продвинулись из machineoriented языков, что является использование строки бинарных и 0s проблемы – ориентированные языки, которые используют общие математические и/или английский термины.Есть более чем 200 проблема – ориентированные языки. Наиболее распространенными из них являются COBOL, FORTRAN, PL / I, RPG, BASIC, PASCAL.COBOLCOBOL was the most widely used business-oriented programming language. Its name is an acronym for Common Јlisi-ncss-Oriented Zanguage. COBOL was designed to solve problems that are oriented toward data handling and input-output operations. Of course, COBOL can perform arithmetic operations as well, but its greatest flexibility is in data handling. COBOL also was designed as a self-documenting language. Self-documenting languages are those that do not require a great deal of explanation in order to be understood by someone reading the program instructions. The self-documenting aspect of COBOL is made possible by its sentencelike structure and the very generous maximum symbolic field-name length of 30 characters. With a field-name length of up to 30 characters, the name can clearly identify the field and its purpose.FORTRAN IVThe FORTRAN IV language is oriented toward solving problems of a mathematical nature. The name FORTRAN comes from the combination of the words formula translation. The version of FORTRAN IV has been designed as algebra-based programming language. Any formula or those mathematical relationships that can be expressed algebraically can easily be expressed as a FORTRAN instruction. FORTRAN is the most commonly used language for scientific applications.PL/IPL/I stands for programming language I. It was designed as a general-purpose language incorporating features similar to COBOL for data handling instructions and features similar to FORTRAN for mathematical instructions. PL/I is much more than a combination of the good features of both COBOL and FORTRAN, as it has many capabilities that are unique. Yet, although PL/I is one of the most versatile and the most powerful of the programming languages, it is not the most commonly used. COBOL and FORTRAN have been available for a longer period of time than PL/I, and many more users work with those languages.
переводится, пожалуйста, подождите..
