In computers, the smallest unit of information is "bit". In computers, a binary bit (bit) is the smallest unit that constitutes memory, that is, the smallest unit that represents the amount of information. It has only two binary states: 0 and 1; usually 8 binary bits are composed of a storage unit, called a byte. ).
The operating environment of this tutorial: Windows 7 system, Dell G3 computer.
In computers, the smallest unit of information is "bit".
In the binary number system in computers, bits, abbreviated as b, are also called bits. Each binary number 0 or 1 is a bit.
Bit is the unit of measurement of the amount of information. It is the smallest unit that constitutes the memory, that is, the smallest unit that represents the amount of information. There are only two binary states of 0 and 1; usually 8 binary bits are combined into a storage unit, which is called It is a byte and can accommodate one English character, but one Chinese character requires two bytes of storage space!
The number of CPU bits in a computer refers to the maximum number of bits that the CPU can process at one time. For example, the CPU of a 32-bit computer can handle up to 32 bits of data at a time.
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).
Conversion unit
Commonly used storage units 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) ZettaByte
1024 ZB = 1 YB (YottaByte) Yao Byte
1024 YB = 1BB (Brontobyte) Amber Byte
1024 BB = 1 NB (NonaByte) NonaByte
1024 NB = 1 DB (DoggaByte)DoggaByte
Related recommendations: " Programming Video"
The above is the detailed content of What is the smallest unit of information in a computer?. For more information, please follow other related articles on the PHP Chinese website!