Автор24

Информация о работе

Подробнее о работе

Страница работы
  • 2 страниц
  • 2020 год
  • 32 просмотра
  • 0 покупок
Автор работы

Stan240

100 ₽

Работа будет доступна в твоём личном кабинете после покупки

Гарантия сервиса Автор24

Уникальность не ниже 50%

Фрагменты работ

Programming languages
Programming is a way of sending instructions to the computer. To create these instructions, programmers use programming languages to create source code, and the source code is then converted into machine (or object) code, the only language that a computer understands. People, however, have difficulty understanding machine code. As a result, first assembly languages and then higher-level languages were developed. Programming languages require that information be provided in a certain order and structure, that symbols be used, and sometimes even that punctuation be used. These rules are called the syntax of the programming language, and they vary a great deal from one language to another.
Categories of Languages.
Based on evolutionary history, programming languages fall into one of the following three broad categories:
Machine Languages.
Machine languages consist of the 0s and 1s of the binary number system and are defined by hardware design. A computer understands only its machine language – the commands in its instruction set that instruct the computer to perform elementary operations such as loading, storing, adding, and subtracting.
Assembly Languages.
These languages were developed by using Englishlike mnemonics. Programmers worked in text editors to create their source files.
To convert the source files into object code, researchers created translator programs called assemblers. Assembly languages are still much easier to use than machine language.
Higher-Level Languages.
These languages use syntax that is close to human language, they use familiar words instead of communicating in digits. To express computer operations, they use operators, such as the plus or minus sign, that are the familiar components of mathematics. As a result, reading, writing, and understanding computer programs is easier.
Machine languages are considered first-generation languages, and assembly languages are considered second-generation languages. The higher-level languages began with the third generation. Third-generation languages (3GLs) can support structured programming, use true English-like phrasing, make it easier for programmers to share in the development of programs. Besides, they are portable, that is, you can put the source code and a compiler or interpreter on practically any computer and create working object code. Some of the third-generation languages include the following: FORTRAN, COBOL, BASIC, Pascal, C, C++, Java, ActiveX.
Fourth-generation languages (4GLs) use either a text environment, much like a 3GL, or a visual environment. In the text environment, the programmer uses English-like words when generating source code. In a 4GL visual environment, the programmer uses a toolbar to drag and drop various items like buttons, labels, and text boxes to create a visual definition of an application. Many 4GLs are databaseaware;
that is, you can build programs with a 4GL that work as front end (an interface that hides much of the program from the user) to databases. Programmers can also use 4GLs to develop prototypes of an application quickly. Some of the fourthgeneration languages are Visual Basic and Visual Age.
A 5GL would use artificial intelligence to create software based on your description of what the software should do.

Programming languages
Programming is a way of sending instructions to the computer. To create these instructions, programmers use programming languages to create source code, and the source code is then converted into machine (or object) code, the only language that a computer understands. People, however, have difficulty understanding machine code. As a result, first assembly languages and then higher-level languages were developed. Programming languages require that information be provided in a certain order and structure, that symbols be used, and sometimes even that punctuation be used. These rules are called the syntax of the programming language, and they vary a great deal from one language to another.
Categories of Languages.
Based on evolutionary history, programming languages fall into one of the following three broad categories:
Machine Languages.
Machine languages consist of the 0s and 1s of the binary number system and are defined by hardware design. A computer understands only its machine language – the commands in its instruction set that instruct the computer to perform elementary operations such as loading, storing, adding, and subtracting.
Assembly Languages.
These languages were developed by using Englishlike mnemonics. Programmers worked in text editors to create their source files.
To convert the source files into object code, researchers created translator programs called assemblers. Assembly languages are still much easier to use than machine language.
Higher-Level Languages.
These languages use syntax that is close to human language, they use familiar words instead of communicating in digits. To express computer operations, they use operators, such as the plus or minus sign, that are the familiar components of mathematics. As a result, reading, writing, and understanding computer programs is easier.
Machine languages are considered first-generation languages, and assembly languages are considered second-generation languages. The higher-level languages began with the third generation. Third-generation languages (3GLs) can support structured programming, use true English-like phrasing, make it easier for programmers to share in the development of programs. Besides, they are portable, that is, you can put the source code and a compiler or interpreter on practically any computer and create working object code. Some of the third-generation languages include the following: FORTRAN, COBOL, BASIC, Pascal, C, C++, Java, ActiveX.
Fourth-generation languages (4GLs) use either a text environment, much like a 3GL, or a visual environment. In the text environment, the programmer uses English-like words when generating source code. In a 4GL visual environment, the programmer uses a toolbar to drag and drop various items like buttons, labels, and text boxes to create a visual definition of an application. Many 4GLs are databaseaware;
that is, you can build programs with a 4GL that work as front end (an interface that hides much of the program from the user) to databases. Programmers can also use 4GLs to develop prototypes of an application quickly. Some of the fourthgeneration languages are Visual Basic and Visual Age.
A 5GL would use artificial intelligence to create software based on your description of what the software should do.

