Some Basic Digital Vocabulary
一些基本的数字词汇
- Bit - a single binary digit, a "0" or a "1"
比特——一个二进制数字,即一个‘0’或一个‘1’
- Word - a series of bits grouped together to represent a number. In current 32-bit and 64-bit computer architectures, the corresponding CPUs can handle 32 and 64 bit words respectively.
字——一组比特位的集合,用于表示一个数。在当前的32位和64位计算机体系结构中,相应的CPU分别可以处理32位和64位的字。
- Byte - refers to eight-bits. A byte can be used to express any number between 0 and 255, the range of an 8-bit binary number.
字节 - 指8位。一个字节可以表示0到255之间的任何数字,这是8位二进制数的范围。
- Bus - a collection of conductors for transferring information within the
computer.
总线 - 用于在计算机内部传输信息的导体集合
- Baud - bits/second in communication. kB and MB are abbreviations used for
kilobaud and megabaud.
在通信中,Baud 表示每秒比特数。kB 和 MB 是千 baud 和兆 baud 的缩写。
|
Index
Electronics concepts
Digital Circuits
索引 电子学概念 数字电路 |