

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
It covers the principle assignments for programing
Typology: Assignments
1 / 2
This page cannot be seen from the preview
Don't miss anything!


computer programming language.
that data after processing it.
High level language is any programming language that enables development of a program in a much more user-friendly programming context and is generally independent of the computer's hardware architecture.( https://www.techopedia.com/definition/3925/high-level-language-hll)
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.
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. (https://codeforwin.org/2017/05/high-level-languages-advantages-disadvantages.html)