当前位置:网站首页>Concepts and differences of bit, bit, byte and word
Concepts and differences of bit, bit, byte and word
2022-07-23 10:58:00 【wzg2016】
1、 position (bit)
From English bit, Transliterated as “ The bit ”, Represents binary bits . Bit is the smallest unit of data storage in a computer ,11010100 It's a 8 Bit binary number . A binary bit can only represent 0 and 1 Two kinds of state (21); Two binary bits can represent 00、01、10、11 Four kinds of (22) state ; Three bit binary numbers can represent eight states (23)…….
2、 byte (byte)
Bytes come from English Byte, Transliterated as “ Byatt ”, Used to use capital “B” Express .
Byte is the basic unit of data processing in a computer . A computer stores and interprets information in bytes , Specifies that a byte consists of eight binary bits , namely 1 Bytes are equal to 8 A bit (1Byte=8bit). The minimum number of octets is 00000000, The maximum is 11111111; Usually 1 Bytes can be stored in one ASCII code ,2 Byte can store a Chinese character national standard code .
3、 word
When the computer processes data , One access 、 The length of data processed and transmitted is called word (word). A word usually consists of one or more ( It's usually the whole number of bytes ) Byte formation . for example 286 The word of Microcomputer 2 Byte composition , Its word is long as 16;486 The word of Microcomputer 4 Byte composition , Its word is long as 32 It's a plane .
The word length of a computer determines its CPU How many actual digits are handled in one operation , It can be seen that the longer a computer word is , The better the performance .
1 The bit (bit) = 1 Bit binary
1 byte (Byte)= 8 The bit (bit)=8 Bit binary
word (word): One access 、 The length of data processed and transmitted is called word (word), Consists of multiple bytes .
边栏推荐
- R语言使用DALEX包对h2o包构建的机器学习模型进行解释分析:总结及实战
- Detailed explanation of structure
- 《天幕红尘》笔记与思考(三)只要条件具足了,结果自然来
- PMP practice once a day | don't get lost in the exam -7.22
- Visual studio 2022 interesting and powerful intelligent auxiliary coding
- C language explanation series - understanding of functions (1) library functions, user-defined functions
- C语言基础知识梳理(一)
- Redis源码与设计剖析 -- 8.对象系统
- Redis source code and design analysis -- 6. Compressed list
- Comprehensive experiment of realizing private network interworking under mGRE environment
猜你喜欢
随机推荐
What does resource pooling and resource pooling mean?
UNITY VFX syntax error: unexpected token ‘#‘ at kernel CSMain
52832Dongle的安装
Niuke brush questions - Sword finger offer (phase II)
PMP每日一练 | 考试不迷路-7.22
20. Valid brackets
Anaconda虚拟环境下安装opencv报错的问题
Comprehensive experiment of realizing private network interworking under mGRE environment
H1--HDMI接口测试应用2022-07-15
结构体详解
Reading the thesis "sentence embeddings using Siamese Bert networks"
FPGA - SPI bus control flash (2) (including code)
Li Nan, CTO of Yunqian Technology: technology and technical people, coevolution with digitalization
Redis source code and design analysis -- 11. Hash object
排序
20.有效的括号
9、光线追踪
QT style syntax definition access, can check the data, can be automatically generated
C语言n番战--结构体(七)
Wechat applet package wx.request