Работа написана в 2019 году, на английском языке. Представляет собой review текста. Оценка — отлично!

Отсутствует

Форма заказа новой работы

Не подошла эта работа?

Закажи новую работу, сделанную по твоим требованиям

Согласен с условиями политики конфиденциальности и  пользовательского соглашения

Фрагменты работ

Programming languages
Programming is a way of sending instructions to the computer. To create these instructions, programmers use programming languages to create source code, and the source code is then converted into machine (or object) code, the only language that a computer understands. People, however, have difficulty understanding machine code. As a result, first assembly languages and then higher-level languages were developed. Programming languages require that information be provided in a certain order and structure, that symbols be used, and sometimes even that punctuation be used. These rules are called the syntax of the programming language, and they vary a great deal from one language to another.
Categories of Languages.
Based on evolutionary history, programming languages fall into one of the following three broad categories:
Machine Languages.
Machine languages consist of the 0s and 1s of the binary number system and are defined by hardware design. A computer understands only its machine language – the commands in its instruction set that instruct the computer to perform elementary operations such as loading, storing, adding, and subtracting.
Assembly Languages.
These languages were developed by using Englishlike mnemonics. Programmers worked in text editors to create their source files.
To convert the source files into object code, researchers created translator programs called assemblers. Assembly languages are still much easier to use than machine language.
Higher-Level Languages.
These languages use syntax that is close to human language, they use familiar words instead of communicating in digits. To express computer operations, they use operators, such as the plus or minus sign, that are the familiar components of mathematics. As a result, reading, writing, and understanding computer programs is easier.
Machine languages are considered first-generation languages, and assembly languages are considered second-generation languages. The higher-level languages began with the third generation. Third-generation languages (3GLs) can support structured programming, use true English-like phrasing, make it easier for programmers to share in the development of programs. Besides, they are portable, that is, you can put the source code and a compiler or interpreter on practically any computer and create working object code. Some of the third-generation languages include the following: FORTRAN, COBOL, BASIC, Pascal, C, C++, Java, ActiveX.
Fourth-generation languages (4GLs) use either a text environment, much like a 3GL, or a visual environment. In the text environment, the programmer uses English-like words when generating source code. In a 4GL visual environment, the programmer uses a toolbar to drag and drop various items like buttons, labels, and text boxes to create a visual definition of an application. Many 4GLs are databaseaware;
that is, you can build programs with a 4GL that work as front end (an interface that hides much of the program from the user) to databases. Programmers can also use 4GLs to develop prototypes of an application quickly. Some of the fourthgeneration languages are Visual Basic and Visual Age.
A 5GL would use artificial intelligence to create software based on your description of what the software should do.

Programming languages
Programming is a way of sending instructions to the computer. To create these instructions, programmers use programming languages to create source code, and the source code is then converted into machine (or object) code, the only language that a computer understands. People, however, have difficulty understanding machine code. As a result, first assembly languages and then higher-level languages were developed. Programming languages require that information be provided in a certain order and structure, that symbols be used, and sometimes even that punctuation be used. These rules are called the syntax of the programming language, and they vary a great deal from one language to another.
Categories of Languages.
Based on evolutionary history, programming languages fall into one of the following three broad categories:
Machine Languages.
Machine languages consist of the 0s and 1s of the binary number system and are defined by hardware design. A computer understands only its machine language – the commands in its instruction set that instruct the computer to perform elementary operations such as loading, storing, adding, and subtracting.
Assembly Languages.
These languages were developed by using Englishlike mnemonics. Programmers worked in text editors to create their source files.
To convert the source files into object code, researchers created translator programs called assemblers. Assembly languages are still much easier to use than machine language.
Higher-Level Languages.
These languages use syntax that is close to human language, they use familiar words instead of communicating in digits. To express computer operations, they use operators, such as the plus or minus sign, that are the familiar components of mathematics. As a result, reading, writing, and understanding computer programs is easier.
Machine languages are considered first-generation languages, and assembly languages are considered second-generation languages. The higher-level languages began with the third generation. Third-generation languages (3GLs) can support structured programming, use true English-like phrasing, make it easier for programmers to share in the development of programs. Besides, they are portable, that is, you can put the source code and a compiler or interpreter on practically any computer and create working object code. Some of the third-generation languages include the following: FORTRAN, COBOL, BASIC, Pascal, C, C++, Java, ActiveX.
Fourth-generation languages (4GLs) use either a text environment, much like a 3GL, or a visual environment. In the text environment, the programmer uses English-like words when generating source code. In a 4GL visual environment, the programmer uses a toolbar to drag and drop various items like buttons, labels, and text boxes to create a visual definition of an application. Many 4GLs are databaseaware;
that is, you can build programs with a 4GL that work as front end (an interface that hides much of the program from the user) to databases. Programmers can also use 4GLs to develop prototypes of an application quickly. Some of the fourthgeneration languages are Visual Basic and Visual Age.
A 5GL would use artificial intelligence to create software based on your description of what the software should do.

