machine language

machine language
Computers.
a coding system built into the hardware of a computer, requiring no translation before being run.

* * *

or machine code

Elemental language of computers, consisting of a string of 0s and 1s.

Because machine language is the lowest-level computer language and the only language that computers directly understand, a program written in a more sophisticated language (e.g., C, Pascal) must be converted to machine language prior to execution. This is done via a compiler or assembler. The resulting binary file (also called an executable file) can then be executed by the CPU. See also assembly language.

* * *

      the numeric codes for the operations that a particular computer can execute directly. The codes are strings of 0s and 1s, or binary digits (binary number system) (“bits”), which are frequently converted both from and to hexadecimal (base 16) for human viewing and modification. Machine language instructions typically use some bits to represent operations, such as addition, and some to represent operands, or perhaps the location of the next instruction. Machine language is difficult to read and write, since it does not resemble conventional mathematical notation or human language, and its codes vary from computer to computer.

       assembly language is one level above machine language. It uses short mnemonic codes for instructions and allows the programmer to introduce names for blocks of memory that hold data. One might thus write “add pay, total” instead of “0110101100101000” for an instruction that adds two numbers.

      Assembly language is designed to be easily translated into machine language. Although blocks of data may be referred to by name instead of by their machine addresses, assembly language does not provide more sophisticated means of organizing complex information. Like machine language, assembly language requires detailed knowledge of a particular internal computer architecture. It is useful when such details are important, as in programming a computer to interact with input/output devices (input/output device) (printers, scanners, storage devices, and so forth).

David Hemmendinger
 

* * *


Universalium. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • machine language — ➔ language * * * machine language UK US noun [C or U] IT ► MACHINE CODE(Cf. ↑machine code) …   Financial and business terms

  • Machine language — Language Lan guage, n. [OE. langage, F. langage, fr. L. lingua the tongue, hence speech, language; akin to E. tongue. See {Tongue}, cf. {Lingual}.] [1913 Webster] 1. Any means of conveying or communicating ideas; specifically, human speech; the… …   The Collaborative International Dictionary of English

  • machine language — n. (Computers) a set of instructions[3] in a binary form that can be executed directly by the CPU of a computer without translation by a computer program. Syn: machine code, binary code. [WordNet 1.5 +PJC] …   The Collaborative International Dictionary of English

  • machine language — n. a computer language, entirely in binary digits representing instructions and information, used directly by a computer without translation …   English World dictionary

  • machine language — noun 1. a programming language designed for use on a specific class of computers • Syn: ↑computer language, ↑computer oriented language, ↑machine oriented language • Hypernyms: ↑programming language, ↑programing language 2. a set …   Useful english dictionary

  • machine language —    The native binary language used internally by the computer; also known as machine code.    Machine language is difficult for humans to read and understand. Programmers create applications using high level languages, which are translated into a …   Dictionary of networking

  • machine language — kompiuterinė kalba statusas T sritis automatika atitikmenys: angl. absolute language; actual language; computer language; machine language vok. Maschinensprache, f; Rechnersprache, f rus. машинный язык, m; язык машинных кодов, m pranc. langage… …   Automatikos terminų žodynas

  • Machine Language —   A language for instructing a computer which is easy for a computer to interpret because each machine language instruction is encoded in binary (i.e. 0s and 1s) and can be directly used as a machine level instruction by the computer. See also… …   International financial encyclopaedia

  • machine language — noun The set of instructions that a particular computer is designed to execute; generated from a high level language by an assembler, compiler or interpreter Though machine language is efficient for computers, it is inefficient for programmers.… …   Wiktionary

  • machine language — machine′ lan guage n. cmp a usu. numerical coding system specific to the hardware of a given computer model, into which any high level or assembly program must be translated before being run …   From formal English to slang

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”