当前位置:网站首页>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 .
边栏推荐
- The topic pub instruction of ros2 appears: failed to populate field: 'vector3' object has no attribute 'x:1' error
- Qt样式的语法定义获得途径,可查资料,可自动生成
- Wechat applet package wx.request
- Common neural network parameters and calculations
- [unity daily bug] unity reports an unexpected character '‘
- The 12th Blue Bridge Cup embedded design and development project
- 3DMAX first skin brush weights, then attach merge
- Error in na.fail.default(list(Purchase = c(“CH“, “CH“, “CH“, “MM“, “CH“, : missing values in obj
- Cadence learning path (VIII) PCB placement components
- UNITY VFX syntax error: unexpected token ‘#‘ at kernel CSMain
猜你喜欢

Response object
C language explanation series - understanding of functions (1) library functions, user-defined functions

Dynamic memory management

Mysql数据库基础

Redis源碼與設計剖析 -- 7.快速列錶

Redis源码与设计剖析 -- 13.有序集合对象

对比redis的RDB、AOF模式的优缺点

结构体详解
![[unity daily bug] unity reports an unexpected character '‘](/img/e8/11eec670112a5a7e4f1e71dc93c1c0.png)
[unity daily bug] unity reports an unexpected character '‘

Redis源码与设计剖析 -- 10.列表对象
随机推荐
第12届 蓝桥杯 嵌入式设计与开发项目
A case study on the collaborative management of medical enterprise suppliers, hospitals, patients and other parties by building a low code platform
SVG, canvas, drawing line segments and filling polygon, rectangle, curve drawing and filling
C EventHandler observer mode
pyqt5使用QPainter绘制坐标轴并显示散点图
Jump statement and debugger
Why can't we write really reusable C /f code?
【社媒营销】出海新思路:Whatsapp Business替代Facebook
MapReduce advanced
C语言n番战--结构体(七)
NOTIFIER诺帝菲尔消防主机电源维修及日常维护
C语言详解系列——函数的认识(1)库函数,自定义函数
Redis源码与设计剖析 -- 14.数据库实现
Notes and Thoughts on the red dust of the sky (IV) invalid mutual value
Redis源码与设计剖析 -- 9.字符串对象
[swift bug] Xcode prompt error running playground: failed to prepare for communication with playground
资源池以及资源池化是什么意思?
【信息系统项目管理师】第六章 复盘进度管理知识架构
52832Dongle的安装
Redis source code and design analysis -- 11. Hash object