In Computer, Data is stored in 0’s and 1’s, and 0 or 1 is called a bit. when we give some instructions to the computer it takes multiple bits, when there are 8 bits called 1 byte.
Below is the table which describes the exact value for Kilobyte, Megabyte, Gigabyte, and Terabyte
The Units of computer storage as defined as follows. (in bytes)
Unit | Abbreviated as | Approximate Value(bytes) | Actual Value (bytes) |
Kilobyte | KB | 1000 | 1024 |
Megabyte | MB | 1000000 | 1048576 |
Gigabyte | GB | 1000000000 | 1073741824 |
Terabyte | TB | 1000000000000 | 1099511627776 |
Leave a Reply