Machine language
Machine language, also called machine code, is a set of instructions that can be directly executed by the CPU. Each instruction has a very specific task (read, add, load, etc.) and is encoded in a binary code; i.e. a sequence of 0’s and 1’s. Machine language is the only language directly understood by the computers. Any higher language first needs to be translated into the machine language before the CPU can execute it.
« Back to Glossary Index