Binary

​Binary is a term for non-human readable format of a file. Binary executable files are platform specific. Linux will have its binaries, so will Mac OS, Windows OS and BSD. Binary files are more optimized for use by applications. Binary files will have much richer information about content of a file.


For example text file will have just a text, but rich text document with that text will contain information of how big that text will be, that text location in the page, and alignment of that text to other elements. Of course it is not full description of features, but it should give a good representation of what can be done.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator