Computer Science, asked by aman2943, 1 year ago

differentiate between assembly and high level language in computer

Answers

Answered by vyshnavrajesh2003
0

HIGH LEVEL LANGUAGE::::

-High level languages are easily understandable.

- The programs that are developed in high level language are portable.

- In case of high level languages debugging of the code is easy and the program written is not machine dependent.



ASSEMBLY LEVEL LANGUAGE::::

- Although Assembly level languages are not easy to understand they are relatively easier as compared to machine level languages.

- The programs written in this language are not portable and the debugging process is also not very easy.

- The programs developed in assembly language are thoroughly machine dependent.

Similar questions