博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Bit Byte Megabyte Gigabyte
阅读量:4031 次
发布时间:2019-05-24

本文共 1336 字,大约阅读时间需要 4 分钟。

 | 
COMPUTERS 
Measurements for
Memory & Storage
The following table shows the prefixes/multipliers of BYTES
Increases are in units of approximately 1000
(actually 1024). See: 
1 bit (*) = the value of 0 or 1
8 bits = 1 byte
1024 bytes = 1 kilobyte
1024 kilobytes = 1 megabyte
1024 megabytes = 1 gigabyte
1024 gigabytes = 1 terabyte
1024 terabytes = 1 petabyte
Abbreviations
1 kilobyte = 1 k
1 megabyte = 1 MB
1 gigabyte = 1 GB
1 terabyte = 1 TB
1 petabyte = 1 PB
Size in "bytes"
Kilobyte (KB) = 1,024
Megabyte (MB) = 1,048,576
Gigabyte (GB) = 1,073,741,824
Terabyte (TB) = 1,099,511,627,776
Petabyte (PB) = 1,125,899,906,842,624
EXPLANATIONS and NOTES
The Decimal System is a base 10 number system that uses ten digits (0,1,2,3,4,5,6,7,8,9).
1000 is attained as follows:
1 x10 = 10 x 10 = 100 x 10 = 1000 (kilo)

The Binary System is a base 2 number system that uses only two (bi) numbers or digits (0 and 1) to represent all values.

The unit closest to 1000 is attained as follows:
1 byte x 2 = 2
x 2 = 4
x 2 = 8
x 2 = 16
x 2 = 32
x 2 = 64
x 2 = 128
x 2 = 256
x 2 = 512
x 2 = 1,024 bytes (1 kilobyte) 

A "2 gig hard drive" means the drive holds "2 gigabytes" (2,147,483,648 bytes). Just one CD can hold 650 MB, so 2 GB could be filled with about 3 CD's.

Terabyte databases are becoming common, and rumor has it that there are probably a few 

转载地址:http://xlhbi.baihongyu.com/

你可能感兴趣的文章
vsftp 配置具有匿名登录也有系统用户登录,系统用户有管理权限,匿名只有下载权限。
查看>>
linux安装usb wifi接收器
查看>>
关于共享单车定位不准问题
查看>>
终于搞定CString和string之间转换的问题了
查看>>
用防火墙自动拦截攻击IP
查看>>
补充自动屏蔽攻击ip
查看>>
谷歌走了
查看>>
多线程使用随机函数需要注意的一点
查看>>
getpeername,getsockname
查看>>
让我做你的下一行Code
查看>>
浅析:setsockopt()改善程序的健壮性
查看>>
关于对象赋值及返回临时对象过程中的构造与析构
查看>>
VS 2005 CRT函数的安全性增强版本
查看>>
SQL 多表联合查询
查看>>
Visual Studio 2010:C++0x新特性
查看>>
drwtsn32.exe和adplus.vbs进行dump文件抓取
查看>>
cppcheck c++静态代码检查
查看>>
CLOSE_WAIT和TIME_WAIT
查看>>
在C++中使用Lua
查看>>
在Dll中调用自身的位图资源
查看>>