In the computer, all data are represented as binary digits (bits), and eight binary digits make up one byte. For example, the upper case letter A is 0101001. Numbers however can take several forms.
Just like we measure day-to-day things like time in seconds, mass in kilograms, and height in meters; computer memory and disc space are measured based on bytes. You would have probably come across ...