1、第 1 章 Computer system overview(操作系统概述)I. Pre-reading Questions1. What is a digital computer?The digital computer is a digital system that performs various computational tasks. The word “digital” implies that theinformation in the computer is represented by variables that take a limited number of dis
2、crete values. These values are processed internally by components that can maintain a limited number of discrete states. Digital computer is also called electronic computer or computer.2. Are there any differences between the binary number system and the common decimal number system?The decimal digi
3、ts has ten digits: 0,1,2, and 9. The binary number system has two digits: 0 and 1. The binary numbers use a base 2. The decimal digits use a base 10.3. How many types of computers do you know? Name at least four of them.Computers are usually classified into four broad categories: microcomputers, min
4、icomputers, mainframe computers and supercomputers.II Fill in the following blanks. 1. Application software is designed to accomplish real-world tasks in fields.2. An 8-bit signed integer can have any value between -128 and 127 3. System software controls the computer and enables it to run the hardw
5、are and applications software.4. A computer system consists of hardware system and software system .5. List four types of computers: microcomputers, minicomputers , mainframe computers,and supercomputers .III True or False. 1. The software system is the physical equipment that you can see and touch.
6、 1.F2. Typically, a data value is set to zero to represent FALSE and 1 value forTRUE. 2. F 3. In the earliest general-purpose computer, most input and output media were magnetic disks. 3. F4. Supercomputers are largest, fastest, and most expensive computer available.4.T5. A computer system consists
7、of hardware system and software system. 5. T IV Matching terms. 1、(b) CPUThe processing unit is at the heart of a computer.2、(c) bit A unit of information conveyed by a single binary digit.3、 (a) integrated circuit (IC)A complete electronic circuit that packages transistors and other electronic comp
8、onents on a small silicon chip.4、(d) ASCII A system for encoding characters as binary digits.V Translating Terms. (1) coding techniques 编码技术 (2) application software 应用软件 (3) floating point data 浮点数据(4) timesharing 分时,分时技术 (5) storage capacities 存储容量VI Choose the best one of the four answers given t
9、o fill in each blank.This chapter introduces digital computer, data types, the evolution of computers, and types of computers. 1 is known to all, its hard to find a field in 2 computers are not being used. Digital computer, also called electronic computer or computer, is a digital system that 3 vari
10、ous computational tasks. Digital computers use the 4 number system, which has two digits: 0 and 1.By using various coding 5 , groups of bits can be made to represent not only binary numbers 6 other discrete symbols, such as decimal digits or letters of the alphabet. A computer system consists of har
11、dware system and software system. Programs tell the hardware what to do. 7 software is designed to accomplish real-world tasks in fields such as accounting, entertainment, and engineering. Computers are usually 8 into four broad categories: microcomputers, minicomputers, mainframe computers, and sup
12、ercomputers. Its hard to give a 9 definition to each type because computer speeds and storage 10 change rapidly.1. A. As B. It C. As it D. That2. A. what B. which C. where D. when3. A. performs B. carries C. makes D. integrates4. A. decimal B. binary C. Arabian D. American5. A. technique B. Technolo
13、gy C. techniques D. technologies6. A. instead of B. rather than C. but also D. as well7. A. Application B. System C. Word D. Excel8. A. put B. made C. conducted D. classified 9. A. precious B. progress C. proceedingD. precise10. A. capacities B. capable C. capabilities D. capacity1.A 2. B 3. A 4. B
14、5. C 6. C 7. A 8. D 9. D 1 0.C VII. Translate the following into English.1. By using various coding techniques, groups of bits can be made to represent not only binary numbers but also other discrete symbols. 通过应用各种编码技术。一组二进制不但可以表示二进制数据,而且还可以表示其他离散符号,如十进制数字或字母表中的字母。2. System software includes not on
15、ly the complex programs used by technicians to create application software in the first place but also the organizational programs needed to start up the computer and govern its use of other programs. 另一方面,系统软件控制计算机系统,它不仅包括专业人员用于创建应用软件的复杂程序,而且还包括用于启动计算机和提供给其它程序使用的管理程序。3. Data are numbers and other b
16、inary-code information that are operated on to achieve required computational results. 数据是数字和其他二进制代码信息,这些二进制代码信息是可操作并能满足要求的计算机结果。4. 4. Rather than arithmetically or logically manipulating characters, a computer may concatenate strings of characters, replace some characters with others, or otherwise
17、manipulate character strings. 计算机能将若干字符连成串,而不是用算术方法或逻辑方法处理字符,用串代替其它字符或另行处理字符串。5. Software applications like word processing, electronic spreadsheets, database management programs, painting and drawing programs, desktop publishing, and so forth became commercially available, giving more people reason
18、s to use a computer.软件应用像文字处理、电子表格、数据库管理程序、画图程序及桌面印刷等等起到一定的商业效力,使更多的人去使用计算机。第 2 章 Computer System OrganizationI. Pre-reading Questions1. What is a computer system?A computer system consists of hardware system and software system. The hardware of the computer is usually divided into three major parts
19、 or three primary subsystems: the CPU, the memory subsystem, and the I/O subsystem. The software system can be divided into two broad categories: application software and system software.2. How many levels of memory hierarchy do you know? Name at least three of them.The memory hierarchy system consi
20、sts of three levels.They are a cache ,the main memory and the auxiliary memory.3. Identify the types of data transfer modes.Data transfer has three modes: programmed I/O, interrupts, and direct memory access (DMA).II Fill in the following blanks. 1. The computer hardware consists of three major part
21、s which are the CPU, the memory subsystem, and the I/O subsystem. 2. There are two major types of memory: Random Access Memory (RAM) and Read Only Memory (ROM).3. The cache memory in personal computers is constructed from SRAM4. input-output interface (I/O interface) provides a method for transferri
22、ng information between internal storage and external I/O devices.5. Data transfer between the central computer and I/O devices may be handled in a variety of modes. These modes are programmed I/O, interrupts, and direct memory access (DMA).III True or False. 1.F The data bus always receives data fro
23、m the CPU, and the CPU never reads the data bus.2.T Main memory holds whatever programs and data are available for immediate use by the CPU.3.F Dynamic RAM does not have to be refreshed.4.F Dot-matrix printer work by squirting tiny droplets of liquid ink at the paper.5.F The auxiliary memory is very
24、 small, relatively expensive, and has very high access speed.IV Matching terms. 1、 E2PROM an electrically erasable PROM2、DMAA transfer mode that can be improved is the transfer of data between memory and I/O devices.3、ALU The unit which performs most arithmetic and logical operations4、RAM Memory tha
25、t is erased when the computer is turned off.V.Translating Terms. 1. system buses 系统总线2. virtual memory 虚拟存储器3. computer architecture 计算机体系结构4. instruction set 指令集 5. direct memory access 直接存储器存取VI. Choose the best one of the four answers given to fill in each blank.A computer system 1 of hardware sy
26、stem and software system. The hardware of the computer is usually divided into three major parts or three 2 subsystems: the CPU, the memory subsystem, and the I/O 3 . The CPU is made up of three major parts, Register Set, the 4 logic unit, or ALU, and Control Unit. It performs many operations and co
27、ntrols computer. Memory is also known as 5 memory or main memory, which is cataloged into two major types of memory: Random Access Memory (RAM) and Read Only Memory (ROM).It refers to the 6 in the computer that hold whatever programs and data are available 7 immediate use by the CPU, along with the
28、programs data. Computer systems include special hardware 8 between the CPU and peripherals to supervise and synchronize all input and output transfers. These components are called 9 units because they interface between the processor bus and the peripheral device. The I/O subsystem allows the CPU to
29、10 with input and output devices.1. A. Consists B. makes up C. Constitutes D. comprise2. A. premier B. Primary C. preliminary D. elementary 3. A. system B. machine C. subsystem D. device4. A. mathematicB. authorative C. Arithmetic D. authoritative5. A.externalB.exterior C. Interior D. internal6. A.
30、circuitsB. wires C. lines D. hardware7. A.by B. for C. with D. in8. A.software B. setting C. listing D. components9. A. singular B.dual C. interface D. compact10. A.handle B. interact C. respond D. link1. A 2. B 3. C 4. C 5. D 6. A 7. B 8. D 9. C 10. BVII Translate the following into English.1. By a
31、sserting these internal and external control signals in the proper sequence, the control unit causes the CPU and the rest of the computer to perform the operation needed to correctly process instructions. 为了保证内部和外部控制信号的序列正确,控制单元保证 CPU 和计算机的其他部件提供需要正确执行的指令操作。2. In a computer with virtual memory, less
32、-used parts of programs are shifted from RAM to a hard disk and are moved back only when needed. 在使用了虚拟存储器的计算机中,很少使用的程序从 RAM 被移到硬盘中,仅当需要时才被移回来。3. A technique used to compensate for the mismatch in operating speeds is to employ an extremely fast, small cache between the CPU and main memory whose acce
33、ss time is close to processor logic clock cycle time. 为了弥补操作速度的不匹配,在 CPU 和主存之间采用非常快的小缓存,它的存取时间接近于处理器的逻辑时钟周期。4. The data transfer rate of peripherals is usually slower than the transfer rate of the CPU, and consequently, a synchronization mechanism may be needed.外设的数据传输速率通常比 CPU 的传输速率慢,因此就需要一个同步装置。5.
34、 In some computers the interrupt vector is an address that points to a location in memory where the beginning address of the I/O service routine is stored. 在一些计算机中,中断向量是一个地址,它指向存储器中存储 I/O 服务程序起始地址的单元。第 3 章 Computer system architectureI. Pre-reading Questions1. How many types of parallel processing d
35、o you know? Name at least four of them.?There are a variety of ways that parallel processing can be classified. One classification introduced by M. J. Flynn considers the organization of a computer system by the number of instructions and data items that are manipulated simultaneously. Flynns classi
36、fication divides computers into four major groups as follows:1、Single instruction stream, single data stream (SISD).2、Single instruction stream, multiple data stream (SIMD).3、Multiple instruction stream, single data stream (MISD).4、Multiple instruction stream, multiple data stream (MIMD).2. What is
37、a pipelining?Pipelining is a technique of decomposing a sequential process into suboperations, with each subprocess being executed in a special dedicated segment that operates concurrently with all other segments.3. What is a RISC?RISC processors exclude these instructions, opting for a smaller inst
38、ruction set with simpler instructions.II Fill in the following blanks. 1. It is characteristic of pipelines that several computations can be in process in distinct segments at the same time.2. The overlapping of computation is made possible by associating a register with each segment in the pipeline
39、.3. The vector instruction includes the initial address of the operands, the length of the vector, and the operation to be performed.4.RISC processors have fewer and simpler instructions than CISC processors.5. The sequence of instructions read from memory constitutes an instruction stream.The opera
40、tions performed on the data in the processor constitutes a data stream.III True or False. 1. Shift registers operate in serial fashion all the bits of the word at a time.1.F2. RISC processors have larger instruction sets that often include some particularly complex instructions.2. F3. SIMD represent
41、s an organization that includes many processing units under the supervision of a common control unit.3. T4. Parallel processing is established by distributing the data among the multiple functional units.4. T5. RISC is a complex instruction set computer.5. FIV Matching terms. (a) SISD (b) SIMD(c) MI
42、SD (d) MIMD1.c_ multiple instruction stream, single data stream 2.b_ single instruction stream, multiple data stream3.d_ multiple instruction stream, multiple data stream4.a_ single instruction stream, single data stream V Translating Terms. 1. parallel processing 1.并行处理 2. pipeline processing 2 流水线
43、处理3. vector processing 3. 向量处理4. scalar processor 4. 标量处理器1. 5. backward compatibility 5. 向下兼容VI. Choose the best one of the four answers given to fill in each blank.In computer engineering, computer architecture is the _1_ design and fundamental operational structure of a computer system. It is a _
44、2_ and functional description of requirements, especially speeds and interconnections, and design implementations for the various parts of a computer _3_ largely on the way by which the central processing unit (CPU) performs internally and accesses addresses in memory. Computer system architecture _
45、4_ the design of the four _5_: parallel processing, pipelining, vector processing and RISC. Parallel processing system is used to provide simultaneous data-processing tasks for the purpose of increasing the _6_ speed of a computer system and is able to perform _7_ data processing to achieve faster e
46、xecution time. A pipeline is a set of data processing elements connected in series, so that the output of one element is the input of the next one. The elements of a pipeline are often _8_ in parallel or in time-sliced fashion. A vector processor, is a CPU design that is able to run mathematical ope
47、rations on multiple data elements simultaneously. Computers with vector processing capabilities are in demand in 9_ applications. RISC processors have fewer and _10_ instructions than CISC processors. As a result, their control units are less complex and easier to design.1. A. lastest B. conceptual
48、C. ideal D. simple2. A. plan B. design C. blueprint D. concept3. A. relying B. depending C. attaching D. focusing 4. A. refers B. speaks C. involves D. interacts5. A. ingredients B. types C. kinds D. lists6. A. computational B. computerC. computation D. computing7. A. current B. compoundC. concurrent D. massive8. A. displayed B. carriedC. accomplished D. executed9. A. special B. specialized C. specific D. especial10. A. simple B. simplifying C. singular D. Simpler1. B 2. C 3. D 4. C 5. A6. A 7. C 8. D 9. B 10.DVII. Translat