四川大学(软件)计算机组成与体系结构判断题.docx

上传人:李司机 文档编号:6367641 上传时间:2023-10-21 格式:DOCX 页数:6 大小:18.51KB
返回 下载 相关 举报
四川大学(软件)计算机组成与体系结构判断题.docx_第1页
第1页 / 共6页
四川大学(软件)计算机组成与体系结构判断题.docx_第2页
第2页 / 共6页
四川大学(软件)计算机组成与体系结构判断题.docx_第3页
第3页 / 共6页
四川大学(软件)计算机组成与体系结构判断题.docx_第4页
第4页 / 共6页
四川大学(软件)计算机组成与体系结构判断题.docx_第5页
第5页 / 共6页
点击查看更多>>
资源描述

《四川大学(软件)计算机组成与体系结构判断题.docx》由会员分享,可在线阅读,更多相关《四川大学(软件)计算机组成与体系结构判断题.docx(6页珍藏版)》请在三一办公上搜索。

1、Abyteis8bits,butawordmayvaryinsize(16-bits,32-bitszetc.)fromonearchitecturetoanother.()一个字节是8位,但是一个字的大小可能会有所不同(16位,32位等),从一个架构到另一个架构Thetermendianreferstothebyteordering,orthewayacomputerstoresthebytesofamultiple-bytedataelement()术语位端指的是字节排序,或者计算机存储多字节数据元素字节的方式。Accumulatorarchitecturesusesetsofgenera

2、lpurposeregisterstostoreoperands()累加器体系结构使用一组通用寄存器来存储操作数Atwopassassemblergenerallycreatesasymboltableduringthefirstpassandfinishesthecompletetranslationfromassemblylanguagetomachineinstructionsonthesecond.()双程汇编程序通常会在第一遍中创建一个符号表,并在第二个汇编语言完成对机器指令的完整翻译。TheMAR,MBR,PCandIRregistersinMARIEcanbeusedtohold

3、arbitrarydatavalues.()MARlE中的MAR,MBR,PC和IR寄存器可用于保存任意数据值。AbranchinstructionchangestheflowofinformationbychangingthePC.()分支指令通过改变PC来改变信息流。Forincreasingtheoverallperformanceofasystem,wehavetheoptionsofCPUoptimization,MemoryoptimizationandI/Ooptimization.()为了提高系统的整体性能,我们可以选择CPU优化,内存优化和I/O优化。Registersare

4、storagelocationswithintheCPUitself.()寄存器是CPU本身内的存储位置MARIEhasacommonbusscheme,whichmeansanumberofentitiessharethebus.()MARIE有一通用总线方案,这意味着许多实体共享总线。Afixedlengthinstructionmusthaveafixedlengthopcode.()一个固定长度的指令必须有一个固定长度的操作码。Onemillionbytescanberepresentedas100OKbytes.()一百万字节可以表示为IoOOK字节Manufacturersuses

5、tandardssotheycanmarkettheirproductstoawideraudiencethaniftheycameupwithseparate-andperhapsincompatible-specifications.()制造商使用标准,以便他们可以向更广泛的受众推销他们的产品,而不是如果他们想出了单独的,也许是不相容的规范。AmdahlsLawstatesthattheperformanceenhancementpossiblewithagivenimprovementislimitedbytheamountthattheimprovedfeatureisused.()A

6、mdahl定律指出,对于一个给定的改进,性能提升可能会受到改进特征的使用次数的限制。Asassemblerisaprogramthatacceptsasymboliclanguageprogramandproducesthebinarymachinelanguageequivalent,resultingina1-to-lcorrespondencebetweentheassemblylanguagesourceprogramandthemachinelanguageobjectprogram.()汇编程序是一种接受符号语言程序并生成二进制机器语言的程序,导致汇编语言源程序和机器语言对象程序之

7、间一一对应。ThecoreelementsofanISAincludethememorymodel,registers,datatypes,instructionformats,addressing,andinstructiontypes.()ISA的核心元素包括内存模型,寄存器,数据类型,指令格式,寻址和指令类型。DRAMisoftenusedforcache.()DRAM通常用于高速缓存SRAMisfasterthanDRAM()SRAM比DRAM快ThePrincipleofEquivalenceofHardwareandSoftwaresaysthathardwareandsoftwa

8、rearebasicallyequivalent,andimplementationsdoneviaeithermethodwillrunatthesamespeeds.()硬件和软件的等价原则说硬件和软件基本上是等价的,通过这两种方法完成的实现将以相同的速度运行AHertzisonemillioncyclespersecond.()赫兹是每秒100万个周期。?Themicro-operationisthesamethingasamachineinstruction.()微操作与机器指令是一样的?TheVonNeumannarchitectureincludesallofthefollowin

9、g:a.astoredprogram;b.sequentialprocessingofinstructions;c.aCPU,memoryandI/Osystem.()冯诺依曼体系结构包括以下所有内容:a。一个存储的程序;b。指令的顺序处理;U一个CPU,内存和I/O系统。IfMoore,sLawistohold,Rock,sLawmustfall.()如果摩尔定律成立,那么洛克定律就会下失效Ifacomputeruseshardwiredcontrol,themicroprogramdeterminestheinstructionsetforthemachine.Thisinstructio

10、nsetcanneverbechangedunlessthearchitectureisredesigned.()如果计算机使用硬连线控制,则微程序将确定机器的指令集。除非架构重新设计,否则这个指令集是不能改变的。BothSIMDandMIMDmachineshavemultipleprocessorsandcanoperateondifferentpiecesofdatainparallel()SIMD和MlMD机器都有多个处理器,可以并行处理不同的数据Ifacomputerusesmicroprogrammedcontrol,themicroprogramdeterminestheinst

11、ructionsetforthemachine.()如果一台计算机使用微程序控制,微程序将决定机器的指令集。Thebestarchitectureforevaluatingpostfixnotationisthestack-basedarchitecture.()评估后缀表示法的最佳体系结构是基于堆栈的体系结构。Indexedorbasedaddressingtechniquesaddthevalueintheindexorbaseregistertotheoperandtoproducetheeffectiveaddress.()变址或基址寻址技术将变址或基址寄存器中的值添加到操作数以生成有

12、效地址。Mostarchitecturestodayareaccumulatorbased()今天大多数体系结构都是基于累加器的1.lcacheisfasterthanL2cache.()1.l缓存比L2缓存更快RAIDlevel5offersthebesteconomywhileprovidingadequateredundancy()RAlD级别5提供最佳的经济性,同时提供足够的冗余Anythingthatcanbedonewithsoftwarecanalsobedonewithhardware,andanythingthatcanbedonewithhardwarecanbedonew

13、ithsoftware.()任何可以用软件完成的事情也可以用硬件完成,任何可以用硬件完成的事情都可以用软件完成。Thecontrolunitcarriesoutthelogicoperationsandarithmeticoperationsrequiredduringtheprogramexecution.()控制单元执行程序执行过程中所需的逻辑运算和算术运算。SRAMisoftenusedforcache.()SRAM通常用于高速缓存MPP(massivelyparallelprocessors)=fewprocessors+sharedmemory+communicationviamemory()MPP(大规模并行处理器)=少量处理器+共享内存+通过内存进行通信Thegeometricmeanismorehelpfultousthanthearithmeticaveragewhenwearecomparingtherelativeperformanceoftwosystems.()当我们比较两个系统的相对性能时,几何平均值b匕算术平均值更有帮助。

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 生活休闲 > 在线阅读


备案号:宁ICP备20000045号-2

经营许可证:宁B2-20210002

宁公网安备 64010402000987号