answersLogoWhite

0


Best Answer

Computer programming language designed to be easily written and read by humans familiar with problem subject matternot the specific architecture of any specific computer. High level languages are usually designed to be portable to many different computers. High level languages are either compiled to machine code for later running or directly interpreted and run immediately without generating machine code.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you define High level language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about General History

What high-level computer language was named after a French mathematician?

Pascal


Is perl a low-level or high-level programmin language?

Perl is a high-level programming language. All of the data types are abstracted, rather than operating on native scalars (char, int, double). All memory allocation and garbage collection is automatic. There is no direct memory addressing. All details of any underlying instruction set architecture (even of a virtual machine) are abstracted away.


What civilization is credited with being the earliest to use a written language?

If you define "written language" loosely, then the Cro Magnon cave paintings in France from ca. 10,000 BC, which depict hunts and aspects of culture, are the oldest "written language." If you define "written language" as a systematic representation of a specific human language, then Sumerian and Ancient Egyptian both had written forms about 3500 BC.


What is the full form of ENGLISH language?

English : England natural Germanic language in special for high level .Do you perhaps mean 'English'? I can't think of anything else that 'engish' might mean.


What was the most used computer language?

There is (and always was) only one computer language: binary (also known as machine code). In order to create machine code programs, programmers use computer programming languages, both low-level and high-level (the level indicating the amount of abstraction between the source code and the resultant machine code). The most-used programming language today is Java, however it is only suitable for applications programming. The most-used general purpose language is C++.

Related questions

What are computer language translators Define each?

computer language translators are programming tools that translate high level languages into the machine language. they include:1)assembler-translates assembly language into machine language. 2)compiler-translates the high level languages into the machine language.


Embedded with high level language?

high level language for embedded


Is BASIC a high level language?

Yes, it is a High-Level Language


Is scheme is an high level language?

Scheme is a functional programming language and a high level language.


Difference between high level language and low level language in tabular form?

high level language are easier to learn


High level to Machine level language is converted using?

high level language is converted to machine level language using a compiler or an interpreter


What are the simalarities of high and low level programming?

high level language; is a computer language that is near to human language. high level programming is a process of programming high level language.Example,c++,java,cobol are one of them. The reverse is true for the low level language.


Is C plus plus a high level language?

Yes, C++ is a high-level language.


Is the high-level language is also an object oriented program?

Not necessarily. Any language with an object-oriented approach will be a high-level language, but a high-level language does not have to use an object-oriented approach.


How to convert low level language into high level language?

lang are convert into low level language by


Why will you prefer low level language to a high level language?

A high level language naturally assumes the intentions of the programmer and thus blocks off many otherwise possible methods. For those that prefer to have a high level of control, a low level language is the obvious choice. The level of the language is inversely proportionate to the degree of control the programmer has. ie. low level language = high level of control, and vice versa.


What is mid level language?

A language that allows you to combine high-level programming with low-level programming. C and C++ are generally regarded as being mid-level languages.