When used to describe a programming language, low-level refers to a language with very little abstraction from the actual architecture of the computer. For example, an assembly language usually uses a 1:1 ratio of typed commands to code bytes. A higher-level language like C/C++ may use a single word to represent a collection of hundreds of code bytes.

Log in or register to write something here or to contact authors.