计算机导论复习.ppt
《计算机导论复习.ppt》由会员分享,可在线阅读,更多相关《计算机导论复习.ppt(37页珍藏版)》请在课桌文档上搜索。
1、计算机导论考前辅导,学习方法,应试方法,认真对待作业题,作业题就是考试题 老师上课讲的内容就是考试内容(不必死扣书本)考试不交白卷,越不会越多写(相关公式、概念、自己的想法)大学考试考的是记忆力,请珍惜自己的大脑 神通广大的打印店(复习资料、历年试卷),Chapter 1 Introduction,Computer Is a programmable data processor that accepts input data and programs and outputs data.Computer System Solve problems and interact with their
2、 environment.They consist of Devices,programs,and data.Program Is a set of instructions executed sequentially that tells the computer what to do with data.,Chapter 1 Introduction,Von Neumann ModelFour Subsystems Memory(内存)Arithmetic Logic Unit(ALU,算术逻辑单元)Control Unit(控制器)Input/Output(输入/输出设备)Stored
3、Program ConceptSequentialExecutionOf Instructions,Chapter 2 Data Representation,Data TypesText ByteNumber ASCIIImage Bitmap,Vector,Pixel,ResolutionAudio Digital,AnalogVideo Frame,Chapter 2 Data Representation,TextBit(位)A bit(binary digit)is the smallest unit of data that can be stored in a computer,
4、it is either 0 or 1.Bit Pattern(位组合格式)A bit pattern is a sequence,or as it is sometimes called,a string of bits that can represent a symbol.Byte(字节)A bit pattern of length 8 is called a byte.,Chapter 2 Data Representation,NumberASCII American Standard Code for Information Interchange(ASCII)(美国信息交换标准
5、代码).This code uses 7 bits for each symbol.This means 128 different symbols can be defined by this code.,Chapter 2 Data Representation,ImageBitmap Graphic Pixel:Picture elementsResolution:The size of the pixel,Chapter 2 Data Representation,ImageVector Graphic An image is decomposed into a combination
6、 of curves and lines.Each curve or line is represented by a mathematical formula.,Chapter 3 Number Representation,Concepts Decimal system(十进制)based on 10,0-9;Binary system(二进制)based on 2,0-1;Octal notation(八进制)based on 8,0-7;Hexadecimal notation(十六进制)based on 16,0-9,A-F。,Chapter 3 Number Representat
7、ion,Conversion Decimal Binary Hexadecimal notation Octal notation,Chapter 3 Number Representation,Integer Representation Unsigned Integer(无符号整数)Overflow(溢出)Sign-and-Magnitude Format(原码)+0 00000000-0 10000000,Range:0.(2N-1),Range:-(2N-1-1)+(2N-1-1),Chapter 3 Number Representation,Integer Representati
8、on Ones Complement Format(反码)+0 00000000-0 11111111 Twos Complement Format(补码),Range:-2N-1+(2N-1-1),Range:-(2N-1-1)+(2N-1-1),Chapter 3 Number Representation,Excess System Magic Number Is normally(2N-1)or(2N-1-1),where N is the bit allocation.Example:Represent 25 in Excess_127 using an 8-bit allocati
9、on.-25+127 102 1100110 01100110,Chapter 3 Number Representation,Floating-Point Representation 1.Convert the integer part to binary.2.Convert the fraction to binary.3.Put a decimal point between the two parts.Example:Transform the fraction 0.875 to binary,0.875 1.750 1.5 1.0 0.0 0.1 1 1,Chapter 3 Num
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机 导论 复习
链接地址:https://www.desk33.com/p-272807.html