difference between high level and low level language
Answers
Answered by
1
Answer:
LOW LEVEL LANGUAGE :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 that are structurally similar to processor's instructions.
Explanation:
HIGH LEVEL LANGUAGE :A high-level language (HLL) is a programming language such as C, FORTRAN, or Pascal that enables a programmer to write programs that are more or less independent of a particular type of computer.
Answered by
2
- One can easily interpret and combine these languages as compared to the low-level languages.
- They are very easy to understand.
- Such languages are programmer-friendly.
- Debugging is not very difficult.
- They come with easy maintenance and are thus simple and manageable.
- They are also called machine-level languages.
- Machines can easily understand it.
- High-level languages are very machine-friendly.
- Debugging them is very difficult.
- They are not very easy to understand.
Similar questions