What is the different between low level language and high level language in a computer programing?

What is the different between low level language and high level language in a computer programing?

  • Answer:

    Assembly language is a low level language and all other languages are high level languages. Assembly language is the building block of all languages. At one time, all operating systems and compilers were written in low level languages. Now very little if any are written in low level languages. Initially the "C" compiler was written in assembly language but then became the building block for most languages as well as most operating systems. In fact all subsequent versions of the "C" language were built using the previous version of the "C" language. Today very little is written in assembly language. An operating system may have a few lines of embedded code in assembly language to interface with the hardware but that need has diminished.

7RK2UDI6QDARYZ2JITCD6TPHMA at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

High Level Languages provide data and logic structure and overhead code. Low level languages provide unrestricted access to the hardware and processors and speed and compactness.

Think about YOU and THE MICROPROCESSOR both of you guys want to communicate... but the communication can't take place because the problem is that, neither microprocessor knows your language (English) nor you know its language (Binary).. so, the high level language knows the language of the microprocessor and the high level language knows your language. the high level language gives the low level language, the commands in the binary form, and the low level language gives the output to high level language in the form of english. there are many other terms like assembler, linker, loader, etc..those come between these steps of translation.. you better read any book of Computer Fundamentals or on the C programming language. C is the mixture of high as well as low level language.

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.