Byte
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Elements of File Formats }} The term byte has many subtly-different definitions, but it usually means the smallest unit of data...") |
Revision as of 16:33, 6 July 2017
The term byte has many subtly-different definitions, but it usually means the smallest unit of data storage that some computer can conveniently address. On modern computers, a byte is inevitably equivalent to exactly 8 bits worth of storage, so it can store one of 256 (28) discrete values.
Bytes can be the building blocks of files.