answersLogoWhite

0


Best Answer

The processor can basically understand instructions only in binary format. However for the programmer it would be difficult to write the complete source code in binary( 0 and 1) format and also it is more susceptible to error.

To solve this problem of the programming world, certain languages were introduced that could be written in English like language for the ease of developer and later with the use of compiler it could be converted into machine level language(binary format). These kind of languages are called as high level languages.

example: Java, C# etc

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is meant by high level language in IT?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why C language is middile language?

If you meant 'middle', then it is a mistake; C is a high-level 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.