|
A bit is the smallest piece of data you can find on a computer,
with the next being a byte that contains 8 bits of data. These days
you will find it hard to find files that are represented in bits
because they are so small, files are more likely to represented
in bytes, kilobytes or megabytes. A bit is written as a lowercase
b in download windows, whereas a byte is written as an uppercase
B.
|