Difference between revisions of "Binary"

From Computer History Wiki
Jump to: navigation, search
m (avoid redir)
(Expan formal def to include data)
Line 1: Line 1:
Formally, '''binary''' refers to the base-2 number system, which is used at the hardware level of all computers.
+
Formally, '''binary''' refers to the base-2 number system, which is used at the hardware level of all computers. It can also refer to numbers or other data stored in this form.
  
 
Informally, it is a short slang term for [[object code]], the low-level form of a computer program which the hardware in the [[Central Processing Unit|CPU]] can interpret directly.
 
Informally, it is a short slang term for [[object code]], the low-level form of a computer program which the hardware in the [[Central Processing Unit|CPU]] can interpret directly.
  
 
{{stub}}
 
{{stub}}

Revision as of 21:46, 19 June 2018

Formally, binary refers to the base-2 number system, which is used at the hardware level of all computers. It can also refer to numbers or other data stored in this form.

Informally, it is a short slang term for object code, the low-level form of a computer program which the hardware in the CPU can interpret directly.