Computer Science, asked by sonalakpa4, 4 months ago

The Low level languages are easy to read and understand.​

Answers

Answered by aagyamishra38
1

Answer:

A low-level programming language is a programming language that provides little or no abstraction from a computer's instruction set architecture—commands or functions in the language map closely to processor instructions. Generally, this refers to either machine code or assembly language. Because of the low (hence the word) abstraction between the language and machine language, low-level languages are sometimes described as being "close to the hardware". Programs written in low-level languages tend to be relatively non-portable, due to being optimized for a certain type of system architecture

Similar questions