answersLogoWhite

0


Best Answer

Some languages have specific terms, however keyword or reserved word is the general terminology we use when referring to a programming language's primary vocabulary. That is; words that cannot be used as identifiers. However, some languages also have contextual keywords. For instance, C++ has final and override contextual keywords. These can be used as both identifiers and keywords, depending on the context. The only reason for this is that people were using these words as identifiers before they were introduced to the language (in C++11) and making them actual keywords would have broken a lot of older code.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

The words that make up a high-level programming nlanguage are known as key words or reserved words.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the words that make up a high-level programming language called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What are words that have special meaning in a programming language called?

Keywords or reserved words.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


What are the words that make up a high level programming language called?

Some languages have specific terms, however keyword or reserved word is the general terminology we use when referring to a programming language's primary vocabulary. That is; words that cannot be used as identifiers. However, some languages also have contextual keywords. For instance, C++ has final and override contextual keywords. These can be used as both identifiers and keywords, depending on the context. The only reason for this is that people were using these words as identifiers before they were introduced to the language (in C++11) and making them actual keywords would have broken a lot of older code.


What is meaning or FORTRAN in computer languages?

formula translation


Why do you have high level programming language?

High level programming languages offer a very high ratio of machine instructions over language expressions. In other words, a few high language statements can accomplish a lot, allowing the programmer to focus on solving the specific application's problem rather than reinventing the proverbial wheel or spending time with software engineering housekeeping duties.

Related questions

What are words that have special meaning in a programming language called?

Keywords or reserved words.


What are the words that a programming language has set aside for its own use?

Such words are called "keywords".


Which words that a programming language has set aside for its own use?

Its called "Keywords" Check the related links for more information.


What are the words that a programming language puts aside for its own use?

Reserved words.


What are the words that make up a high-level programming language?

The words that make up a high-level programming nlanguage are known as key words or reserved words.


What is the process of writing specific instructions in computer language called?

A machine code program. Machine code is the native language of the machine and the only language actually understood by the machine. However, program instructions can be written using a high-level programming language that the computer can translate into machine code using another machine code program called a compiler.


Give some examples of reserved words in the ANSI C programming language?

while, for, do


What contains specific rules and words that express logical steps of algorithm?

programming language


What is the best way to learn a programming language?

listen to 30 minutes of the language everyday and look up what some of the words mean


What contains specific rules and words that express the logical step of an algorithm?

programming language


Why computer programming languages invented?

As a CPU only processes written in machine language (binary) programming languages, which uses words instead of numbers is the reason that programming languages were invented. It allows programmers to write application in programming language statements that then uses special software to convert the program into machine language. (Gaddis, Tony, Irvine, Kip; Starting out with visual basic, 2005)


What are the words that make up a high level programming language called?

Some languages have specific terms, however keyword or reserved word is the general terminology we use when referring to a programming language's primary vocabulary. That is; words that cannot be used as identifiers. However, some languages also have contextual keywords. For instance, C++ has final and override contextual keywords. These can be used as both identifiers and keywords, depending on the context. The only reason for this is that people were using these words as identifiers before they were introduced to the language (in C++11) and making them actual keywords would have broken a lot of older code.