programming language

n. The semantics and syntax used to write instructions for a computer.

Notes

A programming language can be low- or high-level. Low-level programming languages, such as assembly language, reflect the particular hardware of the machine for which they are written. A high-level language, such as C, Basic, Cobol, Fortran, or Pascal, must be translated to a form that the machine can understand through the use of a compiler.