Binary File

1 revision
#11 week ago
+6
Migrated from pages table
+A **binary file** stores information as a sequence of raw bits, directly interpretable by a [computer](/wiki/computer). Unlike a [text file](/wiki/text_file), it is not human-readable without specific software, often containing executable code, images, or compressed data.
+## See also
+- [Data Storage](/wiki/data_storage)
+- [File Format](/wiki/file_format)
+- [Executable](/wiki/executable)
... 1 more lines