微机硬件组成原理复习资料1
- 格式:doc
- 大小:244.50 KB
- 文档页数:9
微机原理复习资料
概述:
本文主要介绍微机原理的相关知识点,包括微处理器结构、数据传输、中断和IO 端口等内容,旨在帮助读者复习并加深对微机原理的理解。
微处理器结构:
微处理器的结构由运算器、控制器、寄存器、存储器等模块组成。
其中,运算器主要负责逻辑运算和算术运算,控制器则实现了程序的存储、执行和管理,寄存器用于存储和暂存数据,存储器则用于存储程序和数据信息。
数据传输:
数据传输可以分为内部传输和外部传输。
内部传输是指微处理器内部各模块之间的数据传输;外部传输则是指外部设备和微处理器之间的数据传输。
在内部传输中,数据可以通过累加寄存器、移位寄存器等进行传输;在外部传输中,数据可以通过IO端口进行输入和输出。
中断:
中断是一种硬件或软件机制,用于打断正在执行的程序,从而处理某些优先级较高的事件。
可以分为软件中断和硬件中断。
软件中断由程序员显式地触发,通常用于处理一些异常情况;硬件中断由外部设备发起请求,通常用于处理一些紧急事件。
IO端口:
IO端口是微处理器与外部设备进行数据传输的通道。
在8086处理器中,有内部IO端口和外部IO端口之分。
内部IO端口通过特定的读写指令进行访问,用于控制特定设备的寄存器。
外部IO端口则与外部设备相连,通过底层硬件接口进行数据传输。
总结:
微机原理是计算机科学的重要分支,掌握微机原理对于计算机工程师而言至关重要。
本文从微处理器结构、数据传输、中断和IO端口等方面进行了简要的介绍,希望能对读者进一步加深对微机原理的理解和掌握。
计算机硬件原理复习计算机硬件原理是计算机科学与技术领域的基础知识之一,它是研究计算机的硬件组成、工作原理与设计原则的学科。
了解计算机硬件原理对于理解计算机的内部结构和运行机制非常重要。
本文将对计算机硬件原理进行复习,包括计算机的基本组成、存储器层次结构、指令执行和流水线技术、中央处理器以及输入输出设备等内容。
一、计算机的基本组成计算机主要由五大组件组成,即中央处理器(CPU)、输入设备、输出设备、主存储器和辅助存储器。
中央处理器是计算机的核心,它负责执行计算机的指令,进行数据处理和控制计算机的运行。
输入设备用于向计算机输入数据和指令,输出设备用于将计算机处理结果输出给用户。
主存储器用于暂时存储计算机运行过程中的数据和指令,而辅助存储器则用于永久存储数据和程序。
二、存储器层次结构存储器层次结构指的是计算机中各级存储器之间的关系和作用。
计算机的存储器层次结构一般包括寄存器、高速缓存、主存储器和辅助存储器。
寄存器是位于CPU内部的存储器,速度最快,容量最小,用于存储指令和数据。
高速缓存是位于CPU和主存之间的存储器,速度较快,容量适中,用于提高数据访问的效率。
主存储器是计算机中最主要的存储器,容量较大,但速度较慢。
辅助存储器是计算机中的外部存储器,容量大,但速度最慢。
三、指令执行和流水线技术指令执行是计算机处理程序的基本过程,包括指令的取指、指令的译码、操作数的获取、指令的执行和结果的存储等步骤。
流水线技术是一种提高计算机执行效率的方法,它将指令执行过程划分为几个子过程,并在不同子过程上同时处理多条指令,从而实现指令的并行执行。
四、中央处理器中央处理器是计算机的核心部件,它由运算器、控制器和寄存器组成。
运算器负责进行算术和逻辑运算,控制器负责解析和执行指令,寄存器用于存放指令和数据。
中央处理器的性能主要取决于其时钟频率、指令集和流水线技术等因素。
五、输入输出设备输入输出设备用于与计算机进行数据和信息的交互。
微机原理考点复习汇集微机原理是计算机科学与技术专业的一门重要课程,它是计算机组成原理的延伸和拓展,主要研究计算机系统的硬件组成和工作原理。
学习微机原理需要掌握一定的电子电路和数字电路的基础知识,了解计算机的组成和工作原理,熟悉各种输入输出设备的原理和接口技术。
下面是微机原理考点的汇集,供大家复习参考。
一、微机系统硬件体系结构1.微机的定义和发展历程2.微机系统的硬件组成-中央处理器(CPU)-存储器-输入输出设备(I/O设备)-总线3.微机系统的层次结构-整机层次-系统总线层次-基本输入输出层次-工作站和服务器层次二、中央处理器(CPU)的结构和工作原理1.CPU的定义和功能2.CPU的硬件组成-运算器(ALU)-控制器(CU)-寄存器-数据通路3.CPU的工作原理-取指令和执行指令的过程-控制器的工作原理-运算器的工作原理4.CPU的时序控制-时钟信号-触发器-时序逻辑电路三、存储器的结构和工作原理1.存储器的定义和分类2.存储器的硬件组成-内存-外存3.存储器的工作原理-存储的基本单位和编址方式-存储器读写操作的过程四、输入输出设备(I/O设备)的原理和接口技术1.I/O设备的定义和分类2.I/O设备的硬件组成-控制器-接口-设备本身3.I/O设备的工作原理-命令和数据的传送方式-I/O设备的中断和DMA传送4.I/O设备的接口技术-并行接口-串行接口-USB接口-网络接口五、总线的结构和工作原理1.总线的定义和分类2.总线的硬件组成-数据总线-地址总线-控制总线3.总线的工作原理-总线的传输方式-总线的仲裁控制-总线访问控制六、微机系统的性能评价和提高1.微机系统性能的评价指标-响应时间-吞吐量-CPU利用率-性能指标的量化方法2.提高微机系统性能的方法-提高CPU的主频和并行度-提高存储器的容量和带宽-设计优化的算法和程序以上是微机原理的一些重要考点。
在复习过程中,可以结合课本、教学资料和课堂笔记进行针对性的学习和回顾,此外,可以通过做练习题和模拟考试来检验对知识的掌握程度。
计算机组成原理一、缩写词解释CPU:中央处理器ALU:算术逻辑单元I/O:输入输出接口RAM:随机存储器SRAM:静态随机访问存储器DRAM:动态随机访问存储器ROM:只读存储器PROM:用户可编程的只读存储器EPROM:紫外线可擦除可编程只读存储器FLASH:闪速存储器EEPROM:用电可擦除可编程只读存储器ISA:工业标准总线EISA:扩展工业标准总线PCI:外围部件互连总线USB:通用串行总线RS—232C:串行通信总线Cache:高速缓存FIFO:先进先出算法LRU:近期最少使用算法CRC:循环冗余校验码A/D:模拟/数字转换器D/A:数字/模拟转换器DMA:直接存储器存取方式DMAC:直接内存访问控制器LED:发光二极管FA:全加器OP:操作码CISC:复杂指令系位计算机RISC:精简指令系位计算机VLSI:超大规模集成电路LSI:大规模集成电路MAR:存储器地址寄存器MDR:存储器数据寄存器CU:控制单元CM:控制存储器二、选择题(自己看书吧··)三、名词解释1.计算机系统:由硬件和软件两大部分组成,有多种层次结构。
2.主机:CPU、存储器和输入输出接口合起来构成计算机的主机。
3.主存:用于存放正在访问的信息4.辅存:用于存放暂时不用的信息。
5.高速缓存:用于存放正在访问信息的付本。
6.中央处理器:是计算机的核心部件,由运算器和控制器构成。
7.硬件:是指计算机实体部分,它由看得见摸得着的各种电子元器件,各类光、电、机设备的实物组成。
软件:指看不见摸不着,由人们事先编制的具有各类特殊功能的程序组成。
8.系统软件:又称系统程序,主要用来管理整个计算机系统,监视服务,使系统资源得到合理调度,高效运行。
应用软件:又称应用程序,它是用户根据任务需要所编制的各种程序。
9.源程序:通常由用户用各种编程语言编写的程序。
目的程序:由计算机将其翻译机器能识别的机器语言程序。
10.总线:是连接多个部件的信息传输线,是各部件共享的传输介质。
此文档下载后即可编辑计算机组成原理一、缩写词解释CPU:中央处理器ALU:算术逻辑单元I/O:输入输出接口RAM:随机存储器SRAM:静态随机访问存储器DRAM:动态随机访问存储器ROM:只读存储器PROM:用户可编程的只读存储器EPROM:紫外线可擦除可编程只读存储器FLASH:闪速存储器EEPROM:用电可擦除可编程只读存储器ISA:工业标准总线EISA:扩展工业标准总线PCI:外围部件互连总线USB:通用串行总线RS—232C:串行通信总线Cache:高速缓存FIFO:先进先出算法LRU:近期最少使用算法CRC:循环冗余校验码A/D:模拟/数字转换器D/A:数字/模拟转换器DMA:直接存储器存取方式DMAC:直接内存访问控制器LED:发光二极管FA:全加器OP:操作码CISC:复杂指令系位计算机RISC:精简指令系位计算机VLSI:超大规模集成电路LSI:大规模集成电路MAR:存储器地址寄存器MDR:存储器数据寄存器CU:控制单元CM:控制存储器二、选择题(自己看书吧····)三、名词解释1.计算机系统:由硬件和软件两大部分组成,有多种层次结构。
2.主机:CPU、存储器和输入输出接口合起来构成计算机的主机。
3.主存:用于存放正在访问的信息4.辅存:用于存放暂时不用的信息。
5.高速缓存:用于存放正在访问信息的付本。
6.中央处理器:是计算机的核心部件,由运算器和控制器构成。
7.硬件:是指计算机实体部分,它由看得见摸得着的各种电子元器件,各类光、电、机设备的实物组成。
软件:指看不见摸不着,由人们事先编制的具有各类特殊功能的程序组成。
8.系统软件:又称系统程序,主要用来管理整个计算机系统,监视服务,使系统资源得到合理调度,高效运行。
应用软件:又称应用程序,它是用户根据任务需要所编制的各种程序。
9.源程序:通常由用户用各种编程语言编写的程序。
目的程序:由计算机将其翻译机器能识别的机器语言程序。
《计算机组成原理》复习提纲第一章:绪论1、存储程序概念(基本含义)。
P3⑴计算机(指硬件)应由运算器、存储器、控制器、输入设备和输出设备五大基本部件组成;⑵计算机内部采用二进制来表示指令和数据;⑶将编好的程序和原始数据事先存入存储器中,然后再启动计算机工作2、冯·诺依曼计算机结构的核心思想是什么?存储程序控制3、主机的概念(组成部件是哪些?)中央处理器(运算器和控制器)和主存储器4、计算机的五大基本部件有哪些?输入设备,输出设备,存储器,运算器,控制器5、冯·诺依曼结构和哈佛结构的存储器的设计思想各是什么?P9程序存储、程序控制冯·诺依曼结构也称普林斯顿结构,是一种将程序指令存储器和数据存储器合并在一起的存储器结构。
指令存储地址和数据存储地址指向同一个存储器的不同物理位置。
哈佛结构是一种将程序指令存储和数据存储分开的存储器结构。
CPU首先到指令存储器中读取指令内容,译码后得到数据地址,再到相应的数据存储器中读取数据,并进行下一步的操作(通常是执行)Cache和主存储器分别是采用的哪种设计思想?Cache采用哈佛结构,主存储器采用冯.诺依曼结构6、计算机系统是有软件系统和硬件系统组成的。
7、现代个人PC机在总线结构上基本上都采用的是单总线结构,根据所传送的信息类型不同又可分为哪三类总线?地址总线,数据总线,控制总线第二章:数据的机器层表示1、定点小数表示范围(原码、补码)原码定点小数表示范围为:-(1-2-n)~(1-2-n)补码定点小数表示范围为:-1~(1-2-n)2、定点整数表示范围(原码、补码)原码定点整数的表示范围为:-(2n-1)~(2n-1)补码定点整数的表示范围为:-2n ~(2n-1)3、浮点数表示范围PPT374、规格化的浮点数5、阶码的移码表示6、IEEE 754浮点数标准本章复习范围为ftp上第二章的作业题的1、2、3、4题。
第三章:指令系统1、指令的基本格式(OP字段和地址字段组成)。
计算机组成原理复习资料计算机组成原理复习资料计算机组成原理是计算机科学与技术专业的一门重要课程,它涵盖了计算机硬件和软件的基本原理和结构。
在学习这门课程时,我们需要掌握计算机的各个组成部分以及它们之间的相互作用。
下面将从计算机的基本组成、存储器、中央处理器、输入输出设备等方面进行复习总结。
一、计算机的基本组成计算机由硬件和软件两部分组成。
硬件包括中央处理器、存储器、输入输出设备等,而软件则包括操作系统、应用软件等。
计算机的基本工作原理是通过输入设备获取数据,经过中央处理器进行处理,最后通过输出设备将结果呈现给用户。
二、存储器存储器是计算机中用于存储数据和指令的地方。
主要包括内存和外存两种形式。
内存又分为主存和高速缓存,主存用于存储当前正在执行的程序和数据,而高速缓存则用于存储最常用的数据和指令,以提高计算机的运行速度。
外存则用于长期存储数据,如硬盘、光盘等。
三、中央处理器中央处理器是计算机的核心部件,负责执行各种计算和控制指令。
它由运算器、控制器和寄存器组成。
运算器用于执行各种算术和逻辑运算,控制器则负责控制指令的执行过程,而寄存器则用于存储中间结果和控制信息。
四、输入输出设备输入输出设备是计算机与外部世界进行交互的接口,用于将用户的输入转化为计算机可识别的数据,并将计算机的输出呈现给用户。
常见的输入设备有键盘、鼠标、扫描仪等,而输出设备则包括显示器、打印机、音响等。
五、指令和指令系统指令是计算机中的基本操作单位,它用于告诉计算机要执行的具体操作。
指令系统是计算机中的指令集合,它定义了计算机可以执行的所有指令以及它们的操作码、寻址方式等。
不同的计算机有不同的指令系统,如x86、ARM等。
六、计算机的运行过程计算机的运行过程可以分为取指令、译码、执行和访存四个阶段。
首先,控制器从内存中取出一条指令,并将其送到译码器中进行译码。
然后,运算器根据指令的操作码进行相应的运算。
最后,结果被存储回内存或输出到外设。
1. 简述8086的最小方式和最大方式。
答:8086 CPU有两种工作模式,即最小模式和最大模式。
当MN/MX引脚接高电平时是最小方式,最小模式的特点是: 适用于单一处理机系统;不需总线控制器8288(对内存储器和I/0接口所需的控制信号都由CPU直接提供);M/IO引脚可直接引用。
当MN/MX引脚接地时是最大方式,最大模式的特点是:适用于多处理机系统;需总线控制器8288(对内存储器和I/O接口所需的控制信号要由专用的总线控制器8288提供);M/IO引脚不可直接引用。
2.8086系统中,下一条指令所在单元的物理地址如何计算?答:指令的物理地址为:16×CS+IP(注意CS、IP为十进制值)。
1.8086是( C )。
A.单片机B.单板机C.微处理器D.微机系统2.单片机是( B )。
A.微处理器B.微型计算机C.微机系统D.中央处理器2.设BX=0123H DI=1000H DS=3200H,默认DS作为操作数对应的段寄存器(假定没使用段前缀),试指出下列指令的寻址方式,并写出其操作数的有效地址和物理地址。
(1)MOV AX,[1A38H]解:(1)直接寻址有效地址=1A38H,物理地址=32000H+1A38H=33A38H(2)MOV AX,[BX]解:(2)寄存器间接寻址有效地址=0123H物理地址=32000H+0123H=32123H(3)MOV AX,[BX+1A38H]解:(3)寄存器相对基址寻址有效地址=0123H+1A38H=1B5BH,物理地址=32000H+1B5B=33B5BH(4) MOV AX,[BX+DI]解:(4) 基址变址寻址有效地址=0123H+1000H=1123H,物理地址=32000H+1123H=33123H(5)MOV AX,[BX+DI+1A38H]解:(5)相对基址变址寻址有效地址=0123H+1000H+1A38H=2B5BH,物理地址=32000H+2B5BH=34B5BH4. 如何通过页目录项和页表项得到物理地址。
微机原理复习资料一、概述微机原理是计算机科学与技术专业的一门重要课程,它主要介绍了微型计算机的基本组成和工作原理。
本文将针对微机原理的复习资料进行详细介绍,包括微机的基本概念、微处理器的结构与功能、存储器的组成与分类、输入输出设备的原理以及微机系统的总线结构。
二、微机的基本概念1. 微机的定义微机是指以微处理器为核心,配以存储器、输入输出设备等组成的计算机系统。
它具有体积小、价格低廉、功能强大等特点,广泛应用于个人和办公场所。
2. 微机的组成微机由中央处理器(CPU)、存储器、输入输出设备和总线四部分组成。
其中,CPU是微机的核心,负责执行指令和控制计算机的运行;存储器用于存储数据和程序;输入输出设备用于与外部环境进行信息交互;总线用于连接各个部件。
三、微处理器的结构与功能1. 微处理器的结构微处理器由运算器、控制器和寄存器组成。
其中,运算器负责数值计算和逻辑运算;控制器负责指令的解码和执行;寄存器用于存储数据和指令。
2. 微处理器的功能微处理器的主要功能包括指令执行、数据传输、中断处理和时序控制等。
指令执行是微处理器的核心功能,它通过解码指令并执行相应的操作码完成各种运算和逻辑判断。
数据传输是指将数据从一个寄存器或存储器传输到另一个寄存器或存储器。
中断处理是指在微处理器执行程序的过程中,接收到外部设备的中断信号后,暂停当前程序的执行,转而处理中断请求。
时序控制是指微处理器根据时钟信号来控制指令的执行顺序和时序。
四、存储器的组成与分类1. 存储器的组成存储器由存储单元和存储单元组织控制电路组成。
存储单元是存储器的最小存储单位,用于存储二进制数据。
存储单元组织控制电路用于对存储单元进行编址和访问控制。
2. 存储器的分类存储器根据存储介质的不同可以分为半导体存储器和磁性存储器。
半导体存储器包括随机存储器(RAM)和只读存储器(ROM),它们具有读写速度快、功耗低等特点。
磁性存储器包括磁盘、磁带等,它们具有容量大、价格低廉等特点。
《微机硬件组成原理》2014年期末复习资料一、选择题1.The _ C ___ partition is the partition on the hard drive that is used to boot the OS.A.default B.boot C.active D.loaded2.The speaker ports are most likely the __ A __.A.center ports on the sound card B.left ports on the sound card C.right ports on the sound card D.ones labeled with an "S" 3.All types of SCSI cables send a signal on _A___ cable.A.twisted-pair B.coaxial C.fiber optic D.None of the above 4.Which does not support NTFS? _ D ___A. Windows NT B.Windows 2000 C.Windows XP D.Windows 985.The chip responsible for any communication over a serial port uses the __C__ buffer to temporarily hold data as it is being received or transmitted.A.LIFO B.LILO C.FIFO D.FILO 6.Which provides backup power supply in the event that the AC fails completely? _ C ___ A.surge suppressors B.power conditionersC.uninterruptible power supplies D.Both B and C7.The motherboard contains a vital __ D __ chip that contains the programming necessary to start the computer and to perform other fundamental functions.A.system B.CMOS RAM C.configuration D.ROM BIOS 8.External modems use a(n) __D__ port.A.serial B.USB C.parallel D.Either A or B9.RAID 0 is not supported by __B__.A.Windows NT B.Windows 9x C.Windows XP D.Windows 2000 10.__ B __ ROM allows you to upgrade system BIOS without having to replace the ROM chip.A.System B.Flash C.BIOS D.Startup 11.Errors caused by clusters that are marked in the FA T as belonging to more than one file are called __ C __ clusters.A.double B.duplicate C.cross-linked D.redundant 12.Master and slave designations for EIDE devices are not made by _ D ___.A.setting jumpers B.setting DIP switchesC.using a special cable-select data cable D.changing the BIOS13.A DVD disc can hold __C__ of data.A.5 GB B.4.5 GB C.8.5 GB D.10 GB 14.__D__ is made by Intel.A.MMX B.3DNow! C.SSE D.Both A and C 15._ C ___ is the most popular form factor.A.Baby AT B.Mini-ATX C.ATX D.AT16.The command Format C:/__C__ makes the drive bootable.A.B B.L C.S D.R17.DVD+RW devices are not compatible with __ C __.A.DVD-ROM B.CD-ROM C.DVD-RAM D.None of the above 18.With IDE drives, _A___ formatting is done at the factory.A.low-level B.high-level C.operating system D.Both A and C 19.IDE __ A __.A.supports only four internal devicesB.supports both internal and external devicesC.allows you to add more devices to a systemD.Both A and C20.When installing a RIMM, the __C_ will help you orient it in the socket.A.triangle on the top B.red stripe on the top C.notches on the edge D.smooth edge 20.RS-232 is a standard that applies to__A__A.serial ports B.parallel ports C.game ports D.networks 21.A single speed CD-Rom drive transfers data at BA.100 bytes per second B.150 KBs per secondC.1 MB per second D.20 million bits per second 22.Whenever you have a hardware resource conflict, it will more likely be an IRQ conflict rather than an i/o conflict because__A__.A.there are alot more i/o addresses than IRQs.B.the bios sometimes has more of a problem controlling IRQsC.i/o addresses cannot conflictD.software tends to correct i/o conflicts23.Your IDE CD-Rom drive is attached to the primary IDE adapter with your hard drive. How should its jumpers be set?_D__A.to 001 B.as neutral C.as a master D.as a slave 24.Which of the following is not SCSI issue?__D__A.unique id settings B.limited cable length C.Parity D.without termination 25.IDE cables have how many pins?__C__A.100 B.50 C.40 D.2526.On a flat data cable, a red or blue stripe means_B_A.null connection B.pin 1 C.high voltage D.ground 27.You have a PC with no video on a known good monitor. Pick the best order you should follow in tracking down the problem__A__A.check that PC and monitor are plugged in, check that monitor brightness is turned up, check that PC fan is running, remove all option cardsB.replace the video card, replace the monitor, replace the power supply, replace the system board, try a different monitorC.check that everything's plugged in, replace hard drive, replace ramD.check PC supply voltages, replace video card, replace CPU28.Most PCs give a single beep on bootup to indicate they are ok hardware wise. You boot your PC and don't get a beep. What should you check first?__B__A.microprocessor B.speaker C.ram D.system board29.You have an old PC that you decide to upgrade with a 1 gig IDE hard drive. You find that you can't configure cmos to see the entire hard drive. The best you can do is 540 meg. What is the fix?__C__A.put multiple partitions on the hard driveB.manually input the sectors, cylinders, and heads of the hard driveC.use a device driver that makes the bios see the drive as simply a block storage device, or upgrade the bios if possibleD.make the bios think it's a SCSI drive30.ESD is ___B___.A.electronic stasis device B.electrostatic dischargeC.electric surge device D.electronic system driver31.What's the best way to protect your hard drive data?__A__A.regular backups B.periodically defrag itC.run chkdsk at least once a week D.run scandisk at least once a week 32.Which of the following is input devices only? __C__A.modem B.video card C.keyboard D.SCSI controller 33.Which component stores an electrical charge?__D__A.diode B.transistor C.resistor D.capacitor 34.PCI devices do not have jumper settings or dip switches. How are they configured? ___A___A.CMOS setup B.through DOS C.Windows setup D.they are always self-configuring35.What is the first CPU to include an internal math coprocessor?___B___A.386DX B.486DX C.Pentium D.Pentium Pro 36.___C___ is the term used to refer to the process of two modems establishing communications with each other.A.Connecting B.Linking C.Handshaking D.Interacting 37.Your modem does not respond when you try to dial out. You try another modem on another computer and get the same result. What is the most likely problem?__C__. A.defective modem B.defective computer C.bad phone line D.software bug38.Your CD-Rom audio cable connects to the__B__.A.speaker B.sound card (or motherboard if sound is integrated with it)C.power supply D.hard drive39.POST is done when the PC is __B__.A.warm booted B.first turned on or restarted with the reset buttonC.CTRL-ALT-DELETE booted D.giving a numeric error code40.In all the diagrams mentioned below:A, B, C, D, E and F represents blocks and p1, p2, and p3 represents parity,so which is the diagram of RAID5?__B__A.B.C.D.41.Which application can be used to send AT command to a modem? CA.notepad B.Calculator C.HyperTerminal D.Paint 42.The speed of a 52x CD-ROM is__C__.A.7500KBps B.3750KBps C.7800KBps D.3600KBps 43.In the following devices,which is not based on optical storage technology?_D__ A.CD-ROM B.CD-R C.DVD-RAM D.ZIP 44.Which is the storage capacity of a single-sided double-layer DVD?__B__A.4.7GB B.8.5GB C.9.4GB D.17GB45.__A__defines a standard software protocol and API (application programming interface)for communication between software applications and image acquisition devices (the sourceof the data).A.TWAIN B.ACPI C.APM D.DPMS 46.In a SCSI subsystem,which terminator is not the type used with single-ended SCSI cables?_C_A.Passive terminator B.Active terminator C.HVD terminator D.Forced perfect terminator47.Which symbols indicates a HVD SCSI type?__B__A.B.C.D.48.Which interface is not used by hard drive to communicate with the computer?__C__ A.EIDE B.SCSI C.PS2 D.USB 49.Which command can be used to partition a hard drive?__A__A.fdisk B.format C.check D.defrag ABCDisk1ABCDisk2ACEDisk1BDFDisk2P1DFDisk3ACP3Disk1BP2EDisk2ACEDisk1ACEDisk2BDFDisk3BDFDisk450.Which is used by disk drives to store more sectors per track on outer tracks than on inner tracks?__B__A.IEEE1394 B.ZBR C.Fibre Channel D.COM 51.From which the cache memory is typically made up of?__A__A.SRAM B.DRAM C.EEPROM D.FlashROM 52.Which bus is not used by video cards?__C__A.VESA bus B.PCI bus C.DIN bus D.AGP bus 53.Which is not included in the main components on a motherboard?__D__ A.CPU and chip set B.System clock C.ROM BIOS D.Power supply54.The figure above is about a Pentium II processor module,so the arrow from the question mark shows a ___B___ bus.A.Front side B.Back side C.memory D.system 55.__A__ processor have small number of operating instructions to perform.A.RISC B.CISC C.MMX D.SSE 56.Which symbol is used to represent transistor?__A__A.B.C.D.57.The setup data for a motherboard can not be stored by __C__.A.Jumpers B.DIP Switches C.BIOS Chip D.CMOS Chip58.The letter A stored as 8 bits:__A__.A.01000001 B.01000011 C.01100001 D.01100011 59.The largest, most important circuit board in the computer is __A__. A.Motherboard B.Video Card C.Sound Card D.Net Card二、判断对错题1.The figure above shows the installation of a SIMM module.(T)2.The MCA bus was the first 32-bit bus for personal computers.(T)3.Used on the first IBM 8088 PCs in the early 1980s, the ISA bus had an 16-bit data path.Later, IBM revised it to have a 32-bit data path. (F)4.When discussing video memory, the number of colors available is called color length.(F)5.The dot pitch is distance between the dots on the screen that the electronic beam hits.(T)6.The figure above shows the installation of a DIMM module.(F)7.The refresh rate is the number of times in one second an electronic beam can fill the screen with lines from top to bottom.(T)8.The first "E" in EIDE stands for Enhanced.(T)9.The "E" in EPROM stands for Extended.(F)10.The figure above shows the installation of the processor.(F)1.COM1 and COM3 share the same IRQ.(T)11.Before sending data, a modem sends a request to send signal, or RTS.(T )12.You can have EISA and MCA devices in the same PC. (F)13.SCSI adapters usually don't need drivers, just the devices that interface with them.(F )14.If a computer's bios allows it, you can boot from a CD-Rom.(T )15.A byte consists of 8 bits and a word consists of 16 bits.(F )16.A virus can mimick just about any hardware symptoms you can think of.(T )17.Memory provided by RAM (random access memory) chips is volatile.(T )18.The processor uses permanent storage, sometimes called secondary storage, to hold both data and instructions while it is processing them.(F )19.Each OS provides one or more methods and media to use if booting from the hard drive fails.(T )20.Backplane systems do not use a true motherboard.(T )21.Line conditioners, like surge suppressors, provide no protection against a total blackout (complete loss of power).(T )22.Chipsets generate more heat than a processor does. (F )23.A functional read/write head at the ends of the read/write arm on a hard drive should actually touch the platter. (F )24.A memory cache is a small amount of RAM that is much faster than the rest of RAM.(T )25.When you change a DIP switch setting, use a graphite pencil to push the switch.(F )26.The startup password stored in CMOS RAM is the same as the OS user password.(F )27.When selecting a processor to install in a particular motherboard, select a processor the board supports.(T )28.Serial ports are almost always female ports, and parallel ports are almost always male ports.(F )29.Intel’s first 64-bit processors for microcomputers are the Itaniums.(T )30.A Brand-Name PC usually costs more than a clone , but generally provides better after-sales service.(T)31.Xon/Xoff is an in-band flow control method that does not require hardware handshaking signals such as RTS and CTS.(T )32.A tape drives is not a Mass storage device. (F)33.For a IDE device,when it's jumper pin is set as a slave-drive configuration,that means itis the only device on this IDE channel.(F )34.The goal of Multimedia on a PC is to create or reproduce lifelike representations of sight and sound.(T )35.For PC,most hard drives use SCSI standards.(F )36.The command ScanDisk can be used to correct cross-linked and lost clusters.(T )37.A C-RIMM or RIMM must be installed in every RIMM slot on a montherboard.(T )38.When using even parity, the parity bit is set to 1 if the number of ones in a given set of bits (not including the parity bit) is odd, making the number of ones in the entire set of bits (including the parity bit) even.(T )39.The 6-pin IEEE1394 cable provides voltage to the device form the PC.(T )三、填空题1.In most cases, the UART chip also sends one stop bit to indicate that the character is complete.2.The video data coming from the DVD drive must be decoded before being sent to the monitor.3.A(n) ______ modem________ is a device used by a PC to communicate over a phone line.4.An 8-bit sound card uses a sample size of 256 .5.The root directory table contains a fixed number of rows to accommodate a predetermined number of files and subdirectories.6.SCSI drives communicate with the CPU through the SCSI host adapter, while IDE drives communicate directly on the system bus .7.Using the FAT file system, a(n) _____cluster__________, sometimes called a file allocation unit, is a group of sectors that is the smallest unit on a disk that the OS uses to hold a file or a portion of a file.8._____Serial_______________ A TA standards use a serial data path rather than the traditional parallel data path.9.A(n) ____track________________ is a circle on a disk surface that is divided into segments called sectors.10.BIOS performs ___POST (power-on self-test) _________________ at the beginning of the boot to verify that essential hardware devices are working.11.The word _________ergonomic___________ means “designed for safe and comfortable interaction between human beings and machines.”12.Using the FAT file system, a(n) ________cluster____________, sometimes called a file allocation unit, is a group of sectors that is the smallest unit on a disk that the OS uses to hold a file or a portion of a file.13.________Parity____________ refers to an error-checking procedure in which either every byte has an even number of ones or every byte has an odd number of ones. 14.Sound is converted from analog to digital storage by first _________sampling___________ the sound and then digitizing it.15.The circuits that make up a bus carry four types of cargo: electrical power, control signals, memory addresses, and _____data_______________.16.The biggest disadvantage of using tape drives is that data is stored on tape by ________sequential____________ access.17.The classic case with four drive bays and six expansion slots that sits on your desk doing double duty as a monitor stand is called a(n) _______desktop_____________ case. 18.The _________faceplate___________ or I/O shield is a metal plate that comes with the computer case and fits over the ports to create a well-fitting enclosure for them.19._____SIMD (single instruction, multiple data)_______________ is a process that allows the CPU to receive a single instruction and then execute it on multiple pieces of data rather than receiving the same instruction each time each time each piece of data is received. 20.A(n) _______track_____________ is a circle on a disk surface that is divided into segments called sectors.21.PCI controller manages system resources for all PCI cards.22.The first 32-bit bus for PCs is Microchannel Architecture (MCA) .23.ATX uses a single P1 Power connection,but A T type motherboards use P8 and P9 power connection.24.Resolution is the number of spots,or pixels,on a screen that can be addressed by software.25.The System Clock keeps beat for motherboard activities and it's frequency is measured in megahertz (MHz).26.When troubleshooting PC hardware problems, a multimeter can be used to measure continuity.27.System Resources include Memory addresses, I/O addresses , Interrupt request numbers (IRQs) and Direct memory access (DMA) channels.28.All communication,storage,and processing of data inside a computer are in binary until presented as output to the user.29.The standard input device is Keyboard .30.The USB controller has a single IRQ line that it raises when any USB device needs attention.。