Definition - What Does High-Level Language (HLL) Mean?
Definition - What Does High-Level Language (HLL) Mean?
Definition - What Does High-Level Language (HLL) Mean?
High-level language has a higher level of abstraction from the computer, and focuses more
on the programming logic rather than the underlying hardware components such as
memory addressing and register utilization.
Low-level languages are considered to be closer to computers. In other words, their prime
function is to operate, manage and manipulate the computing hardware and components.
Programs and applications written in low-level language are directly executable on the
computing hardware without any interpretation or translation.
Machine language and assembly language are popular examples of low level languages.