answersLogoWhite

0


Best Answer

High level languages are easier to operate and often do not require knowing of processor architecture (registers, memory management and so on). But programs written in low level languages (different types of assembler) work faster and much more efficient, also they take less space.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the Difference from high level programming language to low level programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between oriented programming language and high programming language?

Set/subset: Some high level programming languages are object oriented, but not all of them.


Is COBOL a lower-level programming language?

No, it is a high-level programming language.


Is the B programming language a high or low level programming language?

The B programming language is a high-levelprogramming language.


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.


What is the meaning of ten high level programming language?

'ten' is a number; google for 'high level programming language'


Difference between highlevel programming language and low level programming language and middle level programming language?

High level programming is drag & drop, easy peasy programming. In the objects you use to create something ( program, graphics). The components are made up of middle level programming. A language that is easier to remember than zeros & one's...which is a low-level language that integrated chips use to work.


Is scheme is an high level language?

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


Is PHP a high level programming language?

Yes, PHP is a high level programming language because it provides abstraction from the details of the computer.


Is RSS a high level language?

No, it's not a programming language.


What is a programming language for the PS2?

High Level Compiled Language


What is the difference between high level language and low level language?

A programming language that is machine-independent is called a "high-level" language - this includes Java, C++, Python, etc. A programming language that is machine-dependent is called a "low-level" language. For PCs, this usually includes assembly, binary code or some proprietary languages on embedded devices.


Why is high level language preferred in modern programming?

High level programming languages are easier for humans to both read and maintain.