Работа написана в 2019 году, на английском языке. Представляет собой review текста. Оценка — отлично!

Отсутствует

Купить эту работу

Programming languages review

100 ₽

или заказать новую

Лучшие эксперты сервиса ждут твоего задания

от 300 ₽

Гарантии Автор24

Изображения работ

Страница работы
Страница работы
Страница работы

Понравилась эта работа?

или

21 января 2020 заказчик разместил работу

Выбранный эксперт:

Автор работы
Stan240
4.9
Купить эту работу vs Заказать новую
0 раз Куплено Выполняется индивидуально
Не менее 40%
Исполнитель, загружая работу в «Банк готовых работ» подтверждает, что уровень оригинальности работы составляет не менее 40%
Уникальность Выполняется индивидуально
Сразу в личном кабинете Доступность Срок 1—5 дней
100 ₽ Цена от 300 ₽

5 Похожих работ

Творческая работа

Аналитический анализ текста "Anthony in the Blue Alsatia" by Eleanor Farjeon

Уникальность: от 40%
Доступность: сразу
350 ₽
Творческая работа

Стилистический анализ A Parliamentary Affair

Уникальность: от 40%
Доступность: сразу
400 ₽
Творческая работа

Стилистический анализ короткой истории Can Can

Уникальность: от 40%
Доступность: сразу
350 ₽
Творческая работа

Стилистический анализ короткой истории The Waltz

Уникальность: от 40%
Доступность: сразу
500 ₽
Творческая работа

Стилистический анализ короткой истории The Thing You Want

Уникальность: от 40%
Доступность: сразу
350 ₽

Отзывы студентов

Отзыв Kitstein об авторе Stan240 2018-11-28
Творческая работа

Огромное спасибо автору за творческий подход и качественное выполнение!

Общая оценка 5
Отзыв Vladimir . об авторе Stan240 2017-12-31
Творческая работа

Спасибо! За отличную работу.

Общая оценка 5
Отзыв tasha1123 об авторе Stan240 2019-01-17
Творческая работа

Идеально! Преподаватель оценил все работы на отлично!!!! Спасибо огромное!

Общая оценка 5
Отзыв alenastarovoytova1994 об авторе Stan240 2018-06-04
Творческая работа

Спасибо автору. Работа сделано качественно и очень быстро

Общая оценка 5

другие учебные работы по предмету

Готовая работа

Анализ учебника Spotlight 9 класс с точки зрения эффективности упражнений в подготовке к ОГЭ (раздел письмо особенно)

Уникальность: от 40%
Доступность: сразу
150 ₽
Готовая работа

Рецензия на фильм "Заражение" (Contagion)

Уникальность: от 40%
Доступность: сразу
150 ₽
Готовая работа

Стилистический анализ короткой истории Cat in the rain

Уникальность: от 40%
Доступность: сразу
350 ₽
Готовая работа

Аналитический анализ текста "Anthony in the Blue Alsatia" by Eleanor Farjeon

Уникальность: от 40%
Доступность: сразу
350 ₽
Готовая работа

Стилистический анализ короткой истории “Death By Scrabble”

Уникальность: от 40%
Доступность: сразу
750 ₽
Готовая работа

Стилистический анализ Charlotte Bronte. Villette. Chapter VI London (extract)

Уникальность: от 40%
Доступность: сразу
150 ₽
Готовая работа

Стилистический анализ короткой истории The Ant and The Grasshopper

Уникальность: от 40%
Доступность: сразу
350 ₽
Готовая работа

Проектно-исследовательская работа на тему: «Английский как глобальный язык общения»

Уникальность: от 40%
Доступность: сразу
600 ₽
Готовая работа

Сочинение о Dorothy Townsend "The painted Veil"

Уникальность: от 40%
Доступность: сразу
134 ₽
Готовая работа

Стилистический анализ короткой истории The Story of an Hour

Уникальность: от 40%
Доступность: сразу
700 ₽
Готовая работа

Стилистический анализ отрывка The Prince of Tides

Уникальность: от 40%
Доступность: сразу
400 ₽
Готовая работа

Анализ рекламного текста (предмет "язык СМИ")

Уникальность: от 40%
Доступность: сразу
150 ₽