Computer Science, asked by alinadoll20, 8 months ago

differentiate between high level and low level language

Answers

Answered by Rahul9048
1

Answer:

High-Level Languages

*High-Level Languages are easy to learn and understand

*They are executed slower than lower level languages because they require a translator program.

*They allow much more abstraction.

*They do not provide many facilities at the hardware level.

*For writing programs, hardware knowledge is not required

*The programs are easy to modify.

Low-Level Languages

*Low-Level Languages are challenging to learn and understand

*They execute with high speed.

*They allow little or no abstraction.

*They are very close to the hardware and help to write a program at the hardware level.

*For writing programs, hardware knowledge is a must.

*Modifying programs is difficult.

Answered by itzinnovativegirl129
2

\huge{\mathcal{\purple{A}\green{N}\pink{S}\blue{W}\purple{E}\green{R}\pink{!}}}

HIGH LEVEL LANGUAGE-

  1. It is programmer friendly language.
  2. High level language is less memory efficient.
  3. It is easy to understand.
  4. It is simple to debug.
  5. It is used widely for programming.
  6. It is simple to maintain
  7. It is portable.
  8. It can run on any platform.
  9. It needs compiler or interpreter for translation.

LOW LEVEL LANGUAGE-

  1. It is a machine friendly language.
  2. Low level language is high memory efficient.
  3. It is tough to understand.
  4. It is complex to debug comparatively.
  5. It is complex to maintain comparatively.
  6. It is non-portable.
  7. It is machine-dependent.
  8. It needs assembler for translation.
  9. It is not commonly used now-a-days in programming.

 \huge\boxed{\fcolorbox{white}{pink}{Hope!it's helps u...xd}}

Similar questions