The smallest unit of data is "bit", also known as "bit"; bit is the abbreviation of "binary digit", which is the unit for measuring information and the smallest unit for expressing the amount of information. There are only two types: 0 and 1 Binary state; 8 bits form a Byte (byte), which can accommodate one English character, two bytes can accommodate one Chinese character, and 1024 bytes is "1KByte", abbreviated as "1KB".
The operating environment of this tutorial: Windows 10 system, Dell G3 computer.
The smallest unit of data in a computer is bit
Bit: Data storage unit Bit(bit) ) is the English abbreviation of binary digit, a unit for measuring information and the smallest unit for expressing the amount of information. There are only two binary states: 0 and 1. 8 bits form a Byte (byte), which can accommodate one English character, but one Chinese character requires two bytes of storage space! 1024 bytes is 1KByte (kilobyte), abbreviated as 1KB. The working principle of the computer is to perform operations using binary arithmetic generated by high and low levels (high is 1, low is 0), so the hard disks we buy usually use 1024 carries of approximately 1000 (1024=2 to the 10th power).
Direct conversion of storage units commonly used in computers:
8 bit = 1 Byte One byte
1024 B = 1 KB (KiloByte) Kilobyte
1024 KB = 1 MB (MegaByte) Megabyte
1024 MB = 1 GB (GigaByte ) Gigabyte
1024 GB = 1 TB (TeraByte) Terabyte
1024 TB = 1 PB (PetaByte) Petabyte
1024 PB = 1 EB (ExaByte) Exabyte
1024 EB = 1 ZB (ZetaByte) All bytes
1024 ZB = 1 YB (YottaByte) YottaByte
1024 YB = 1BB (Brontobyte) Amber Byte
1024 BB = 1 NB (NonaByte) NonaByte
1024 NB = 1 DB (DoggaByte) NonaByte
For more related knowledge, please visit the FAQ column!
The above is the detailed content of What is the smallest unit of data?. For more information, please follow other related articles on the PHP Chinese website!