Computer Science, asked by sunilsingh829254, 8 months ago

write the difference between high level language and low level language.​

Answers

Answered by 3598810006532
2

Explanation:

A high-level language is a programming language designed to simplify computer programming. ... High-level source code contains easy-to-read syntax that is later converted into a low-level language, which can be recognized and run by a specific CPU. Most common programming languages are considered high-level languages.

A low-level language is a type of programming language that contains basic instructions recognized by a computer. Unlike high-level languages used by software developers, low-level code is often cryptic and not human-readable. Two common types of low-level programming languages are assembly language and machine language.

Answered by syed2020ashaels
0

ANSWER :

Difference between High level language and low level language.

HIGH LEVEL LANGUAGE

1. High-level languages require the use of a compiler or an interpreter for their translation into the machine code.
2. It is a programming language.

3. Less memory is used when speaking high level languages.

4. It is simple to grasp.

5. Debugging is easy.

6. It requires little maintenance.

7. It's moveable.

8. Any platform can run it.

9. For translation, you need a compiler or an interpreter.

10. Programming makes extensive use of it.

LOW LEVEL LANGUAGE

1. An assembler is needed for low-level languages in order to directly translate machine language commands.

2. The language is computer friendly.

3. High memory efficiency is a feature of low level language.

4. It is challenging to comprehend.

5. Comparatively, debugging is difficult.

6. Comparatively speaking, maintenance is difficult.

7. It isn't transportable.

8. It depends on the machine.

9. The translation requires assembly.

10. These days, programming rarely makes use of it.

#SPJ5

Similar questions