Difference between revisions of "Binary"

From Free Pascal wiki
Jump to navigationJump to search
m
 
Line 1: Line 1:
 
{{Binary}}
 
{{Binary}}
<br />
+
 
<br />
 
 
The term '''binary''' as used in [[Pascal]] usually refers to a [[File|file]] which contains [[data]] which is generally only understandable by a [[Program|program]], such as an [[Executable program|executable program]] itself, a data base, a memory dump, or other information not generally experessed as [[Text|text]].
 
The term '''binary''' as used in [[Pascal]] usually refers to a [[File|file]] which contains [[data]] which is generally only understandable by a [[Program|program]], such as an [[Executable program|executable program]] itself, a data base, a memory dump, or other information not generally experessed as [[Text|text]].
  
[[Category:Pascal]]
+
== see also ==
 +
* [[Binary numeral system]] ('binary digit')

Latest revision as of 13:09, 23 June 2019

Deutsch (de) English (en) español (es) suomi (fi) português (pt)

The term binary as used in Pascal usually refers to a file which contains data which is generally only understandable by a program, such as an executable program itself, a data base, a memory dump, or other information not generally experessed as text.

see also