Computer Science, asked by rpathak02, 9 months ago

WRITE FIVE LINES ON:
1. MACHINE LANGUAGE
2. ASSEMBLY LANGUAGE
3. HIGH LEVEL LANGUAGE

Please answer it quick because I need help. Please

Answers

Answered by Shwetasharma99736
7

Answer:

MACHINE LANGUAGE= Machine language is the only language a computer is capable of understanding. The exact machine language for a program or action can differ by operating system on the computer. The specific operating system will dictate how a compiler writes a program or action into machine language.

Assembly language= An assembly language is a low-level programming language designed for a specific type of processor. It may be produced by compiling source code from a high-level programming language (such as C/C++) but can also be written from scratch. Assembly code can be converted to machine code using an assembler

High level language= In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer. In contrast to low-level programming languages, it may use natural language elements, be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management), making the process of developing a program simpler and more understandable than when using a lower-level language.

please mark my answer as the brainliest.

please follow me.

Answered by pjothiramesh
2

Explanation:

  • Machine language --- Machine Language (a native language of the computer) is a collection of binary byte or bits that the computer can read and interpret. Machine language is a coding system built into the hardware of the computer, requiring no translation before being run. Therefore a machine language can also be a machine code.
  • assembly language --- An assembly language is a programming language that can be used to directly tell the computer what to do. An assembly language is almost exactly like the machine code that a computer can understand, except that it uses words in place of numbers. A computer cannot really understand an assembly program directly. However, it can easily change the program into machine code by replacing the words of the program with the numbers that they stand for. A program that does that is called an assembler
  • high level language ----- a high-level programming language is a programming language with strong abstraction from the details of the computer. In contrast to low-level programming languages, it may use natural language elements, be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management), making the process of developing a program simpler and more understandable than when using a lower-level language. The amount of abstraction provided defines how "high-level" a programming language is.

I hope it will be useful for you........

Similar questions