name some low level languages
Answers
Answered by
4
Answer:
Two common types of low-level programming languages are assembly language and machine language
Answered by
0
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.
Explanation:
hope it helps you
Similar questions