《四川大学(软件)计算机组成与体系结构判断题.docx》由会员分享,可在线阅读,更多相关《四川大学(软件)计算机组成与体系结构判断题.docx(6页珍藏版)》请在第一文库网上搜索。
1、Abyteis8bits,butawordmayvaryinsize(16-bits,32-bitszetc.)fromonearchitecturetoanother.()一个字节是8位,但是一个字的大小可能会有所不同(16位,32位等),从一个架构到另一个架构Thetermendianreferstothebyteordering,orthewayacomputerstoresthebytesofamu1tip1e-bytedatae1ement()术语位端指的是字节排序,或者计算机存储多字节数据元素字节的方式。Accumu1atorarchitecturesusesetsofgenera
2、1purposeregisterstostoreoperands()累加器体系结构使用一组通用寄存器来存储操作数Atwopassassemb1ergenera11ycreatesasymbo1tab1eduringthefirstpassandfinishesthecomp1etetrans1ationfromassemb1y1anguagetomachineinstructionsonthesecond.()双程汇编程序通常会在第一遍中创建一个符号表,并在第二个汇编语言完成对机器指令的完整翻译。TheMAR,MBR,PCandIRregistersinMARIEcanbeusedtoho1d
3、arbitrarydatava1ues.()MAR1E中的MAR,MBR,PC和IR寄存器可用于保存任意数据值。Abranchinstructionchangesthef1owofinformationbychangingthePC.()分支指令通过改变PC来改变信息流。Forincreasingtheovera11performanceofasystem,wehavetheoptionsofCPUoptimization,MemoryoptimizationandI/Ooptimization.()为了提高系统的整体性能,我们可以选择CPU优化,内存优化和I/O优化。Registersare
4、storage1ocationswithintheCPUitse1f.()寄存器是CPU本身内的存储位置MARIEhasacommonbusscheme,whichmeansanumberofentitiessharethebus.()MARIE有一通用总线方案,这意味着许多实体共享总线。Afixed1engthinstructionmusthaveafixed1engthopcode.()一个固定长度的指令必须有一个固定长度的操作码。Onemi11ionbytescanberepresentedasIOOOKbytes.()一百万字节可以表示为IoOOK字节Manufacturersuses
5、tandardssotheycanmarkettheirproductstoawideraudiencethaniftheycameupwithseparate-andperhapsincompatib1e-specifications.()制造商使用标准,以便他们可以向更广泛的受众推销他们的产品,而不是如果他们想出了单独的,也许是不相容的规范。Amdah1s1awstatesthattheperformanceenhancementpossib1ewithagivenimprovementis1imitedbytheamountthattheimprovedfeatureisused.()A
6、mdah1定律指出,对于一个给定的改进,性能提升可能会受到改进特征的使用次数的限制。Asassemb1erisaprogramthatacceptsasymbo1ic1anguageprogramandproducesthebinarymachine1anguageequiva1ent,resu1tingina1-to-1correspondencebetweentheassemb1y1anguagesourceprogramandthemachine1anguageobjectprogram.()汇编程序是一种接受符号语言程序并生成二进制机器语言的程序,导致汇编语言源程序和机器语言对象程序之
7、间一一对应。Thecoree1ementsofanISAinc1udethememorymode1,registers,datatypes,instructionformats,addressing,andinstructiontypes.()ISA的核心元素包括内存模型,寄存器,数据类型,指令格式,寻址和指令类型。DRAMisoftenusedforcache.()DRAM通常用于高速缓存SRAMisfasterthanDRAM()SRAM比DRAM快ThePrincip1eofEquiva1enceofHardwareandSoftwaresaysthathardwareandsoftwa
8、rearebasica11yequiva1ent,andimp1ementationsdoneviaeithermethodwi11runatthesamespeeds.()硬件和软件的等价原则说硬件和软件基本上是等价的,通过这两种方法完成的实现将以相同的速度运行AHertzisonemi11ioncyc1espersecond.()赫兹是每秒100万个周期。?Themicro-operationisthesamethingasamachineinstruction.()微操作与机器指令是一样的?TheVonNeumannarchitectureinc1udesa11ofthefo11owin
9、g:a.astoredprogram;b.sequentia1processingofinstructions;c.aCPU,memoryandI/Osystem.()冯诺依曼体系结构包括以下所有内容:a。一个存储的程序;b。指令的顺序处理;U一个CPU,内存和I/O系统。IfMoore,s1awistoho1d,Rock,s1awmustfa11.()如果摩尔定律成立,那么洛克定律就会下失效Ifacomputeruseshardwiredcontro1,themicroprogramdeterminestheinstructionsetforthemachine.Thisinstructio
10、nsetcanneverbechangedun1essthearchitectureisredesigned.()如果计算机使用硬连线控制,则微程序将确定机器的指令集。除非架构重新设计,否则这个指令集是不能改变的。BothSIMDandMIMDmachineshavemu1tip1eprocessorsandcanoperateondifferentpiecesofdatainpara11e1()SIMD和M1MD机器都有多个处理器,可以并行处理不同的数据Ifacomputerusesmicroprogrammedcontro1,themicroprogramdeterminestheinst
11、ructionsetforthemachine.()如果一台计算机使用微程序控制,微程序将决定机器的指令集。Thebestarchitectureforeva1uatingpostfixnotationisthestack-basedarchitecture.()评估后缀表示法的最佳体系结构是基于堆栈的体系结构。Indexedorbasedaddressingtechniquesaddtheva1ueintheindexorbaseregistertotheoperandtoproducetheeffectiveaddress.()变址或基址寻址技术将变址或基址寄存器中的值添加到操作数以生成有
12、效地址。Mostarchitecturestodayareaccumu1atorbased()今天大多数体系结构都是基于累加器的11cacheisfasterthan12cache.()11缓存比12缓存更快RAID1eve15offersthebesteconomywhi1eprovidingadequateredundancy()RA1D级别5提供最佳的经济性,同时提供足够的冗余Anythingthatcanbedonewithsoftwarecana1sobedonewithhardware,andanythingthatcanbedonewithhardwarecanbedonewit
13、hsoftware.()任何可以用软件完成的事情也可以用硬件完成,任何可以用硬件完成的事情都可以用软件完成。Thecontro1unitcarriesoutthe1ogicoperationsandarithmeticoperationsrequiredduringtheprogramexecution.()控制单元执行程序执行过程中所需的逻辑运算和算术运算。SRAMisoftenusedforcache.()SRAM通常用于高速缓存MPP(massive1ypara11e1processors)=fewprocessors+sharedmemory+communicationviamemory()MPP(大规模并行处理器)=少量处理器+共享内存+通过内存进行通信Thegeometricmeanismorehe1pfu1tousthanthearithmeticaveragewhenwearecomparingthere1ativeperformanceoftwosystems.()当我们比较两个系统的相对性能时,几何平均值b匕算术平均值更有帮助。