Computer Science - An Overview -

2018-04-24  本文已影响0人  Nimrode

Global Edition, 12th Edition()
by Brookshear, J.Glenn

1.1 Bits and Their Storage

1.2 Main Memory

RAM

1.3 Mass Memory

磁盘

光盘

闪存

1.4 Representing Information as Bit Patterns

文本

数值

图像

声音

1.5 The Binary System

1.6 Storing Integers

二进制补码

正数 负数
0 000 -4 100
1 001 -3 101
2 010 -2 110
3 011 -1 111

余码记数法

正数 负数
0 100 -1 011
1 101 -2 010
2 110 -3 001
3 111 -4 0**00 **

1.7 Storing Fractions

1.8 Data and Programming

1.9 Data Compressing

Generic Data

图像

音频视频

1.10 Communication Errors

校验位Parity Bits

自矫正编码

上一篇 下一篇

猜你喜欢

热点阅读