|
Answer» 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.
|