Автор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.8
Купить эту работу 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

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

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

Концепт "помощь" в британской и американской культуре

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

Climate Strategies of "Big Oil" Companies Under the Global Energy Transition

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

Реализация концепта «закон» в английских и русских юридических текстах

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

РЕКЛАМА БРИТАНСКИХ ГАЗЕТ КАК РЕСУРС ОБУЧЕНИЯ АНГЛИЙСКОЙ ФРАЗЕОЛОГИИ

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

ВЛИЯНИЕ ОФИСНОЙ ЖАРГОННОЙ ЛЕКСИКИ АНГЛИЙСКОГО ЯЗЫКА НА ФОРМИРОВАНИЕ ПСЕВДОДЕЛОВОГО СТИЛЯ РЕЧИ

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

Topic: Board of directors’ features that increase value of international M&A deals in beverage industry in 2010-2020. An example by Campari.

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

Проблемы локализации англоязычных рекламных текстов для русскоязычной аудитории

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

The Program for Optical Flow Estimation Based on Deep Learning Approaches

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

Democracy, Income Inequality and the Resource Curse: Investigation of Causality

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

Post-retirement survival strategies of low-income pensioners in Ghana

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

Сохранение модальных средств в переводе новостных статей с английского языка на русский

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

Innovations in Customer Relationship Management systems and their impact on business processes

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