Computer Science, asked by amarnani7603, 9 months ago

Features of high level language

Answers

Answered by infochikubudokai
48

High level language is abbreviated as HLL. High level languages are similar to the human language. Unlike low level languages, high level languages are programmers friendly, easy to code, debug and maintain.

High level language provides higher level of abstraction from machine language. They do not interact directly with the hardware. Rather, they focus more on the complex arithmetic operations, optimal program efficiency and easiness in coding.

Low level programming uses machine friendly language. Programmers writes code either in binary or assembly language. Writing programs in binary is complex and cumbersome process. Hence, to make programming more programmers friendly. Programs in high level language is written using English statements.

High level programs require compilers/interpreters to translate source code to machine language. We can compile the source code written in high level language to multiple machine languages. Thus, they are machine independent language.

Advantages of High level language

High level languages are programmer friendly. They are easy to write, debug and maintain.

It provide higher level of abstraction from machine languages.

It is machine independent language.

Easy to learn.

Less error prone, easy to find and debug errors.

High level programming results in better programming productivity.

Disadvantages of High level language

It takes additional translation times to translate the source to machine code.

High level programs are comparatively slower than low level programs.

Compared to low level programs, they are generally less memory efficient.

Cannot communicate directly with the hardware.

Answered by Jasleen0599
3

Features of high level language:

  • accelerates the development of huge program.
  • A greater level of abstraction from machine language is referred to as "high-level language." High-level languages, which prioritize usability over optimum program efficiency, deal with variables, arrays, objects, complex arithmetic or boolean expressions, subroutines and functions, loops, threads, locks, and other abstract computer science concepts rather than registers, memory addresses, and call stacks.
  • "High-level language" refers to a higher level of abstraction from machine language. In contrast to registers, memory locations, and call stacks, high-level languages deal with variables, arrays, objects, complex arithmetic or boolean expressions, subroutines and functions, loops, threads, locks, and other abstract computer science notions.

#SPJ3

Similar questions