Computer Science, asked by valanidarshan123, 7 months ago



what is Language? Exeplicem with
Machine language (Low level)
Assembly language
perocedure oriented lunguage (HIGER Level]
.​

Answers

Answered by Anonymous
3

Explanation:

In computer programming, assembly language (or assembler language), often abbreviated asm, is any low-level programming language in which there is a very strong correspondence between the instructions in the language and the architecture's machine code instructions

Answered by ashwina9180vps
1

Answer:

Language

A language is a structured system of communication. Language, in a broader sense, is the method of communication that involves the use of – particularly human – languages. The scientific study of language is called linguistics.

Machine language (Low level)

Machine language, or machine code, is the lowest level of computer languages. It contains binary code, often generated by compiling high-level source code for a specific processor. Most developers never need to edit or even look at machine code.

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.

Similar questions