Assembly language
From TheLinuxVault
Assembly is a low level language just above machine code and below other languages such as c++. "low level" means that it more precisely controls the circuits in the computer, so it is generally harder to understand and program.

