@Moritz
2019-03-26T03:56:49.000000Z
字数 1176
阅读 583
课程学习 CSI 所有文稿
Number A unit of an abstract mathematical system subject to the laws of arithmetic (succession, addition, multiplication) .
Positional notation
位置计数法A system of expressiong numbers in which the digits are arranged in succesion, the position of each digit has a place values, and the number is equal to the sum of the products of each digit by its place value.
二进制,八进制和十六进制The base-2 (binary) number system is particularly important in computing.
WHILE (the quotient is not zero)Divide the decimal number by the new baseMake the remainder the next digit to the left in the answerReplace the decimal number with the quotient
Each storage location within a computer contains either a low-voltage signal, equated with a 0, or a high-voltage signal, equated with a 1. Note that a storage location cannot be empty: It must contain either a 0 or a 1.
Each stotage unit is called a binary digit, or bit 比特 for short.
字节 = 8 bits Word A group of one or more bytes; the number of bits in a word is the word length of the computer
For example, IBM 370 architecture had half words (2 bytes), full words (4 bytes) and double words (8 bytes).
施工完成 -2019.1.22
